Searched refs:ToHex (Results 1 - 6 of 6) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | dwarf_encoding.cpp | 32 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 D | dwarf_encoding.cpp | 32 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 D | utilities_test.cpp | 515 * @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 D | utilities_test.cpp | 505 * @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 D | utilities.h | 241 std::string ToHex(const T &source, int size = sizeof(T), bool perfix = false) in ToHex() function
|
/developtools/hiperf/include/ |
H A D | utilities.h | 247 std::string ToHex(const T &source, int size = sizeof(T), bool prefix = false) in ToHex() function
|
Completed in 5 milliseconds