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