Searched refs:dest4 (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_encoded_and_decoded_test.cpp | 77 std::string dest4; // test value in HWTEST_F() local 78 ASSERT_TRUE(param->AsString(dest4)); in HWTEST_F() 79 ASSERT_EQ(dest4, std::to_string(val)); // test value in HWTEST_F() 111 std::string dest4; // test value in HWTEST_F() local 112 ASSERT_TRUE(!param->AsString(dest4)); in HWTEST_F() 149 std::string dest4; // test value in HWTEST_F() local 150 ASSERT_TRUE(param->AsString(dest4)); in HWTEST_F() 151 ASSERT_EQ(dest4, std::to_string(val)); // test value in HWTEST_F() 183 std::string dest4; // test value in HWTEST_F() local 184 ASSERT_TRUE(!param->AsString(dest4)); in HWTEST_F() 221 std::string dest4; // test value HWTEST_F() local 255 std::string dest4; // test value HWTEST_F() local 292 std::string dest4; // test value HWTEST_F() local 327 std::string dest4; // test value HWTEST_F() local 511 std::string dest4; // test value HWTEST_F() local 550 std::string dest4; // test value HWTEST_F() local 591 std::string dest4; // test value HWTEST_F() local 630 std::string dest4; // test value HWTEST_F() local 671 std::string dest4; // test value HWTEST_F() local 710 std::string dest4; // test value HWTEST_F() local 749 std::string dest4; // test value HWTEST_F() local 788 std::string dest4; // test value HWTEST_F() local [all...] |
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | sys_event_test.cpp | 439 std::vector<int64_t> dest4; in HWTEST_F() local 440 ASSERT_TRUE(sysEvent->GetEventIntArrayValue("UINT_ARRAY2", dest4)); in HWTEST_F() 441 ASSERT_EQ(dest4, ORIGIN_INT_VEC); in HWTEST_F() 477 std::vector<uint64_t> dest4; in HWTEST_F() local 478 ASSERT_TRUE(sysEvent->GetEventUintArrayValue("UINT_ARRAY2", dest4)); in HWTEST_F() 479 ASSERT_EQ(dest4, ORIGIN_UINT_VEC); in HWTEST_F() 517 std::vector<double> dest4; in HWTEST_F() local 518 ASSERT_TRUE(sysEvent->GetEventDoubleArrayValue("UINT_ARRAY2", dest4)); in HWTEST_F() 519 ASSERT_EQ(dest4, ORIGIN_INT_TO_DOUBLE_VEC); in HWTEST_F() 555 std::vector<std::string> dest4; in HWTEST_F() local [all...] |
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_adapter_native_test.cpp | 362 char dest4[3] = {'0', '1', '2'}; in HWTEST_F() local 363 StringUtil::MemsetSafe(reinterpret_cast<void*>(dest4), 3); // 3 is a test length in HWTEST_F() 364 ASSERT_EQ(dest4[0], 0); in HWTEST_F() 365 ASSERT_EQ(dest4[1], 0); // 1 is a test index in HWTEST_F() 366 ASSERT_EQ(dest4[2], 0); // 2 is a test index in HWTEST_F()
|
Completed in 3 milliseconds