Home
last modified time | relevance | path

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

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