Home
last modified time | relevance | path

Searched refs:InvokerThread (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_stub.cpp105 int32_t IPCObjectStub::InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in InvokerThread() function in OHOS::IPCObjectStub
H A Dipc_object_stub.h80 …int32_t InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opt…
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/
H A Dcamera_listener_stub_fuzzer.cpp73 fuzz->InvokerThread(code, data, reply, option); in Test()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_stub.h242 …int32_t InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opt…
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp217 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 Dipc_object_stub_unittest.cpp786 auto ret = testStub->InvokerThread(code, data, reply, option);