Home
last modified time | relevance | path

Searched refs:START_SYNC_MISSIONS (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributedsched_ipc_interface_code.h58 START_SYNC_MISSIONS = 92, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h49 START_SYNC_MISSIONS = 92, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitystubstartsyncmissions_fuzzer/
H A Dabilitystubstartsyncmissions_fuzzer.cpp38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::START_SYNC_MISSIONS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_ipc_interface_code.h441 START_SYNC_MISSIONS = 1112, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h74 START_SYNC_MISSIONS = 92, enumerator
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp232 PARCEL_TRANSACT_SYNC_RET_INT(remote, START_SYNC_MISSIONS, data, reply); in StartSyncRemoteMissions()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp1396 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS);
1416 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp429 …T_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS), data, rep… in StartSyncRemoteMissions()
H A Ddistributed_sched_stub.cpp153 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS)] = in InitLocalMissionManagerInner()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_proxy_test.cpp1748 … EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::START_SYNC_MISSIONS), mock_->code_);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp190 if (interfaceCode == AbilityManagerInterfaceCode::START_SYNC_MISSIONS) { in OnRemoteRequestInnerFourth()
H A Dability_manager_proxy.cpp3488 auto error = SendRequest(AbilityManagerInterfaceCode::START_SYNC_MISSIONS, data, reply, option); in StartSyncRemoteMissions()