Searched defs:switchCache (Results 1 – 1 of 1) sorted by relevance
| /base/hiviewdfx/hilog/adapter/ |
| D | properties.cpp | 330 static auto *switchCache = new SwitchCache(textToBool, false, PROP_SINGLE_DEBUG); in IsSingleDebugOn() local 336 static auto *switchCache = new SwitchCache(textToBool, false, PROP_PERSIST_DEBUG); in IsPersistDebugOn() local 342 static auto *switchCache = new SwitchCache(textToBool, true, PROP_PRIVATE); in IsPrivateSwitchOn() local 348 static auto *switchCache = new SwitchCache(textToBool, false, PROP_PROCESS_FLOWCTRL); in IsProcessSwitchOn() local 354 static auto *switchCache = new SwitchCache(textToBool, false, PROP_DOMAIN_FLOWCTRL); in IsDomainSwitchOn() local 360 static auto *switchCache = new SwitchCache(textToBool, false, PROP_KMSG); in IsKmsgSwitchOn() local
|