Home
last modified time | relevance | path

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

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