Searched refs:KEY_MODULE_ALLOW (Results 1 – 1 of 1) sorted by relevance
30 const std::string KEY_MODULE_ALLOW = "moduleAllowList"; variable148 if (jsonData.contains(KEY_MODULE_ALLOW) && jsonData[KEY_MODULE_ALLOW].is_array()) { in GetModuleAllowList()149 for (const auto& module : jsonData[KEY_MODULE_ALLOW]) { in GetModuleAllowList()