Home
last modified time | relevance | path

Searched refs:SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_tracker.cpp47 …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 Dtemplate_cache_manager.cpp84 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 Dcall_records_manager.cpp44 …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 Dohos_account_kits_impl.cpp28 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 Dipc_server_stub.cpp65 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 Dability_manager_adapter_test.cpp103 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 Ddriver_ext_mgr.cpp46 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 Dobserver_manager.cpp92 { 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 Daudio_policy_fuzzer.cpp57 server.OnAddSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, ""); in GetServerPtr()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp188 …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 Dsystem_ability_definition.h46 SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN = 200, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmem_mgr_event_center.cpp324 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in RetryRegisterEventObserver()
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp156 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 Dos_account_test.cpp87 systemAbilityManager->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in SetUpTestCase()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp73 AccountMgrService::AccountMgrService() : SystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, true) in AccountMgrService()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs40 pub const SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN: i32 = 200; const
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp102 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Dobserver_event_test.cpp984 … 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 Ddomain_account_client.cpp41 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 Daccount_mgr_service_test.cpp65 … 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 Daudio_policy_another_fuzzer.cpp48 server.OnAddSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN, ""); in GetServerPtr()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_server_stub.cpp670 systemAbilityId = SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp46 if (systemAbilityId == SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN) { in OsAccount()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp114 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 Daccessible_ability_manager_service.cpp105 dependentServicesStatus_[SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN] = false; in AccessibleAbilityManagerService()
181 AddSystemAbilityListener(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in OnStart()

12