Home
last modified time | relevance | path

Searched refs:UpdateLastLocationRequestNum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h64 void UpdateLastLocationRequestNum(const AppExecFwk::InnerEvent::Pointer& event);
206 void UpdateLastLocationRequestNum();
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1523 void LocatorAbility::UpdateLastLocationRequestNum() in UpdateLastLocationRequestNum() function in OHOS::Location::LocatorAbility
1849 … [this](const AppExecFwk::InnerEvent::Pointer& event) { UpdateLastLocationRequestNum(event); }; in InitLocatorHandlerEventMap()
1909 locatorAbility->UpdateLastLocationRequestNum(); in GetCachedLocationSuccess()
1935 locatorAbility->UpdateLastLocationRequestNum(); in GetCachedLocationFailed()
2050 void LocatorHandler::UpdateLastLocationRequestNum(const AppExecFwk::InnerEvent::Pointer& event) in UpdateLastLocationRequestNum() function in OHOS::Location::LocatorHandler