Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h72 std::string GetGrantedSessionName();
H A Dipc_object_stub.h89 …int32_t GetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOpt…
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h204 std::string GetGrantedSessionName();
H A Dipc_object_stub.h282 …int32_t GetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOpt…
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp314 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 Dipc_object_proxy.cpp265 std::string IPCObjectProxy::GetGrantedSessionName() in GetGrantedSessionName() function in OHOS::IPCObjectProxy
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp129 std::string ret = object.GetGrantedSessionName();
311 auto ret = object.GetGrantedSessionName();
H A Dipc_object_stub_unittest.cpp1052 int result = testStub->GetGrantedSessionName(code, data, reply, option);