Home
last modified time | relevance | path

Searched refs:GET_SESSION_NAME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h40 GET_SESSION_NAME = ZIPC_PACK_CHARS('_', 'G', 'S', 'N'), enumerator
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h50 GET_SESSION_NAME = ZIPC_PACK_CHARS('_', 'G', 'S', 'N'), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp456 uint32_t code = GET_SESSION_NAME;
505 uint32_t code = GET_SESSION_NAME;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp402 case GET_SESSION_NAME: in SendRequest()
H A Dipc_object_proxy.cpp254 int err = SendRequestInner(false, GET_SESSION_NAME, data, reply, option); in GetSessionName()