Home
last modified time | relevance | path

Searched refs:ToHex (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Ddwarf_encoding.cpp32 std::string debugString = ApplicationName() + ":" + FormatName() + " format:" + ToHex(dw_) + in ToString()
38 debugString.append(ToHex(data[0]) + " "); in ToString()
42 debugString.append(" | " + ToHex(GetValue(), GetSize(), true)); in ToString()
43 debugString.append(" applied:" + ToHex(GetAppliedValue(), GetSize())); in ToString()
/developtools/hiperf/src/
H A Ddwarf_encoding.cpp32 std::string debugString = ApplicationName() + ":" + FormatName() + " format:" + ToHex(dw_) + in ToString()
38 debugString.append(ToHex(data[0]) + " "); in ToString()
42 debugString.append(" | " + ToHex(GetValue(), GetSize(), true)); in ToString()
43 debugString.append(" applied:" + ToHex(GetAppliedValue(), GetSize())); in ToString()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp515 * @tc.name: ToHex
519 HWTEST_F(UtilitiesTest, ToHex, TestSize.Level1) in HWTEST_F()
522 EXPECT_STREQ(ToHex(hVal, 1, true).c_str(), "0x47"); in HWTEST_F()
526 * @tc.name: ToHex
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp505 * @tc.name: ToHex
509 HWTEST_F(UtilitiesTest, ToHex, TestSize.Level1) in HWTEST_F()
512 EXPECT_STREQ(ToHex(hVal, 1, true).c_str(), "0x47"); in HWTEST_F()
516 * @tc.name: ToHex
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h241 std::string ToHex(const T &source, int size = sizeof(T), bool perfix = false) in ToHex() function
/developtools/hiperf/include/
H A Dutilities.h247 std::string ToHex(const T &source, int size = sizeof(T), bool prefix = false) in ToHex() function

Completed in 5 milliseconds