Home
last modified time | relevance | path

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

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