Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h95 std::string Uint2DecStr(uint32_t i);
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp191 EXPECT_EQ(Uint2DecStr(decNum), decStr);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp386 string Uint2DecStr(uint32_t i) in Uint2DecStr() function