Home
last modified time | relevance | path

Searched refs:DISTRIBUTED_SCHED_SA_ID (Results 1 - 25 of 28) sorted by relevance

12

/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddms_sa_client.cpp31 int32_t ret = saMgrProxy_->SubscribeSystemAbility(DISTRIBUTED_SCHED_SA_ID, callback); in SubscribeDmsSA()
47 if (saMgrProxy_->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID)) { in AddListener()
65 if (saMgrProxy_->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID)) { in DelListener()
77 if (systemAbilityId == DISTRIBUTED_SCHED_SA_ID) { in OnAddSystemAbility()
83 TAG_LOGE(AAFwkTag::MISSION, "SystemAbilityId: %{public}d, need DISTRIBUTED_SCHED_SA_ID", in OnAddSystemAbility()
92 if (systemAbilityId == DISTRIBUTED_SCHED_SA_ID) { in OnRemoveSystemAbility()
97 TAG_LOGE(AAFwkTag::MISSION, "SystemAbilityId: %{public}d, need DISTRIBUTED_SCHED_SA_ID", in OnRemoveSystemAbility()
115 if (systemAbilityId != DISTRIBUTED_SCHED_SA_ID) { in OnAddSystemAbility()
116 TAG_LOGE(AAFwkTag::MISSION, "SystemAbilityId: %d, need DISTRIBUTED_SCHED_SA_ID", systemAbilityId); in OnAddSystemAbility()
127 if (systemAbilityId != DISTRIBUTED_SCHED_SA_ID) { in OnRemoveSystemAbility()
[all...]
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_sa_client.cpp39 int32_t ret = saMgrProxy_->SubscribeSystemAbility(DISTRIBUTED_SCHED_SA_ID, callback); in SubscribeDmsSA()
41 HILOGE("Failed to subscribe system ability DISTRIBUTED_SCHED_SA_ID ret:%{public}d", ret); in SubscribeDmsSA()
58 if (saMgrProxy_->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID)) { in AddDSchedEventListener()
87 if (saMgrProxy_->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID)) { in DelDSchedEventListener()
107 if (saMgrProxy_->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID)) { in GetContinueInfo()
125 if (!saMgrProxy_->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID)) { in GetDSchedEventInfo()
142 if (systemAbilityId == DISTRIBUTED_SCHED_SA_ID) { in OnAddSystemAbility()
149 HILOGE("SystemAbilityId must be DISTRIBUTED_SCHED_SA_ID,but it is %{public}d", systemAbilityId); in OnAddSystemAbility()
170 if (systemAbilityId != DISTRIBUTED_SCHED_SA_ID) { in OnAddSystemAbility()
171 HILOGE("SystemAbilityId must be DISTRIBUTED_SCHED_SA_ID, bu in OnAddSystemAbility()
[all...]
H A Ddms_client.cpp42 return samgrProxy->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDmsProxy()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/
H A Ddms_sa_cilent_test.cpp73 systemAbilityId = DISTRIBUTED_SCHED_SA_ID; in HWTEST_F()
99 systemAbilityId = DISTRIBUTED_SCHED_SA_ID; in HWTEST_F()
119 //systemAbilityId not is DISTRIBUTED_SCHED_SA_ID in HWTEST_F()
121 //systemAbilityId is DISTRIBUTED_SCHED_SA_ID in HWTEST_F()
122 dmssaClient_->OnAddSystemAbility(DISTRIBUTED_SCHED_SA_ID, DEVICE_ID); in HWTEST_F()
144 //systemAbilityId not is DISTRIBUTED_SCHED_SA_ID in HWTEST_F()
146 //systemAbilityId is DISTRIBUTED_SCHED_SA_ID in HWTEST_F()
147 dmssaClient_->OnAddSystemAbility(DISTRIBUTED_SCHED_SA_ID, DEVICE_ID); in HWTEST_F()
167 //systemAbilityId not is DISTRIBUTED_SCHED_SA_ID in HWTEST_F()
169 //systemAbilityId is DISTRIBUTED_SCHED_SA_ID in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_distributed_client.cpp44 dmsProxy_ = samgrProxy->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDmsServiceProxy()
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/
H A Dtest_audio_ability.cpp97 AddSystemAbilityListener(DISTRIBUTED_SCHED_SA_ID); in OnStart()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability.cpp94 AddSystemAbilityListener(DISTRIBUTED_SCHED_SA_ID); in OnStart()
/foundation/systemabilitymgr/samgr/test/unittest/
H A Dsystem_ability_manager_test.cpp588 SaControlInfo saControlInfo1 = {START_ON_DEMAND, DISTRIBUTED_SCHED_SA_ID}; in HWTEST_F()
592 SaProfile saInfo1 = {u"distributedsched", DISTRIBUTED_SCHED_SA_ID}; in HWTEST_F()
594 saMgr->saProfileMap_[DISTRIBUTED_SCHED_SA_ID] = saInfo1; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp115 auto object = samgr->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID, remoteDeviceId); in GetRemoteDms()
H A Ddistributed_sched_service.cpp151 DistributedSchedService::DistributedSchedService() : SystemAbility(DISTRIBUTED_SCHED_SA_ID, true) in DistributedSchedService()
204 int32_t ret = samgrProxy->UnloadSystemAbility(DISTRIBUTED_SCHED_SA_ID); in HandleBootStart()
2351 auto object = samgr->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID, remoteDeviceId); in GetRemoteDms()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_test_util.cpp163 int32_t ret = samgrProxy->LoadSystemAbility(DISTRIBUTED_SCHED_SA_ID, loadCallback); in LoadDistributedSchedService()
H A Ddistributed_sched_connect_test.cpp231 auto distributedObject = sm->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDms()
254 auto dms = samgr->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in HWTEST_F()
H A Ddistributed_sched_service_second_test.cpp131 auto distributedObject = sm->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDms()
H A Ddistributed_sched_continuation_test.cpp159 auto distributedObject = sm->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDms()
H A Ddistributed_sched_service_first_test.cpp132 auto distributedObject = sm->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDms()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h125 DISTRIBUTED_SCHED_SA_ID = 1401, enumerator
/foundation/window/window_manager/window_scene/session_manager/src/
H A Ddistributed_client.cpp52 auto proxy = samgrProxy->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID); in ConnectDistributedSchedLocked()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs119 pub const DISTRIBUTED_SCHED_SA_ID: i32 = 1401; consts
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp38 return samgrProxy->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID); in GetDmsProxy()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_ondemand_test.cpp146 int32_t result = saMgr->StartOnDemandAbility(DISTRIBUTED_SCHED_SA_ID, isExist); in HWTEST_F()
H A Dmanual_ondemand_helper.cpp930 LoadRemoteAbility(DISTRIBUTED_SCHED_SA_ID, deviceId, loadCallback2_); in LoadRemoteAbilityMutiSACb()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp1245 systemAbilityId = DISTRIBUTED_SCHED_SA_ID; in HWTEST_F()
1274 systemAbilityId = DISTRIBUTED_SCHED_SA_ID; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1858 int32_t systemAbilityId = DISTRIBUTED_SCHED_SA_ID; in HWTEST_F()
1900 int32_t systemAbilityId = DISTRIBUTED_SCHED_SA_ID; in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp289 OHOS::DelayedSingleton<SaMgrClient>::GetInstance()->GetSystemAbility(DISTRIBUTED_SCHED_SA_ID); in DeviceIdDetermine()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp117 auto object = samgr->CheckSystemAbility(DISTRIBUTED_SCHED_SA_ID, deviceId); in GetRemoteDms()

Completed in 50 milliseconds

12