Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp269 static bool TextToBool(const RawPropertyData& data, bool defaultVal) in TextToBool() function
290 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE); in IsPrivateSwitchOn()
299 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_ONCE_DEBUG); in IsOnceDebugOn()
308 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PERSIST_DEBUG); in IsPersistDebugOn()
395 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PROCESS_FLOWCTRL); in IsProcessSwitchOn()
404 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_DOMAIN_FLOWCTRL); in IsDomainSwitchOn()
418 return TextToBool(rawData, false); in IsKmsgSwitchOn()
458 return TextToBool(rawData, false); in IsStatsEnable()
468 return TextToBool(rawData, false); in IsTagStatsEnable()