Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/common/
H A Dendian_converter.h55 return htole64(value); in HostToNet()
94 return htole64(value); in HostToNet()
H A Dendian_converter.cpp61 temp = htole64(temp); in HostToNet()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dendian_converter.h55 return htole64(value); in HostToNet()
94 return htole64(value); in HostToNet()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h36 #define htole64(x) PP_HTON64(x) macro
41 #define htole64(x) (x) macro
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dendian_converter.h45 return htole64(value); in HostToNet()
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dgeneral_endian.cpp47 return htole64(value); in HToLe()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dbt_endian.h48 #define H2LE_64(x) htole64(x)
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dmessage_handler.cpp72 userData->taskId = htole64(taskId_); in PackData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dutils_test.cpp194 EXPECT_EQ(netValue64, htole64(HOST_VALUE64));

Completed in 3 milliseconds