/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 80 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in IsLocationEnabled() 109 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in EnableAbility() 130 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in StartLocating() 151 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in StopLocating() 169 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in GetCachedLocation() 213 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in RegisterGnssStatusCallback() 232 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in UnregisterGnssStatusCallback() 247 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in RegisterNmeaMessageCallback() 266 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in UnregisterNmeaMessageCallback() 315 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in RegisterCachedLocationCallback() [all …]
|
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/ |
H A D | geofence_sdk.cpp | 67 sptr<IRemoteObject> obj = sam->CheckSystemAbility(LOCATION_LOCATOR_SA_ID); in GetProxy() 84 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in AddFenceV9() 99 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in RemoveFenceV9() 114 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in AddGnssGeofence() 128 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in RemoveGnssGeofence() 144 if (!SaLoadWithStatistic::InitLocationSa(LOCATION_LOCATOR_SA_ID)) { in GetGeofenceSupportedCoordTypes()
|
/ohos5.0/base/location/frameworks/native/locator_agent/source/ |
H A D | locator_agent.cpp | 153 if (instance->LoadLocationSa(LOCATION_LOCATOR_SA_ID) != ERRCODE_SUCCESS) { in TryLoadLocatorSystemAbility() 185 sptr<IRemoteObject> saObject = samgr->CheckSystemAbility(LOCATION_LOCATOR_SA_ID); in CheckLocatorSystemAbilityLoaded() 190 saObject = samgr->CheckSystemAbility(LOCATION_LOCATOR_SA_ID); in CheckLocatorSystemAbilityLoaded()
|
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/ |
H A D | call_earthquake_alarm_subscriber.cpp | 155 {OHOS::LOCATION_LOCATOR_SA_ID, false}, 167 systemAbilityId != OHOS::LOCATION_LOCATOR_SA_ID && in OnAddSystemAbility()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 176 LOCATION_LOCATOR_SA_ID = 2802, enumerator
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | subability_common.cpp | 224 CommonUtils::GetRemoteObject(LOCATION_LOCATOR_SA_ID, CommonUtils::InitDeviceId()); in ReportLocationInfo()
|
H A D | locator_ability.cpp | 126 LocatorAbility::LocatorAbility() : SystemAbility(LOCATION_LOCATOR_SA_ID, true) in LocatorAbility() 439 SaLoadWithStatistic::UnInitLocationSa(LOCATION_LOCATOR_SA_ID); in PostUnloadTask() 2062 locationSaLoadManager->UnloadLocationSa(LOCATION_LOCATOR_SA_ID); in UnloadSaEvent()
|
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/ |
H A D | locator_fuzzer.cpp | 78 sptr<IRemoteObject> object = systemAbilityManager->GetSystemAbility(LOCATION_LOCATOR_SA_ID); in LocatorProxySendRequestTest()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 169 pub const LOCATION_LOCATOR_SA_ID: i32 = 2802; const
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_earthquake_alarm_test/src/ |
H A D | call_earthquake_alarm_test.cpp | 290 int32_t gAbility2802 = OHOS::LOCATION_LOCATOR_SA_ID;
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 92 { LOCATION_LOCATOR_SA_ID, "LocationLocator" },
|
/ohos5.0/base/location/test/location_common/source/ |
H A D | common_utils_test.cpp | 122 locationSaLoadManager->LoadLocationSa(LOCATION_LOCATOR_SA_ID); in LoadSystemAbility()
|
H A D | location_common_test.cpp | 576 err = LocationSaLoadManager::GetInstance()->LoadLocationSa(LOCATION_LOCATOR_SA_ID); 711 LocationSaLoadManager::GetInstance()->WaitLoadStateChange(LOCATION_LOCATOR_SA_ID);
|
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_ability.cpp | 569 CommonUtils::GetRemoteObject(LOCATION_LOCATOR_SA_ID, CommonUtils::InitDeviceId()); in ReportLocationError()
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_impl_test.cpp | 85 LocationSaLoadManager::GetInstance()->LoadLocationSa(LOCATION_LOCATOR_SA_ID); in LoadSystemAbility()
|
H A D | locator_service_test.cpp | 89 sptr<IRemoteObject> object = systemAbilityManager->GetSystemAbility(LOCATION_LOCATOR_SA_ID); in SetUp() 118 LocationSaLoadManager::GetInstance()->LoadLocationSa(LOCATION_LOCATOR_SA_ID); in LoadSystemAbility()
|
/ohos5.0/base/location/test/location_manager/source/ |
H A D | locator_ability_test.cpp | 95 LocationSaLoadManager::GetInstance()->LoadLocationSa(LOCATION_LOCATOR_SA_ID); in LoadSystemAbility()
|
H A D | locator_skeleton_test.cpp | 75 LocationSaLoadManager::GetInstance()->LoadLocationSa(LOCATION_LOCATOR_SA_ID); in LoadSystemAbility()
|