Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A 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
H A Dendian_converter.cpp24 float HostToNet(float value) in HostToNet() function
54 double HostToNet(double value) in HostToNet() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A 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 bool HostToNet(bool value) in HostToNet() function
112 inline double HostToNet(double value) in HostToNet() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dendian_convert.h33 template<typename T> T HostToNet(const T &from) in HostToNet() function