Searched refs:TextToBool (Results 1 – 1 of 1) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/param/ |
D | properties.cpp | 268 static bool TextToBool(const RawPropertyData& data, bool defaultVal) in TextToBool() function 289 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE); in IsPrivateSwitchOn() 298 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_ONCE_DEBUG); in IsOnceDebugOn() 307 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PERSIST_DEBUG); in IsPersistDebugOn() 390 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PROCESS_FLOWCTRL); in IsProcessSwitchOn() 399 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_DOMAIN_FLOWCTRL); in IsDomainSwitchOn() 413 return TextToBool(rawData, false); in IsKmsgSwitchOn() 453 return TextToBool(rawData, false); in IsStatsEnable() 463 return TextToBool(rawData, false); in IsTagStatsEnable()
|