Home
last modified time | relevance | path

Searched refs:KEY_SIZE_MAX (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dbase_session.h25 constexpr int KEY_SIZE_MAX = 32; member
34 virtual std::array<char, KEY_SIZE_MAX> GetKey() const = 0;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session.h38 std::array<char, KEY_SIZE_MAX> GetKey() const override;
46 std::array<char, KEY_SIZE_MAX> key_;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session.cpp52 array<char, KEY_SIZE_MAX> key; in SoftbusSession()
82 array<char, KEY_SIZE_MAX> SoftbusSession::GetKey() const in GetKey()

Completed in 1 milliseconds