Searched refs:GetGrantedSessionName (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_object_proxy.h | 72 std::string GetGrantedSessionName();
|
H A D | ipc_object_stub.h | 89 …int32_t GetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOpt…
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_object_proxy.h | 204 std::string GetGrantedSessionName();
|
H A D | ipc_object_stub.h | 282 …int32_t GetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOpt…
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 314 return GetGrantedSessionName(code, data, reply, option); in DBinderGetGrantedSessionName() 657 return samgr->GetGrantedSessionName(); in GetSessionName() 660 int32_t IPCObjectStub::GetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &rep… in GetGrantedSessionName() function in OHOS::IPCObjectStub
|
H A D | ipc_object_proxy.cpp | 265 std::string IPCObjectProxy::GetGrantedSessionName() in GetGrantedSessionName() function in OHOS::IPCObjectProxy
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_proxy_unittest.cpp | 129 std::string ret = object.GetGrantedSessionName(); 311 auto ret = object.GetGrantedSessionName();
|
H A D | ipc_object_stub_unittest.cpp | 1052 int result = testStub->GetGrantedSessionName(code, data, reply, option);
|