Home
last modified time | relevance | path

Searched refs:ProcessProto (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_stub.c64 static int32_t ProcessProto(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption *option) in ProcessProto() function
69 RPC_LOG_ERROR("ProcessProto threadContext is null"); in ProcessProto()
80 RPC_LOG_ERROR("ProcessProto CreateDatabusName failed"); in ProcessProto()
108 ret = ProcessProto(code, data, reply, option); in DBinderRemoteRequest()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h62 int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_callback_stub_unittest.cpp135 * @tc.desc: Verify the ProcessProto function
156 int32_t ret = fakeStub->ProcessProto(code, data, reply, option); in HWTEST_F()
202 * @tc.desc: Verify the ProcessProto function
232 int32_t ret = fakeStub->ProcessProto(code, data, reply, option); in HWTEST_F()
240 * @tc.desc: Verify the ProcessProto function
270 int32_t ret = fakeStub->ProcessProto(code, data, reply, option); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_stub.cpp99 int32_t IPCObjectStub::ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in ProcessProto() function in OHOS::IPCObjectStub
H A Dipc_object_stub.h75 virtual int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/
H A Dcamera_listener_stub_fuzzer.cpp85 fuzz->ProcessProto(code, data, reply, option); in Test()
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_callback_stub.h31 int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp215 * @tc.desc: Verify the ProcessProto function
228 int32_t ret = dBinderServiceStub.ProcessProto(code, data, reply, option); in HWTEST_F()
234 * @tc.desc: Verify the ProcessProto function
253 int32_t ret = dBinderServiceStub.ProcessProto(code, data, reply, option); in HWTEST_F()
259 * @tc.desc: Verify the ProcessProto function
272 int32_t ret = dBinderServiceStub.ProcessProto(code, data, reply, option); in HWTEST_F()
278 * @tc.desc: Verify the ProcessProto function with unknown session type
301 int32_t ret = dBinderServiceStub.ProcessProto(code, data, reply, option); in HWTEST_F()
307 * @tc.desc: Verify the ProcessProto function
320 int32_t ret = dBinderServiceStub.ProcessProto(cod in HWTEST_F()
[all...]
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_stub.h191 virtual int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp71 int32_t DBinderServiceStub::ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, in ProcessProto() function in OHOS::DBinderServiceStub
132 result = ProcessProto(code, data, reply, option); in OnRemoteRequest()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp83 int32_t DBinderCallbackStub::ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, in ProcessProto() function in OHOS::DBinderCallbackStub
156 result = ProcessProto(code, data, reply, option); in OnRemoteRequest()
H A Dipc_object_stub.cpp392 return ProcessProto(code, data, reply, option); in SendRequest()
491 int32_t IPCObjectStub::ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in ProcessProto() function in OHOS::IPCObjectStub

Completed in 6 milliseconds