Searched defs:switchCache (Results 1 – 1 of 1) sorted by relevance
| /base/hiviewdfx/hilog/frameworks/libhilog/param/ |
| D | properties.cpp | 304 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE); in IsPrivateSwitchOn() local 313 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_ONCE_DEBUG); in IsOnceDebugOn() local 322 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PERSIST_DEBUG); in IsPersistDebugOn() local 451 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PROCESS_FLOWCTRL); in IsProcessSwitchOn() local 460 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_DOMAIN_FLOWCTRL); in IsDomainSwitchOn() local
|