Home
last modified time | relevance | path

Searched defs:reply (Results 2051 - 2075 of 3415) sorted by relevance

1...<<81828384858687888990>>...137

/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/
H A Dtest_sa_proxy_cache_proxy.cpp25 MessageParcel reply; in GetStringFunc() local
62 ApiCacheManager::GetInstance().PostSendRequest(GetDescriptor(), COMMAND_GET_STRING_FUNC, data, reply); in GetStringFunc() local
72 MessageParcel reply; in GetDoubleFunc() local
113 ApiCacheManager::GetInstance().PostSendRequest(GetDescriptor(), COMMAND_GET_DOUBLE_FUNC, data, reply); GetDoubleFunc() local
119 ProxyReadVector(MessageParcel& reply, std::vector<int8_t>& ret_vec) ProxyReadVector() argument
136 MessageParcel reply; GetVectorFunc() local
178 ApiCacheManager::GetInstance().PostSendRequest(GetDescriptor(), COMMAND_GET_VECTOR_FUNC, data, reply); GetVectorFunc() local
191 MessageParcel reply; GetSaPid() local
[all...]
/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/mock/src/
H A Dmock_system_ability.cpp92 int32_t SystemAbility::OnExtension(const std::string& extension, MessageParcel& data, MessageParcel& reply) in OnExtension() argument
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/
H A Dbgtaskonremoterequest_fuzzer.cpp47 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp28 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
41 OnRemoteRequestInner(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequestInner() argument
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/
H A Dbundleactiveonremoterequest_fuzzer.cpp50 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/memmgr/test/fuzztest/memmgrstub_fuzzer/
H A Dmemmgrstub_fuzzer.cpp62 MessageParcel reply = MessageParcel(); in HandleGetBunldePriorityListFuzzTest() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_client.cpp54 nlohmann::json reply; in SendRequestAsync() local
45 SendRequestSync(uint32_t resType, int64_t value, const nlohmann::json& context, nlohmann::json& reply) SendRequestSync() argument
73 SendRequestInner(bool isSync, uint32_t resType, int64_t value, const nlohmann::json& context, nlohmann::json& reply) SendRequestInner() argument
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp40 SendRequestSync(uint32_t resType, int64_t value, const nlohmann::json& context, nlohmann::json& reply) SendRequestSync() argument
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp33 MessageParcel reply; in StartWork() local
64 MessageParcel reply; in StopWork() local
94 MessageParcel reply; in StopAndCancelWork() local
125 MessageParcel reply; in StopAndClearWorks() local
150 MessageParcel reply; IsLastWorkTimeout() local
177 MessageParcel reply; ObtainAllWorks() local
215 MessageParcel reply; GetWorkStatus() local
245 MessageParcel reply; GetAllRunningWorks() local
284 MessageParcel reply; PauseRunningWorks() local
316 MessageParcel reply; ResumePausedWorks() local
[all...]
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp105 PreSendRequest(const std::u16string& descriptor, uint32_t apiCode, const MessageParcel& data, MessageParcel& reply) PreSendRequest() argument
132 PostSendRequest(const std::u16string& descriptor, uint32_t apiCode, const MessageParcel& data, MessageParcel& reply) PostSendRequest() argument
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp28 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
82 HandleSubscribeStandbyCallback(MessageParcel& data, MessageParcel& reply) HandleSubscribeStandbyCallback() argument
105 HandleReportWorkSchedulerStatus(MessageParcel& data, MessageParcel& reply) HandleReportWorkSchedulerStatus() argument
122 HandleGetRestrictList(MessageParcel& data, MessageParcel& reply) HandleGetRestrictList() argument
148 HandleIsStrategyEnabled(MessageParcel& data, MessageParcel& reply) HandleIsStrategyEnabled() argument
168 HandleUnsubscribeStandbyCallback(MessageParcel& data, MessageParcel& reply) HandleUnsubscribeStandbyCallback() argument
184 HandleApplyAllowResource(MessageParcel& data, MessageParcel& reply) HandleApplyAllowResource() argument
199 HandleUnapplyAllowResource(MessageParcel& data, MessageParcel& reply) HandleUnapplyAllowResource() argument
214 HandleGetAllowList(MessageParcel& data, MessageParcel& reply) HandleGetAllowList() argument
240 HandleIsDeviceInStandby(MessageParcel& data, MessageParcel& reply) HandleIsDeviceInStandby() argument
255 HandleSetNatInterval(MessageParcel& data, MessageParcel& reply) HandleSetNatInterval() argument
272 HandleReportPowerOverused(MessageParcel& data, MessageParcel& reply) HandleReportPowerOverused() argument
290 HandleReportDeviceStateChanged(MessageParcel& data, MessageParcel& reply) HandleReportDeviceStateChanged() argument
306 HandleCommonEvent(MessageParcel& data, MessageParcel& reply) HandleCommonEvent() argument
[all...]
H A Dstandby_service_subscriber_proxy.cpp48 MessageParcel reply; in OnDeviceIdleMode() local
77 MessageParcel reply; in OnAllowListChanged() local
104 MessageParcel reply; in OnPowerOverused() local
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/appgroupcallbackstub_fuzzer/
H A Dappgroupcallbackstub_fuzzer.cpp48 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp28 int32_t AppStateSubscriberStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
41 int32_t AppStateSubscriberStub::OnRemoteRequestInner(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequestInner() argument
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_proxy.cpp25 MessageParcel reply; in PerfRequest() local
33 data, reply, option); in PerfRequest() local
39 MessageParcel reply; in PerfRequestEx() local
48 data, reply, option); in PerfRequestEx() local
54 MessageParcel reply; in PowerLimitBoost() local
62 data, reply, option); in PowerLimitBoost() local
68 MessageParcel reply; in ThermalLimitBoost() local
76 data, reply, option); in ThermalLimitBoost() local
83 MessageParcel reply; in LimitRequest() local
93 data, reply, optio in LimitRequest() local
99 MessageParcel reply; SetRequestStatus() local
112 Remote()->SendRequest(static_cast<uint32_t>(SocPerfInterfaceCode::TRANS_IPC_ID_SET_STATUS), data, reply, option); SetRequestStatus() local
118 MessageParcel reply; SetThermalLevel() local
129 data, reply, option); SetThermalLevel() local
135 MessageParcel reply; RequestDeviceMode() local
149 data, reply, option); RequestDeviceMode() local
155 MessageParcel reply; RequestCmdIdCount() local
166 SocPerfInterfaceCode::TRANS_IPC_ID_REQUEST_CMDID_COUNT), data, reply, option); RequestCmdIdCount() local
[all...]
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp123 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_unload_test.cpp48 MessageParcel reply; in HWTEST_F() local
59 MessageParcel reply; in HWTEST_F() local
73 MessageParcel reply; in HWTEST_F() local
85 MessageParcel reply; in HWTEST_F() local
96 MessageParcel reply; in HWTEST_F() local
304 MessageParcel reply; HWTEST_F() local
322 MessageParcel reply; HWTEST_F() local
338 MessageParcel reply; HWTEST_F() local
355 MessageParcel reply; HWTEST_F() local
456 MessageParcel reply; HWTEST_F() local
469 MessageParcel reply; HWTEST_F() local
479 MessageParcel reply; HWTEST_F() local
[all...]
H A Dsystem_ability_on_demand_event_test.cpp202 MessageParcel reply; in HWTEST_F() local
220 MessageParcel reply; in HWTEST_F() local
236 MessageParcel reply; in HWTEST_F() local
272 MessageParcel reply; in HWTEST_F() local
291 MessageParcel reply; HWTEST_F() local
314 MessageParcel reply; HWTEST_F() local
340 MessageParcel reply; HWTEST_F() local
366 MessageParcel reply; HWTEST_F() local
389 MessageParcel reply; HWTEST_F() local
409 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_stub_test.cpp62 MessageParcel reply; in HWTEST_F() local
81 MessageParcel reply; in HWTEST_F() local
100 MessageParcel reply; in HWTEST_F() local
119 MessageParcel reply; in HWTEST_F() local
138 MessageParcel reply; in HWTEST_F() local
155 MessageParcel reply; HWTEST_F() local
174 MessageParcel reply; HWTEST_F() local
195 MessageParcel reply; HWTEST_F() local
221 MessageParcel reply; HWTEST_F() local
242 MessageParcel reply; HWTEST_F() local
259 MessageParcel reply; HWTEST_F() local
277 MessageParcel reply; HWTEST_F() local
298 MessageParcel reply; HWTEST_F() local
317 MessageParcel reply; HWTEST_F() local
337 MessageParcel reply; HWTEST_F() local
356 MessageParcel reply; HWTEST_F() local
377 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_proxy_test.cpp158 MessageParcel reply = {}; in HWTEST_F() local
/foundation/window/window_manager/test/common/mock/
H A Diremote_object_mocker.h38 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() argument
88 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() argument
/foundation/window/window_manager/test/fuzztest/dms/displaymanageripc_fuzzer/
H A Ddisplaymanageripc_fuzzer.cpp78 MessageParcel reply; in IPCFuzzTest() local
86 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, in IPCSpecificInterfaceFuzzTest1() argument
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
99 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local
102 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local
104 sendData, reply, optio in 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
120 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
122 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
124 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
126 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
128 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
130 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
132 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
134 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
136 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
139 IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, MessageOption& option, sptr<IDisplayManager> manager) IPCSpecificInterfaceFuzzTest2() argument
145 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
149 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
152 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
154 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
157 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
159 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
161 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
163 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
165 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
167 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
169 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
172 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
175 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
177 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
179 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
181 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
183 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
186 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
203 MessageParcel reply; IPCInterfaceFuzzTest() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/
H A Dwindowipc_fuzzer.cpp77 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
99 sendData, reply, option); in IPCSpecificInterfaceFuzzTest1() local
102 sendData, reply, optio in IPCSpecificInterfaceFuzzTest1() local
105 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
120 sendData, reply, option); IPCSpecificInterfaceFuzzTest1() local
123 IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, MessageOption& option) IPCSpecificInterfaceFuzzTest2() argument
128 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
130 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
132 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
134 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
136 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
139 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
142 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
144 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
146 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
149 sendData, reply, option); IPCSpecificInterfaceFuzzTest2() local
166 MessageParcel reply; IPCInterfaceFuzzTest() local
[all...]
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp98 MessageParcel reply; in FuzzTestRemoteRequest() local
131 MessageParcel reply; in FuzzTestRemoteRequest() local
/foundation/window/window_manager/extension/modal_system_ui_extension/src/
H A Dmodal_system_ui_extension.cpp92 MessageParcel reply; in SendWant() local

Completed in 12 milliseconds

1...<<81828384858687888990>>...137