Home
last modified time | relevance | path

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

/base/location/frameworks/native/source/
Dlocator_impl.cpp154 if (!CommonUtils::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in GetCachedLocation()
588 if (!CommonUtils::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in ProxyUidForFreeze()
607 if (!CommonUtils::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in ResetAllProxy()
688 if (!CommonUtils::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in GetCachedLocationV9()
1091 if (!CommonUtils::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in ProxyUidForFreezeV9()
1110 if (!CommonUtils::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in ResetAllProxyV9()
/base/location/interfaces/inner_api/include/
Dcommon_utils.h182 static bool CheckIfSystemAbilityAvailable(int32_t systemAbilityId);
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp375 bool CommonUtils::CheckIfSystemAbilityAvailable(int32_t systemAbilityId) in CheckIfSystemAbilityAvailable() function in OHOS::Location::CommonUtils