Home
last modified time | relevance | path

Searched refs:INVOKE_LISTEN_THREAD (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Drpc_types.h31 INVOKE_LISTEN_THREAD = ZIPC_PACK_CHARS('_', 'I', 'L', 'T'), enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h37 INVOKE_LISTEN_THREAD = ZIPC_PACK_CHARS('_', 'I', 'L', 'T'), enumerator
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h47 INVOKE_LISTEN_THREAD = ZIPC_PACK_CHARS('_', 'I', 'L', 'T'), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c137 …int32_t ret = SendRequest(*proxyObject->proxy, INVOKE_LISTEN_THREAD, &data, ipcReply, option, ptr); in InvokerListenThread()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c460 case INVOKE_LISTEN_THREAD: { in RpcOnRemoteRequestInner()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp299 uint32_t code = INVOKE_LISTEN_THREAD;
315 uint32_t code = INVOKE_LISTEN_THREAD;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp394 case INVOKE_LISTEN_THREAD: in SendRequest()
H A Dipc_object_proxy.cpp621 return SendRequestInner(false, INVOKE_LISTEN_THREAD, data, reply, option); in InvokeListenThread()