Home
last modified time | relevance | path

Searched refs:SetFromServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session.h41 void SetFromServer(bool isServer);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp210 session->SetFromServer(false); in OpenSession()
245 session->SetFromServer(true); in OnSessionOpened()
H A Dsoftbus_session.cpp66 void SoftbusSession::SetFromServer(bool isServer) in SetFromServer() function in OHOS::Storage::DistributedFile::SoftbusSession