Home
last modified time | relevance | path

Searched defs:reply (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/toolchain/test/fuzztest/protocolhandlersendreply_fuzzer/
H A Dprotocolhandlersendreply_fuzzer.cpp40 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in ProtocolHandlerSendReplyFuzzTest() local
/arkcompiler/ets_runtime/compiler_service/interface/
H A Daot_compiler_interface_proxy.cpp27 MessageParcel reply; in AotCompiler() local
85 MessageParcel reply; in StopAotCompiler() local
117 MessageParcel reply; in GetAOTVersion() local
151 MessageParcel reply; NeedReCompile() local
[all...]
H A Daot_compiler_interface_stub.cpp21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
52 CommandAOTCompiler(MessageParcel &data, MessageParcel &reply) CommandAOTCompiler() argument
88 CommandStopAOTCompiler(MessageParcel& reply) CommandStopAOTCompiler() argument
98 CommandGetAOTVersion(MessageParcel& reply) CommandGetAOTVersion() argument
113 CommandNeedReCompile(MessageParcel& data, MessageParcel& reply) CommandNeedReCompile() argument
[all...]
/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_service_proxy.cpp27 MessageParcel reply; in GetAttestStatus() local
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_service_stub.cpp54 int DevAttestServiceStub::GetAttestStatusInner(MessageParcel& data, MessageParcel& reply) in GetAttestStatusInner() argument
34 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/arkcompiler/toolchain/tooling/
H A Dprotocol_handler.cpp92 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in SendResponse() local
108 std::unique_ptr<PtJson> reply = events.ToJson(); in SendNotification() local
113 void ProtocolHandler::SendReply(const PtJson &reply) in SendReply() argument
[all...]
/test/xts/device_attest/test/fuzztest/devattestservicestub_fuzzer/
H A Ddevattestservicestub_fuzzer.cpp68 MessageParcel reply; in OnRemoteRequest() local
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
H A Dcompilerinterfacestub_fuzzer.cpp53 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerstub_unit/
H A Daotcompilerstub_unit.cpp81 MessageParcel reply; in HWTEST_F() local
98 MessageParcel reply; in HWTEST_F() local
115 MessageParcel reply; in HWTEST_F() local
132 MessageParcel reply; in HWTEST_F() local
149 MessageParcel reply; in HWTEST_F() local
166 MessageParcel reply; HWTEST_F() local
184 MessageParcel reply; HWTEST_F() local
203 MessageParcel reply; HWTEST_F() local
222 MessageParcel reply; HWTEST_F() local
241 MessageParcel reply; HWTEST_F() local
260 MessageParcel reply; HWTEST_F() local
279 MessageParcel reply; HWTEST_F() local
298 MessageParcel reply; HWTEST_F() local
[all...]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A DIpcStub.cpp41 int IpcStub::OnRemoteRequest(uint32_t code, const OHIPCParcel *data, OHIPCParcel *reply, void *userData) in OnRemoteRequest() argument
103 int IpcStub::HandleRequestExitChildProcess(const OHIPCParcel *data, OHIPCParcel *reply) in HandleRequestExitChildProcess() argument
109 int32_t IpcStub::HandleAdd(const OHIPCParcel *data, OHIPCParcel *reply) in HandleAdd() argument
126 int IpcStub::HandleStartNativeChildProcess(const OHIPCParcel *data, OHIPCParcel *reply) in HandleStartNativeChildProcess() argument
[all...]
/test/xts/device_attest_lite/framework/small/src/service/
H A Dattest_framework_feature.c90 static int32_t WriteAttestResultInfo(IpcIo *reply, AttestResultInfo *attestResultInfo) in WriteAttestResultInfo() argument
122 FeatureQueryAttest(IpcIo *reply) FeatureQueryAttest() argument
149 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) Invoke() argument
[all...]
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestservice_performance_test.cpp92 MessageParcel reply; in HWTEST_F() local
H A Ddevattestclient_performance_test.cpp110 MessageParcel reply; in TestIPCConsume() local
/applications/sample/camera/communication/wpa_cli/src/
H A Dwpa_cli_sample.c127 static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen) in SendCtrlCommand() argument
151 char reply[100] = {0}; in TestNetworkConfig() local
189 char reply[100] = {0}; TestCliConnection() local
201 char reply[100] = {0}; TestScan() local
[all...]
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/
H A Daotcompilerproxy_unit.cpp58 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
[all...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DLiteIPCClientTest.cpp46 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback() argument
H A DLiteIPCFeatureTest.cpp129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
H A DLiteIPCServiceTest.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
/test/xts/device_attest_lite/framework/small/src/client/
H A Dattest_framework_client_proxy.c44 static int32_t ReadAttestResultTicket(IpcIo *reply, AttestResultInfo **attestStatus) in ReadAttestResultTicket() argument
77 static int32_t ReadAttestResultInfo(IpcIo *reply, AttestResultInfo **attestStatus) in ReadAttestResultInfo() argument
111 AttestClientQueryStatusCb(void *owner, int code, IpcIo *reply) AttestClientQueryStatusCb() argument
154 ServiceRspMsg reply = {0}; QueryStatus() local
[all...]
/test/xts/hats/hdf/manager/managerBenchmarkTest/
H A Dhdf_manager_benchmark_test.cpp116 OHOS::MessageParcel reply; in BENCHMARK_F() local
148 OHOS::MessageParcel reply; in BENCHMARK_F() local
191 OHOS::MessageParcel reply; in BENCHMARK_F() local
266 OHOS::MessageParcel reply; BENCHMARK_F() local
346 OHOS::MessageParcel reply; BENCHMARK_F() local
389 OHOS::MessageParcel reply; BENCHMARK_F() local
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp80 auto reply = ApiReplyInfo(); in TEST_F() local
99 auto reply = ApiReplyInfo(); in TEST_F() local
119 auto reply in TEST_F() local
137 auto reply = ApiReplyInfo(); TEST_F() local
152 auto reply = ApiReplyInfo(); TEST_F() local
174 auto reply = ApiReplyInfo(); TEST_F() local
[all...]
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp118 auto reply = ApiReplyInfo(); in CJTransact() local
/test/xts/acts/ability_lite/ability_posix/src/
H A DAbilityMgrTest.cpp95 IpcIo reply = {nullptr}; in OnAbilityConnectDone() local
H A DAbilityMgrTest2.cpp95 IpcIo reply = {nullptr}; in OnAbilityConnectDone() local
/test/xts/hats/hdf/external_device_manager/driver_extension_manager_client_test/
H A Ddriver_extension_manager_client_test.cpp213 MessageParcel reply; in HWTEST_F() local

Completed in 13 milliseconds

12