Searched refs:commonAppConfig (Results 1 – 1 of 1) sorted by relevance
1414 nlohmann::json& commonAppConfig = wholeConfig[g_commonPrefix][0]; in CheckTotalSandboxSwitchStatus() local1415 if (commonAppConfig.find(g_topSandBoxSwitchPrefix) != commonAppConfig.end()) { in CheckTotalSandboxSwitchStatus()1416 std::string switchStatus = commonAppConfig[g_topSandBoxSwitchPrefix].get<std::string>(); in CheckTotalSandboxSwitchStatus()