Home
last modified time | relevance | path

Searched refs:SetPermUsedType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h58 void SetPermUsedType(int type);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp131 void Request::SetPermUsedType(int type) in SetPermUsedType() function in OHOS::Location::Request
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp833 request->SetPermUsedType(type);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp969 request->SetPermUsedType(static_cast<int>(type)); in StartLocating()