Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation_sa_load_manager.cpp116 bool LocationSaLoadManager::CheckIfSystemAbilityAvailable(int32_t systemAbilityId) in CheckIfSystemAbilityAvailable() function in OHOS::Location::LocationSaLoadManager
129 if (LocationSaLoadManager::CheckIfSystemAbilityAvailable(systemAbilityId)) { in InitLocationSa()
143 if (!LocationSaLoadManager::CheckIfSystemAbilityAvailable(systemAbilityId)) { in UnInitLocationSa()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_sa_load_manager.h41 static bool CheckIfSystemAbilityAvailable(int32_t systemAbilityId);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1198 if (!LocationSaLoadManager::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in ProxyForFreeze()
1220 if (!LocationSaLoadManager::CheckIfSystemAbilityAvailable(LOCATION_LOCATOR_SA_ID)) { in ResetAllProxy()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp864 if (LocationSaLoadManager::CheckIfSystemAbilityAvailable(LOCATION_GNSS_SA_ID)) { in UpdateLoadedSaMap()
869 if (LocationSaLoadManager::CheckIfSystemAbilityAvailable(LOCATION_NETWORK_LOCATING_SA_ID)) { in UpdateLoadedSaMap()
874 if (LocationSaLoadManager::CheckIfSystemAbilityAvailable(LOCATION_NOPOWER_LOCATING_SA_ID)) { in UpdateLoadedSaMap()