Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dendian_converter.h60 return le64toh(value); in NetToHost()
99 return le64toh(value); in NetToHost()
H A Dendian_converter.cpp76 temp = le64toh(temp); in NetToHost()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dendian_converter.h60 return le64toh(value); in NetToHost()
99 return le64toh(value); in NetToHost()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h38 #define le64toh(x) PP_HTON64(x) macro
43 #define le64toh(x) (x) macro
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dendian_converter.h50 return le64toh(value); in NetToHost()
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dgeneral_endian.cpp42 return le64toh(value); in LeToH()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dbt_endian.h50 #define LE2H_64(x) le64toh(x)
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dmessage_handler.cpp123 taskId_ = le64toh(userData->taskId); in UnPackData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dutils_test.cpp197 EXPECT_EQ(hostValue64, le64toh(NET_VALUE64));

Completed in 5 milliseconds