/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_tracker.cpp | 47 …samgrProxy->UnSubscribeSystemAbility(OHOS::SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, statusChangeListen… in ~SimStateTracker() 62 …int32_t ret = samgrProxy->SubscribeSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, statusChange… in InitListener() 249 case SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN: { in OnAddSystemAbility() 286 case SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN: { in OnRemoveSystemAbility()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | template_cache_manager.cpp | 84 if (systemAbilityId != SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OnAddSystemAbility() 95 if (systemAbilityId != SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OnRemoveSystemAbility() 125 int32_t ret = sam->SubscribeSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, instance); in Subscribe()
|
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | call_records_manager.cpp | 44 …samgrProxy->UnSubscribeSystemAbility(OHOS::SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, statusChangeListen… in ~CallRecordsManager() 76 …int32_t ret = managerPtr->SubscribeSystemAbility(OHOS::SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, status… in Init() 315 if (systemAbilityId != OHOS::SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OnAddSystemAbility() 345 if (systemAbilityId != OHOS::SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OnRemoveSystemAbility()
|
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/ |
H A D | ohos_account_kits_impl.cpp | 28 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in ohosCallbackFunc() 70 sptr<IRemoteObject> object = samgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in GetService() 367 …int32_t ret = samgrProxy->SubscribeSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, statusChange… in SubscribeSystemAbility()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_server_stub.cpp | 65 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart() 97 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OnAddSystemAbility()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/ability_manager_adapter/ |
H A D | ability_manager_adapter_test.cpp | 103 sptr<IRemoteObject> abms = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/ |
H A D | driver_ext_mgr.cpp | 46 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart() 86 case SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN: { in OnAddSystemAbility()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | observer_manager.cpp | 92 { SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, [](std::shared_ptr<ObserverManager> mgr) { in InitObserverCbMap() 116 { SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, [](std::shared_ptr<ObserverManager> mgr) { in InitObserverCbMap() 157 AddItemToSysAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, systemAbilityManager); in InitSysAbilityListener()
|
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicy_fuzzer/ |
H A D | audio_policy_fuzzer.cpp | 57 server.OnAddSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, ""); in GetServerPtr()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | im_common_event_manager.cpp | 188 …int32_t ret = abilityManager->SubscribeSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, listener… in SubscribeAccountManagerService() 419 …AbilityId != WINDOW_MANAGER_SERVICE_ID && systemAbilityId != SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN && in OnAddSystemAbility()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 46 SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN = 200, enumerator
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | mem_mgr_event_center.cpp | 324 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in RetryRegisterEventObserver()
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 156 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart() 172 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OnAddSystemAbility()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_test.cpp | 87 systemAbilityManager->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in SetUpTestCase()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_mgr_service.cpp | 73 AccountMgrService::AccountMgrService() : SystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, true) in AccountMgrService()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 40 pub const SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN: i32 = 200; const
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/ |
H A D | mem_mgr_service.cpp | 102 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/ |
H A D | observer_event_test.cpp | 984 … instance->sysAbilityListener_->OnAddSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, deviceId); 985 …instance->sysAbilityListener_->OnRemoveSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, deviceId…
|
/ohos5.0/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_client.cpp | 41 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in callbackFunc()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/ |
H A D | account_mgr_service_test.cpp | 65 … sptr<IRemoteObject> accountObj = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in GetAccountMgr()
|
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/ |
H A D | audio_policy_another_fuzzer.cpp | 48 server.OnAddSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, ""); in GetServerPtr()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_server_stub.cpp | 670 systemAbilityId = SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 46 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OsAccount()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 114 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart() 182 case SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN: in OnAddSystemAbility()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_manager_service.cpp | 105 dependentServicesStatus_[SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN] = false; in AccessibleAbilityManagerService() 181 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart()
|