Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dendian_converter.h33 static inline int16_t NetToHost(int16_t value) in NetToHost() function
43 static inline int8_t NetToHost(int8_t value) in NetToHost() function
48 static inline int32_t NetToHost(int32_t value) in NetToHost() function
58 static inline int64_t NetToHost(int64_t value) in NetToHost() function
72 static inline uint16_t NetToHost(uint16_t value) in NetToHost() function
82 static inline uint8_t NetToHost(uint8_t value) in NetToHost() function
87 static inline uint32_t NetToHost(uint32_t value) in NetToHost() function
97 static inline uint64_t NetToHost(uint64_t value) in NetToHost() function
H A Dendian_converter.cpp39 float NetToHost(float value) in NetToHost() function
69 double NetToHost(double value) in NetToHost() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dendian_converter.h33 static inline int16_t NetToHost(int16_t value) in NetToHost() function
43 static inline int8_t NetToHost(int8_t value) in NetToHost() function
48 static inline int32_t NetToHost(int32_t value) in NetToHost() function
58 static inline int64_t NetToHost(int64_t value) in NetToHost() function
72 static inline uint16_t NetToHost(uint16_t value) in NetToHost() function
82 static inline uint8_t NetToHost(uint8_t value) in NetToHost() function
87 static inline uint32_t NetToHost(uint32_t value) in NetToHost() function
97 static inline uint64_t NetToHost(uint64_t value) in NetToHost() function
107 static inline bool NetToHost(bool value) in NetToHost() function
124 inline double NetToHost(double value) in NetToHost() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dendian_convert.h49 template<typename T> T NetToHost(const T &from) in NetToHost() function