/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_stub.c | 64 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 D | dbinder_service_stub.h | 62 int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_callback_stub_unittest.cpp | 135 * @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 D | ipc_object_stub.cpp | 99 int32_t IPCObjectStub::ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in ProcessProto() function in OHOS::IPCObjectStub
|
H A D | ipc_object_stub.h | 75 virtual int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/ |
H A D | camera_listener_stub_fuzzer.cpp | 85 fuzz->ProcessProto(code, data, reply, option);
in Test()
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_callback_stub.h | 31 int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_stub_unittest.cpp | 215 * @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 D | ipc_object_stub.h | 191 virtual int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 71 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 D | dbinder_callback_stub.cpp | 83 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 D | ipc_object_stub.cpp | 392 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
|