Home
last modified time | relevance | path

Searched defs:HostToNet (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
Dendian_converter.h24 static inline int8_t HostToNet(int8_t value) in HostToNet() function
28 static inline int16_t HostToNet(int16_t value) in HostToNet() function
38 static inline int32_t HostToNet(int32_t value) in HostToNet() function
53 static inline int64_t HostToNet(int64_t value) in HostToNet() function
63 static inline uint8_t HostToNet(uint8_t value) in HostToNet() function
67 static inline uint16_t HostToNet(uint16_t value) in HostToNet() function
77 static inline uint32_t HostToNet(uint32_t value) in HostToNet() function
92 static inline uint64_t HostToNet(uint64_t value) in HostToNet() function
102 static inline float HostToNet(float value) in HostToNet() function
112 static inline double HostToNet(double value) in HostToNet() function
/foundation/distributeddatamgr/pasteboard/framework/tlv/
Dendian_converter.h24 static inline int8_t HostToNet(int8_t value) in HostToNet() function
28 static inline int16_t HostToNet(int16_t value) in HostToNet() function
38 static inline int32_t HostToNet(int32_t value) in HostToNet() function
53 static inline int64_t HostToNet(int64_t value) in HostToNet() function
63 static inline uint8_t HostToNet(uint8_t value) in HostToNet() function
67 static inline uint16_t HostToNet(uint16_t value) in HostToNet() function
77 static inline uint32_t HostToNet(uint32_t value) in HostToNet() function
92 static inline uint64_t HostToNet(uint64_t value) in HostToNet() function
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
Dendian_converter.h23 static inline uint16_t HostToNet(uint16_t value) in HostToNet() function
33 static inline uint32_t HostToNet(uint32_t value) in HostToNet() function
43 static inline uint64_t HostToNet(uint64_t value) in HostToNet() function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Dendian_convert.h33 template<typename T> T HostToNet(const T &from) in HostToNet() function