Searched refs:InvokerThread (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_object_stub.cpp | 105 int32_t IPCObjectStub::InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in InvokerThread() function in OHOS::IPCObjectStub
|
H A D | ipc_object_stub.h | 80 …int32_t InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opt…
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/ |
H A D | camera_listener_stub_fuzzer.cpp | 73 fuzz->InvokerThread(code, data, reply, option); in Test()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_object_stub.h | 242 …int32_t InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opt…
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 217 return InvokerThread(code, data, reply, option); in DBinderInvokeListenThread() 509 int32_t IPCObjectStub::InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in InvokerThread() function in OHOS::IPCObjectStub
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_stub_unittest.cpp | 786 auto ret = testStub->InvokerThread(code, data, reply, option);
|