Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp211 AcceptSession(session, "Client"); in OpenSession()
246 AcceptSession(session, "Server"); in OnSessionOpened()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dnetwork_agent_template.h63 void AcceptSession(std::shared_ptr<BaseSession> session, const std::string backStage);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp129 void NetworkAgentTemplate::AcceptSession(shared_ptr<BaseSession> session, const std::string backSta… in AcceptSession() function in OHOS::Storage::DistributedFile::NetworkAgentTemplate
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dnetwork_agent_template_test.cpp277 NetworkAgentTemplate::AcceptSession(session);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_agent_test.cpp455 agent->AcceptSession(session, "Server");