Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler.h34 } DFS_CHANNEL_ROLE; typedef
41 DFS_CHANNEL_ROLE role, const std::string physicalPath);
70 std::map<DFS_CHANNEL_ROLE, ISocketListener> sessionListener_;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_test.cpp122 DFS_CHANNEL_ROLE role = DFS_CHANNLE_ROLE_SOURCE;
161 DFS_CHANNEL_ROLE role = DFS_CHANNLE_ROLE_SOURCE;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp140 DFS_CHANNEL_ROLE role, const std::string physicalPath) in CreateSessionServer()