Home
last modified time | relevance | path

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

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