Home
last modified time | relevance | path

Searched refs:STOP_SYNC_MISSIONS (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributedsched_ipc_interface_code.h68 STOP_SYNC_MISSIONS = 98, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h50 STOP_SYNC_MISSIONS = 98, enumerator
/foundation/ability/ability_runtime/test/fuzztest/abilitystubstopsyncmissions_fuzzer/
H A Dabilitystubstopsyncmissions_fuzzer.cpp38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::STOP_SYNC_MISSIONS); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h75 STOP_SYNC_MISSIONS = 98, enumerator
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_ipc_interface_code.h439 STOP_SYNC_MISSIONS = 1113, member in OHOS::AAFwk::AbilityManagerInterfaceCode
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp248 PARCEL_TRANSACT_SYNC_RET_INT(remote, STOP_SYNC_MISSIONS, data, reply); in StopSyncRemoteMissions()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp1290 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS); in HWTEST_F()
1310 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp475 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS), data, reply); in StopSyncRemoteMissions()
H A Ddistributed_sched_stub.cpp155 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS)] = in InitLocalMissionManagerInner()
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_proxy_test.cpp1767 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::STOP_SYNC_MISSIONS), mock_->code_); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp201 if (interfaceCode == AbilityManagerInterfaceCode::STOP_SYNC_MISSIONS) { in OnRemoteRequestInnerFifth()
H A Dability_manager_proxy.cpp3486 auto error = SendRequest(AbilityManagerInterfaceCode::STOP_SYNC_MISSIONS, data, reply, option); in StopSyncRemoteMissions()

Completed in 29 milliseconds