Home
last modified time | relevance | path

Searched refs:GetPermUsedType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h57 int GetPermUsedType();
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp147 int permUsedType = request->GetPermUsedType(); in ProcessRequestForReport()
164 ACCESS_APPROXIMATELY_LOCATION, request->GetPermUsedType(), 1, 0); in ProcessRequestForReport()
H A Drequest_manager.cpp117 ACCESS_APPROXIMATELY_LOCATION, request->GetPermUsedType(), 1, 0); in UpdateUsingApproximatelyPermission()
H A Dlocator_ability.cpp1082 request->GetPermUsedType(), 1, 0); in ReportSingleCacheLocation()
1105 request->GetPermUsedType(), 1, 0); in ReportCacheLocation()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp126 int Request::GetPermUsedType() in GetPermUsedType() function in OHOS::Location::Request