Searched refs:GET_REMOTE_MISSION_SNAPSHOT_INFO (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributedsched_ipc_interface_code.h | 69 GET_REMOTE_MISSION_SNAPSHOT_INFO = 99, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 51 GET_REMOTE_MISSION_SNAPSHOT_INFO = 99, enumerator
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 76 GET_REMOTE_MISSION_SNAPSHOT_INFO = 99, enumerator
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | distributed_client.cpp | 120 int32_t error = remote->SendRequest(GET_REMOTE_MISSION_SNAPSHOT_INFO, data, reply, option); in GetRemoteMissionSnapshotInfo()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 372 int32_t error = remote->SendRequest(GET_REMOTE_MISSION_SNAPSHOT_INFO, data, reply, option); in GetRemoteMissionSnapshotInfo()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_stub_test.cpp | 1056 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::GET_REMOTE_MISSION_SNAPSHOT_INFO); in HWTEST_F() 1076 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::GET_REMOTE_MISSION_SNAPSHOT_INFO); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 712 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::GET_REMOTE_MISSION_SNAPSHOT_INFO), in GetRemoteMissionSnapshotInfo()
|
H A D | distributed_sched_stub.cpp | 141 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::GET_REMOTE_MISSION_SNAPSHOT_INFO)] = in InitLocalMissionManagerInner()
|
Completed in 11 milliseconds