Searched refs:InvokerDataBusThread (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/ |
H A D | ipc_stub_inner.c | 64 static int32_t InvokerDataBusThread(IpcIo *data, IpcIo *reply, OnRemoteRequest func) in InvokerDataBusThread() function 125 if (InvokerDataBusThread(data, reply, func) != 0) { in InvokerListenThreadStub()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_object_stub.cpp | 110 int32_t IPCObjectStub::InvokerDataBusThread(MessageParcel &data, MessageParcel &reply) in InvokerDataBusThread() function in OHOS::IPCObjectStub
|
H A D | ipc_object_stub.h | 82 int32_t InvokerDataBusThread(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/ |
H A D | camera_listener_stub_fuzzer.cpp | 70 fuzz->InvokerDataBusThread(data, reply); in Test()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_object_stub.h | 263 int32_t InvokerDataBusThread(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_stub_unittest.cpp | 647 auto ret = testStub->InvokerDataBusThread(data, reply); 683 auto ret = testStub->InvokerDataBusThread(data, reply); 720 auto ret = testStub->InvokerDataBusThread(data, reply); 753 auto ret = testStub->InvokerDataBusThread(data, reply);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 513 if (InvokerDataBusThread(data, reply) != ERR_NONE) { in InvokerThread() 528 int32_t IPCObjectStub::InvokerDataBusThread(MessageParcel &data, MessageParcel &reply) in InvokerDataBusThread() function in OHOS::IPCObjectStub
|