Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h67 void DecreaseWorkingPidsCount(const pid_t pid);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp110 DecreaseWorkingPidsCount(request->GetPid()); in UpdateUsingApproximatelyPermission()
123 DecreaseWorkingPidsCount(request->GetPid()); in UpdateUsingApproximatelyPermission()
147 void RequestManager::DecreaseWorkingPidsCount(const pid_t pid) in DecreaseWorkingPidsCount() function in OHOS::Location::RequestManager
H A Dlocator_ability.cpp1075 requestManager_->DecreaseWorkingPidsCount(request->GetPid()); in ReportSingleCacheLocation()
1084 requestManager_->DecreaseWorkingPidsCount(request->GetPid()); in ReportSingleCacheLocation()
1089 requestManager_->DecreaseWorkingPidsCount(request->GetPid()); in ReportSingleCacheLocation()
1915 requestManager->DecreaseWorkingPidsCount(identity->GetPid()); in GetCachedLocationSuccess()
1941 requestManager->DecreaseWorkingPidsCount(identity->GetPid()); in GetCachedLocationFailed()