Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 34) sorted by relevance

12

/test/xts/hats/hdf/manager/managerServiceTest/
Dservice_manager_hdi_test.cpp107 …uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option)… in OnRemoteRequest()
149 OHOS::MessageParcel reply; variable
175 OHOS::MessageParcel reply; variable
203 OHOS::MessageParcel reply; variable
232 OHOS::MessageParcel reply; variable
281 OHOS::MessageParcel reply; variable
449 OHOS::MessageParcel reply; in TestSampleService() local
586 OHOS::MessageParcel reply; variable
627 OHOS::MessageParcel reply; variable
670 OHOS::MessageParcel reply; variable
[all …]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
DIpcStub.cpp41 int IpcStub::OnRemoteRequest(uint32_t code, const OHIPCParcel *data, OHIPCParcel *reply, void *user… in OnRemoteRequest()
103 int IpcStub::HandleRequestExitChildProcess(const OHIPCParcel *data, OHIPCParcel *reply) in HandleRequestExitChildProcess()
109 int32_t IpcStub::HandleAdd(const OHIPCParcel *data, OHIPCParcel *reply) in HandleAdd()
126 int IpcStub::HandleStartNativeChildProcess(const OHIPCParcel *data, OHIPCParcel *reply) in HandleStartNativeChildProcess()
DIpcProxy.cpp39 StdUniPtrIpcParcel reply(OH_IPCParcel_Create(), OH_IPCParcel_Destroy); in RequestExitChildProcess() local
68 StdUniPtrIpcParcel reply(OH_IPCParcel_Create(), OH_IPCParcel_Destroy); in Add() local
100 StdUniPtrIpcParcel reply(OH_IPCParcel_Create(), OH_IPCParcel_Destroy); in StartNativeChildProcess() local
/test/xts/hats/hdf/manager/managerBenchmarkTest/
Dhdf_manager_benchmark_test.cpp88 …uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option)… in OnRemoteRequest()
116 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; in BENCHMARK_F() local
346 OHOS::MessageParcel reply; in BENCHMARK_F() local
389 OHOS::MessageParcel reply; in BENCHMARK_F() local
/test/xts/device_attest_lite/framework/small/src/client/
Dattest_framework_client_proxy.c44 static int32_t ReadAttestResultTicket(IpcIo *reply, AttestResultInfo **attestStatus) in ReadAttestResultTicket()
77 static int32_t ReadAttestResultInfo(IpcIo *reply, AttestResultInfo **attestStatus) in ReadAttestResultInfo()
111 static int AttestClientQueryStatusCb(void *owner, int code, IpcIo *reply) in AttestClientQueryStatusCb()
154 ServiceRspMsg reply = {0}; in QueryStatus() local
/test/xts/device_attest_lite/framework/small/src/service/
Dattest_framework_feature.c90 static int32_t WriteAttestResultInfo(IpcIo *reply, AttestResultInfo *attestResultInfo) in WriteAttestResultInfo()
122 static int32_t FeatureQueryAttest(IpcIo *reply) in FeatureQueryAttest()
149 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/test/xts/device_attest/services/devattest_ability/src/
Ddevattest_service_stub.cpp35 MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
54 int DevAttestServiceStub::GetAttestStatusInner(MessageParcel& data, MessageParcel& reply) in GetAttestStatusInner()
/test/xts/hats/hdf/manager/managerHdiTest/
Dservice_manager_hdi_c_test.cpp110 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
129 struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) in ServiceManagerTestCallbackDispatch()
160 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
195 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
234 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
277 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
332 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
522 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); variable
/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp80 auto reply = ApiReplyInfo(); in TEST_F() local
99 auto reply = ApiReplyInfo(); in TEST_F() local
119 auto reply = ApiReplyInfo(); in TEST_F() local
137 auto reply = ApiReplyInfo(); in TEST_F() local
152 auto reply = ApiReplyInfo(); in TEST_F() local
174 auto reply = ApiReplyInfo(); in TEST_F() local
644 ApiReplyInfo reply {}; in TEST_F() local
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp77 … int ApiCaller::OnRemoteRequest(uint32_t code, Message data, Message reply, MessageOption &option) in OnRemoteRequest()
140 MessageParcel reply; in Call() local
169 MessageParcel reply; in SetBackCaller() local
343 void ApiTransactor::Transact(const ApiCallInfo &call, ApiReplyInfo &reply) in Transact()
387 const auto &reply = data.GetWant(); in SendBroadcastCommand() local
/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
Ddevattest_service_proxy.cpp27 MessageParcel reply; in GetAttestStatus() local
/test/xts/dcts/testtools/disjsTest/server/
Dservice.js33 onRemoteMessageRequest(code, data, reply, option) { argument
/test/xts/device_attest/test/fuzztest/devattestservicestub_fuzzer/
Ddevattestservicestub_fuzzer.cpp68 MessageParcel reply; in OnRemoteRequest() local
/test/xts/acts/communication/dsoftbus/rpc_request/entry/src/ohosTest/js/test/
DActsRpcRequestJsTest.test.js94 onRemoteRequest(code, data, reply, option) { argument
122 onRemoteRequest(code, data, reply, option) { argument
139 async onRemoteMessageRequest(code, data, reply, option) { argument
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/src/main/js/ServiceAbility1/
Dservice.js32 onRemoteRequest(code, data, reply, option) { argument
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/src/main/js/ServiceAbility2/
Dservice.js32 onRemoteRequest(code, data, reply, option) { argument
/test/xts/device_attest/test/performancetest/src/
Ddevattestservice_performance_test.cpp92 MessageParcel reply; variable
Ddevattestclient_performance_test.cpp110 MessageParcel reply; in TestIPCConsume() local
/test/xts/hats/hdf/external_device_manager/driver_extension_manager_client_test/
Ddriver_extension_manager_client_test.cpp213 MessageParcel reply; variable
/test/testfwk/arkxtest/uitest/cj/
Duitest_ffi.cpp121 auto reply = ApiReplyInfo(); in CJTransact() local
/test/xts/dcts/communication/dsoftbus_request/rpc/src/main/js/test/
DRpcRequestJsUnit.test.js71 onRemoteMessageRequest(code, data, reply, option) { argument
86 onRemoteRequest(code, data, reply, option) { argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DLiteIPCServiceTest.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
DLiteIPCClientTest.cpp46 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback()
DLiteIPCFeatureTest.cpp129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
Ddevattest_client_proxy_test.cpp94 …int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) o… in SendRequest()

12