Searched refs:Str2ComboLogType (Results 1 – 5 of 5) sorted by relevance
118 EXPECT_EQ(Str2ComboLogType(it.second), it.first);121 EXPECT_EQ(Str2ComboLogType(""), (1 << LOG_APP) + (1 << LOG_CORE) + (1 << LOG_ONLY_PRERELEASE));122 EXPECT_EQ(Str2ComboLogType("invalid"), 0);
75 uint16_t Str2ComboLogType(const std::string& str);
75 …"OHOS::HiviewDFX::Str2ComboLogType(std::__h::basic_string<char, std::__h::char_traits<char>, std::…
189 uint16_t Str2ComboLogType(const string& str) in Str2ComboLogType() function
773 uint16_t types = Str2ComboLogType(arg); in TypeHandler()