Home
last modified time | relevance | path

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

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