Searched refs:GET_PROTO_INFO (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 32 GET_PROTO_INFO = ZIPC_PACK_CHARS('_', 'G', 'R', 'I'), enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_callback_stub_unittest.cpp | 144 uint32_t code = GET_PROTO_INFO; 172 uint32_t code = GET_PROTO_INFO;
|
H A D | ipc_object_stub_unittest.cpp | 155 uint32_t code = GET_PROTO_INFO;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 39 GET_PROTO_INFO = ZIPC_PACK_CHARS('_', 'G', 'R', 'I'), enumerator
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_stub.c | 107 case GET_PROTO_INFO: { in DBinderRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 49 GET_PROTO_INFO = ZIPC_PACK_CHARS('_', 'G', 'R', 'I'), enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/ |
H A D | ipc_proxy_inner.c | 88 int32_t ret = ProcessSendRequest(target, GET_PROTO_INFO, &data, &reply, option, &ptr); in GetSessionFromDBinderService()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | dbinder_callback_stub.cpp | 155 case GET_PROTO_INFO: { in OnRemoteRequest()
|
H A D | ipc_object_stub.cpp | 391 case GET_PROTO_INFO: in SendRequest()
|
H A D | ipc_object_proxy.cpp | 733 int err = SendRequestInner(true, GET_PROTO_INFO, data, reply, option); in GetProtoInfo()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 131 case GET_PROTO_INFO: { in OnRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_stub_unittest.cpp | 336 uint32_t code = GET_PROTO_INFO;
|