Searched refs:moduleAtomicObj (Results 1 – 1 of 1) sorted by relevance
1879 nlohmann::json moduleAtomicObj = moduleJson.at(Profile::MODULE_ATOMIC_SERVICE); in ParserAtomicModuleConfig() local1880 if (moduleAtomicObj.contains(Profile::MODULE_ATOMIC_SERVICE_PRELOADS)) { in ParserAtomicModuleConfig()1881 nlohmann::json preloadObj = moduleAtomicObj.at(Profile::MODULE_ATOMIC_SERVICE_PRELOADS); in ParserAtomicModuleConfig()