Home
last modified time | relevance | path

Searched defs:NetToHost (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/framework/include/utils/
Dendian_converter.h28 static inline uint16_t NetToHost(uint16_t value) in NetToHost() function
38 static inline uint32_t NetToHost(uint32_t value) in NetToHost() function
48 static inline uint64_t NetToHost(uint64_t value) in NetToHost() function
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/common/include/
Dendian_convert.h49 template<typename T> T NetToHost(const T &from) in NetToHost() function