Home
last modified time | relevance | path

Searched refs:GetSessionName (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_test.cpp284 string sessionName = handler.GetSessionName(sessionId);
287 sessionName = handler.GetSessionName(sessionId);
365 EXPECT_EQ(handler.GetSessionName(sessionId1), sessionName1);
366 EXPECT_EQ(handler.GetSessionName(sessionId2), sessionName2);
367 EXPECT_EQ(handler.GetSessionName(sessionId3), sessionName3);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp57 sessionName = SoftBusHandler::GetSessionName(sessionId); in GetLocalSessionName()
H A Dsoftbus_file_receive_listener.cpp98 sessionName = SoftBusHandler::GetSessionName(sessionId); in GetLocalSessionName()
H A Dsoftbus_handler.cpp96 std::string SoftBusHandler::GetSessionName(int32_t sessionId) in GetSessionName() function in OHOS::Storage::DistributedFile::SoftBusHandler
409 std::string sessionName = GetSessionName(socketId); in CopyOnStop()
H A Dsoftbus_session_listener.cpp129 sessionName = SoftBusHandler::GetSessionName(sessionId); in OnSessionClosed()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler.h52 static std::string GetSessionName(int32_t sessionId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h70 std::string GetSessionName();
H A Dipc_object_stub.h87 std::string GetSessionName();
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h188 std::string GetSessionName();
H A Dipc_object_stub.h280 std::string GetSessionName();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp295 std::string sessionName = GetSessionName(); in DBinderGetSessionName()
638 std::string IPCObjectStub::GetSessionName() in GetSessionName() function in OHOS::IPCObjectStub
H A Dipc_object_proxy.cpp249 std::string IPCObjectProxy::GetSessionName() in GetSessionName() function in OHOS::IPCObjectProxy
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp69 std::string ret = object.GetSessionName();
297 auto ret = object.GetSessionName();
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp96 std::string sessionName = ipcProxy->GetSessionName(); in GetSessionForProxy()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp684 std::string sessionName = proxy->GetSessionName(); in GetDatabusNameByProxy()