Searched refs:switchCache (Results 1 – 1 of 1) sorted by relevance
290 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE); in IsPrivateSwitchOn() local291 if (switchCache == nullptr) { in IsPrivateSwitchOn()294 return switchCache->getValue(); in IsPrivateSwitchOn()300 if (switchCache == nullptr) { in IsOnceDebugOn()303 return switchCache->getValue(); in IsOnceDebugOn()309 if (switchCache == nullptr) { in IsPersistDebugOn()312 return switchCache->getValue(); in IsPersistDebugOn()396 if (switchCache == nullptr) { in IsProcessSwitchOn()399 return switchCache->getValue(); in IsProcessSwitchOn()405 if (switchCache == nullptr) { in IsDomainSwitchOn()[all …]