Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h68 bool IsNeedStartUsingPermission(const pid_t pid);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp105 bool isNeedStart = IsNeedStartUsingPermission(request->GetPid()); in UpdateUsingApproximatelyPermission()
158 bool RequestManager::IsNeedStartUsingPermission(const pid_t pid) in IsNeedStartUsingPermission() function in OHOS::Location::RequestManager
H A Dlocator_ability.cpp1070 if (requestManager_->IsNeedStartUsingPermission(request->GetPid())) { in ReportSingleCacheLocation()
1169 if (requestManager_->IsNeedStartUsingPermission(identity.GetPid())) { in GetCacheLocation()