Home
last modified time | relevance | path

Searched refs:Str2Size (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp69 EXPECT_EQ(Str2Size("1" + it.second), it.first);
73 EXPECT_EQ(Str2Size("1.2A"), 0);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h87 uint64_t Str2Size(const std::string& str);
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map54 …"OHOS::HiviewDFX::Str2Size(std::__h::basic_string<char, std::__h::char_traits<char>, std::__h::all…
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp79 uint64_t Str2Size(const string& str) in Str2Size() function
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp539 uint64_t size = Str2Size(arg); in BufferSizeSetHandler()
607 uint64_t size = Str2Size(arg); in FileLengthHandler()