Home
last modified time | relevance | path

Searched refs:HOST_VALUE32 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dutils_test.cpp35 static constexpr uint32_t HOST_VALUE32 = 0x12345678; member in OHOS::Test::ServiceUtilsTest
187 uint32_t netValue32 = HostToNet(HOST_VALUE32);
188 EXPECT_EQ(netValue32, htole32(HOST_VALUE32));