Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/
H A Dutils_tool_test.cpp36 void UtilsToolTest::SetUpTestCase(void) in SetUpTestCase()
40 void UtilsToolTest::TearDownTestCase(void) in TearDownTestCase()
44 void UtilsToolTest::SetUp() in SetUp()
48 void UtilsToolTest::TearDown() in TearDown()
58 HWTEST_F(UtilsToolTest, GetAnonyString_001, TestSize.Level0)
83 HWTEST_F(UtilsToolTest, GetAnonyInt32_001, TestSize.Level0)
96 HWTEST_F(UtilsToolTest, GetUUIDByDm_001, TestSize.Level0)
109 HWTEST_F(UtilsToolTest, GetDeviceIdByUUID_001, TestSize.Level0)
126 HWTEST_F(UtilsToolTest, GetDeviceIdByUUID_002, TestSize.Level0)
H A DBUILD.gn31 ohos_unittest("UtilsToolTest") {
50 deps = [ ":UtilsToolTest" ]
H A Dutils_tool_test.h23 class UtilsToolTest : public testing::Test {
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/fuzztest/utils_fuzzer/
H A Dutils_fuzzer.cpp47 void UtilsToolTest(const uint8_t* data, size_t size) in UtilsToolTest() function
67 OHOS::DistributedHardware::UtilsToolTest(data, size); in LLVMFuzzerTestOneInput()