Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp289 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE); in IsPrivateSwitchOn() local
290 if (switchCache == nullptr) { in IsPrivateSwitchOn()
293 return switchCache->getValue(); in IsPrivateSwitchOn()
298 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_ONCE_DEBUG); in IsOnceDebugOn() local
299 if (switchCache == nullptr) { in IsOnceDebugOn()
302 return switchCache->getValue(); in IsOnceDebugOn()
307 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PERSIST_DEBUG); in IsPersistDebugOn() local
308 if (switchCache == nullptr) { in IsPersistDebugOn()
311 return switchCache->getValue(); in IsPersistDebugOn()
390 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PROCESS_FLOWCTRL); in IsProcessSwitchOn() local
[all …]