Home
last modified time | relevance | path

Searched refs:UnRegLocationErrorEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h71 void UnRegLocationErrorEvent(const AppExecFwk::InnerEvent::Pointer& event);
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp814 locatorHandler->UnRegLocationErrorEvent(event);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1859 [this](const AppExecFwk::InnerEvent::Pointer& event) { UnRegLocationErrorEvent(event); }; in InitLocatorHandlerEventMap()
2079 void LocatorHandler::UnRegLocationErrorEvent(const AppExecFwk::InnerEvent::Pointer& event) in UnRegLocationErrorEvent() function in OHOS::Location::LocatorHandler