Searched refs:CheckIfSystemAbilityAvailable (Results 1 – 3 of 3) sorted by relevance
154 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()
182 static bool CheckIfSystemAbilityAvailable(int32_t systemAbilityId);
375 bool CommonUtils::CheckIfSystemAbilityAvailable(int32_t systemAbilityId) in CheckIfSystemAbilityAvailable() function in OHOS::Location::CommonUtils