| /foundation/resourceschedule/soc_perf/test/unittest/mock/ |
| H A D | mock_system_ability.cpp | 169 int32_t SystemAbility::OnExtension(const std::string& extension, MessageParcel& data, MessageParcel& reply) in OnExtension() argument
|
| /foundation/resourceschedule/work_scheduler/services/zidl/src/ |
| H A D | work_sched_service_stub.cpp | 31 int32_t WorkSchedServiceStub::HandleObtainAllWorksRequest(MessageParcel &data, MessageParcel &reply) in HandleObtainAllWorksRequest() argument 44 int32_t WorkSchedServiceStub::HandleGetWorkStatusRequest(MessageParcel &data, MessageParcel &reply) in HandleGetWorkStatusRequest() argument 54 int32_t WorkSchedServiceStub::HandleGetAllRunningWorksRequest(MessageParcel &reply) in HandleGetAllRunningWorksRequest() argument 67 HandleIsLastWorkTimeOutRequest(MessageParcel &data, MessageParcel &reply) HandleIsLastWorkTimeOutRequest() argument 83 HandleRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) HandleRequest() argument 133 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument 207 PauseRunningWorksStub(MessageParcel& data, MessageParcel& reply) PauseRunningWorksStub() argument 222 ResumePausedWorksStub(MessageParcel& data, MessageParcel& reply) ResumePausedWorksStub() argument [all...] |
| /foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/ |
| H A D | workschedulerstartwork_fuzzer.cpp | 372 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
|
| /foundation/systemabilitymgr/safwk/services/safwk/src/ |
| H A D | local_ability_manager_stub.cpp | 102 int32_t LocalAbilityManagerStub::StartAbilityInner(MessageParcel& data, MessageParcel& reply) in StartAbilityInner() argument 126 int32_t LocalAbilityManagerStub::StopAbilityInner(MessageParcel& data, MessageParcel& reply) in StopAbilityInner() argument 149 int32_t LocalAbilityManagerStub::ActiveAbilityInner(MessageParcel& data, MessageParcel& reply) in ActiveAbilityInner() argument 172 int32_t LocalAbilityManagerStub::IdleAbilityInner(MessageParcel& data, MessageParcel& reply) in IdleAbilityInner() argument 78 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument 200 SendStrategyToSAInner(MessageParcel& data, MessageParcel& reply) SendStrategyToSAInner() argument 234 IpcStatCmdProcInner(MessageParcel& data, MessageParcel& reply) IpcStatCmdProcInner() argument 257 FfrtDumperProcInner(MessageParcel& data, MessageParcel& reply) FfrtDumperProcInner() argument 270 SystemAbilityExtProcInner(MessageParcel& data, MessageParcel& reply) SystemAbilityExtProcInner() argument [all...] |
| /foundation/resourceschedule/device_standby/services/test/fuzztest/devicestandby_fuzzer/ |
| H A D | devicestandby_fuzzer.cpp | 82 MessageParcel reply; in CoverageHandleIsStrategyEnabled() local 86 datas, reply, option); in CoverageHandleIsStrategyEnabled() local 90 datas, reply, option); in CoverageHandleIsStrategyEnabled() local 95 datas, reply, option); in CoverageHandleIsStrategyEnabled() local 101 MessageParcel reply; in CoverageHandleReportWorkSchedulerStatus() local 106 datas, reply, option); in CoverageHandleReportWorkSchedulerStatus() local 113 datas, reply, option); in CoverageHandleReportWorkSchedulerStatus() local 119 MessageParcel reply; in CoverageHandleGetAllowList() local 124 datas, reply, option); in CoverageHandleGetAllowList() local 130 datas, reply, optio in CoverageHandleGetAllowList() local 136 MessageParcel reply; CoverageHandleSubscribeStandbyCallback() local 143 datas, reply, option); CoverageHandleSubscribeStandbyCallback() local 149 MessageParcel reply; CoverageHandleUnSubscribeStandbyCallback() local 156 datas, reply, option); CoverageHandleUnSubscribeStandbyCallback() local 162 MessageParcel reply; CoverageHandleApplyAllowResource() local 168 datas, reply, option); CoverageHandleApplyAllowResource() local 174 MessageParcel reply; CoverageUnHandleApplyAllowResource() local 180 datas, reply, option); CoverageUnHandleApplyAllowResource() local 186 MessageParcel reply; CoverageHandleCommonEvent() local 195 datas, reply, option); CoverageHandleCommonEvent() local 201 MessageParcel reply; CoverageHandleSetNatInterval() local 209 datas, reply, option); CoverageHandleSetNatInterval() local 247 MessageParcel reply; DoSomethingInterestingWithMyAPI() local [all...] |
| /foundation/resourceschedule/device_usage_statistics/test/unittest/ |
| H A D | device_usage_statistics_test.cpp | 552 MessageParcel reply; in HWTEST_F() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
| H A D | res_sched_service.cpp | 56 ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, nlohmann::json& reply) ReportSyncEvent() argument
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
| H A D | res_sched_exe_service_stub.cpp | 95 int32_t ResSchedExeServiceStub::ReportRequestInner(MessageParcel& data, MessageParcel& reply) in ReportRequestInner() argument 140 int32_t ResSchedExeServiceStub::KillProcessInner(MessageParcel& data, MessageParcel& reply) in KillProcessInner() argument 170 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument [all...] |
| /foundation/resourceschedule/work_scheduler/services/test/src/ |
| H A D | workschedulerservice_test.cpp | 783 MessageParcel data, reply;
in HWTEST_F() local
|
| /foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/ |
| H A D | system_ability_wrapper.cpp | 194 OnRemoteRequest( uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) OnRemoteRequest() argument
|
| /foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
| H A D | wrapper.rs | 217 let mut reply = MsgParcel::from_ptr(reply.get_unchecked_mut() as *mut MessageParcel); in on_remote_request() variables
|
| /foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/ |
| H A D | systemabilityfwk_fuzzer.cpp | 150 MessageParcel reply; in FuzzIpcStatCmdProc() local 153 SafwkInterfaceCode::IPC_STAT_CMD_TRANSACTION), data, reply, option); in FuzzIpcStatCmdProc() local 166 MessageParcel reply; in FuzzSystemAbilityFwk() local
|
| /foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
| H A D | local_ability_manager_stub_test.cpp | 82 MessageParcel reply;
in HWTEST_F() local 104 MessageParcel reply;
in HWTEST_F() local 126 MessageParcel reply;
in HWTEST_F() local 149 MessageParcel reply;
in HWTEST_F() local 174 MessageParcel reply;
in HWTEST_F() local 199 MessageParcel reply; HWTEST_F() local 221 MessageParcel reply; HWTEST_F() local 241 MessageParcel reply; HWTEST_F() local 258 MessageParcel reply; HWTEST_F() local 277 MessageParcel reply; HWTEST_F() local 294 MessageParcel reply; HWTEST_F() local 311 MessageParcel reply; HWTEST_F() local 330 MessageParcel reply; HWTEST_F() local 347 MessageParcel reply; HWTEST_F() local 364 MessageParcel reply; HWTEST_F() local 381 MessageParcel reply; HWTEST_F() local 398 MessageParcel reply; HWTEST_F() local 726 MessageParcel reply; HWTEST_F() local 741 MessageParcel reply; HWTEST_F() local 758 MessageParcel reply; HWTEST_F() local 777 MessageParcel reply; HWTEST_F() local 796 MessageParcel reply; HWTEST_F() local 817 MessageParcel reply; HWTEST_F() local 840 MessageParcel reply; HWTEST_F() local 855 MessageParcel reply; HWTEST_F() local 872 MessageParcel reply; HWTEST_F() local 891 MessageParcel reply; HWTEST_F() local 907 MessageParcel reply; HWTEST_F() local 922 MessageParcel reply; HWTEST_F() local 939 MessageParcel reply; HWTEST_F() local 956 MessageParcel reply; HWTEST_F() local [all...] |
| /foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
| H A D | system_ability_mgr_stub_load_test.cpp | 51 MessageParcel reply; in HWTEST_F() local 61 MessageParcel reply; in HWTEST_F() local 72 MessageParcel reply; in HWTEST_F() local 82 MessageParcel reply; in HWTEST_F() local 93 MessageParcel reply; in HWTEST_F() local 108 MessageParcel reply; HWTEST_F() local 125 MessageParcel reply; HWTEST_F() local 155 MessageParcel reply; HWTEST_F() local 168 MessageParcel reply; HWTEST_F() local 182 MessageParcel reply; HWTEST_F() local 195 MessageParcel reply; HWTEST_F() local 209 MessageParcel reply; HWTEST_F() local 219 MessageParcel reply; HWTEST_F() local 230 MessageParcel reply; HWTEST_F() local 244 MessageParcel reply; HWTEST_F() local 258 MessageParcel reply; HWTEST_F() local 1210 MessageParcel reply; HWTEST_F() local 1230 MessageParcel reply; HWTEST_F() local 1247 MessageParcel reply; HWTEST_F() local 1266 MessageParcel reply; HWTEST_F() local 1283 MessageParcel reply; HWTEST_F() local 1299 MessageParcel reply; HWTEST_F() local 1315 MessageParcel reply; HWTEST_F() local 1331 MessageParcel reply; HWTEST_F() local 1348 MessageParcel reply; HWTEST_F() local 1366 MessageParcel reply; HWTEST_F() local 1382 MessageParcel reply; HWTEST_F() local [all...] |
| H A D | system_ability_mgr_proxy_test.cpp | 795 MessageParcel reply; in HWTEST_F() local 811 MessageParcel reply; in HWTEST_F() local 829 MessageParcel reply; in HWTEST_F() local 847 MessageParcel reply; in HWTEST_F() local 866 MessageParcel reply; HWTEST_F() local 887 MessageParcel reply; HWTEST_F() local 924 MessageParcel reply; HWTEST_F() local 948 MessageParcel reply; HWTEST_F() local 1026 MessageParcel reply; HWTEST_F() local 1044 MessageParcel reply; HWTEST_F() local 1061 MessageParcel reply; HWTEST_F() local 1077 MessageParcel reply; HWTEST_F() local 1092 MessageParcel reply; HWTEST_F() local [all...] |
| /foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/ |
| H A D | systemabilitymanager_fuzzer.cpp | 122 MessageParcel reply; in FuzzSystemAbilityManager() local
|
| /foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
| H A D | endpoint_rpc.c | 116 IpcIo reply;
in SAMGR_AddSysCap() local 151 IpcIo reply;
in SAMGR_GetSysCap() local 174 static int SendGetAllSysCapsRequest(const Endpoint *endpoint, uint32 startIdx, IpcIo *reply, void **replyBuf)
in SendGetAllSysCapsRequest() argument 192 static int32 ParseGetAllSysCapsReply(IpcIo *reply, cha argument 239 IpcIo reply; SAMGR_GetSystemCapabilities() local [all...] |
| H A D | default_client.c | 181 IpcIo reply;
in ProxyInvoke() local 235 IpcIo reply;
in QueryIdentity() local
|
| H A D | default_client_rpc.c | 168 IpcIo reply; in ProxyInvoke() local 226 IpcIo reply; in QueryIdentity() local
|
| H A D | samgr_small_ipc_adapter.c | 48 IpcIo reply;
in ClientRegisterRemoteEndpoint() local 178 IpcIo reply;
in RegisterIdentity() local 200 Dispatch(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) Dispatch() argument 322 GetRemotePolicy(IpcIo *reply, PolicyTrans **policy, uint32 *policyNum) GetRemotePolicy() argument [all...] |
| /foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
| H A D | screensessionmanager_fuzzer.cpp | 74 MessageParcel reply; in IPCFuzzTest() local 84 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, in IPCSpecificInterfaceFuzzTest1() argument 88 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local 90 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local 92 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local 94 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local 96 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local 98 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local 100 sendData, reply, optio in IPCSpecificInterfaceFuzzTest1() local 102 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 104 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 106 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 108 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 110 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 112 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 114 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 116 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 118 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local 121 IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, MessageOption& option) IPCSpecificInterfaceFuzzTest2() argument 125 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 127 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 129 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 131 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 133 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 135 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 137 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 139 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 141 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 143 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 145 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 147 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 149 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 151 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 153 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 155 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local 158 IPCSpecificInterfaceFuzzTest3(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, MessageOption& option) IPCSpecificInterfaceFuzzTest3() argument 162 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 164 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 166 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 168 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 170 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 172 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 174 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 176 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 178 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 180 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 182 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 184 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 186 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 188 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 190 sendData, reply, option); IPCSpecificInterfaceFuzzTest3() local 205 MessageParcel reply; IPCInterfaceFuzzTest() local [all...] |
| /foundation/window/window_manager/dm/src/zidl/ |
| H A D | display_manager_agent_proxy.cpp | 39 MessageParcel reply;
in NotifyDisplayPowerEvent() local 70 MessageParcel reply;
in NotifyDisplayStateChanged() local 101 MessageParcel reply;
in OnScreenConnect() local 127 MessageParcel reply;
in OnScreenDisconnect() local 153 MessageParcel reply;
in OnScreenChange() local 185 MessageParcel reply; OnScreenGroupChange() local 221 MessageParcel reply; OnDisplayCreate() local 247 MessageParcel reply; OnDisplayDestroy() local 273 MessageParcel reply; OnDisplayChange() local 304 MessageParcel reply; OnScreenshot() local 328 MessageParcel reply; NotifyPrivateWindowStateChanged() local 353 MessageParcel reply; NotifyPrivateStateWindowListChanged() local 381 MessageParcel reply; NotifyFoldStatusChanged() local 405 MessageParcel reply; NotifyFoldAngleChanged() local 429 MessageParcel reply; NotifyCaptureStatusChanged() local 453 MessageParcel reply; NotifyDisplayChangeInfoChanged() local 477 MessageParcel reply; NotifyDisplayModeChanged() local 501 MessageParcel reply; NotifyAvailableAreaChanged() local [all...] |
| H A D | display_manager_agent_stub.cpp | 31 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
| /foundation/window/window_manager/dm_lite/src/ |
| H A D | display_manager_lite_proxy.cpp | 41 MessageParcel reply; in RegisterDisplayManagerAgent() local 82 MessageParcel reply; in UnregisterDisplayManagerAgent() local 121 MessageParcel reply; in GetFoldDisplayMode() local 143 MessageParcel reply; in SetFoldDisplayMode() local 168 MessageParcel reply; IsFoldable() local 191 MessageParcel reply; GetFoldStatus() local 214 MessageParcel reply; GetDefaultDisplayInfo() local 242 MessageParcel reply; GetDisplayInfoById() local 274 MessageParcel reply; GetCutoutInfo() local 304 MessageParcel reply; WakeUpBegin() local 332 MessageParcel reply; WakeUpEnd() local 356 MessageParcel reply; SuspendBegin() local 384 MessageParcel reply; SuspendEnd() local 408 MessageParcel reply; GetInternalScreenId() local 433 MessageParcel reply; SetScreenPowerById() local 469 MessageParcel reply; SetSpecifiedScreenPower() local 504 MessageParcel reply; SetScreenPowerForAll() local 535 MessageParcel reply; GetScreenPower() local 562 MessageParcel reply; SetDisplayState() local 589 MessageParcel reply; GetDisplayState() local 616 MessageParcel reply; TryToCancelScreenOff() local 640 MessageParcel reply; SetScreenBrightness() local 671 MessageParcel reply; GetScreenBrightness() local 699 MessageParcel reply; GetAllDisplayIds() local [all...] |
| /foundation/window/window_manager/dmserver/src/ |
| H A D | display_manager_stub.cpp | 33 int32_t DisplayManagerStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply,
in OnRemoteRequest() argument [all...] |