Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_adapter.h44 int OpenSessionByP2P(char *sessionName, char *peerDeviceId, char *groupId, bool isFileType);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp53 int session = SoftbusAdapter::GetInstance().OpenSessionByP2P( in Start()
H A Dsoftbus_adapter.cpp245 int SoftbusAdapter::OpenSessionByP2P(char *sessionName, in OpenSessionByP2P() function in OHOS::FileManagement::CloudSync::SoftbusAdapter