Home
last modified time | relevance | path

Searched refs:localRoot (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/common/
H A Dfile_utils.cpp36 nlohmann::json localRoot; in GetJsonByFilePath() local
45 if (cfgFiles->paths[i] && *(cfgFiles->paths[i]) != '\0' && GetJsonFromFile(cfgFiles->paths[i], localRoot)) { in GetJsonByFilePath()
47 roots.push_back(localRoot); in GetJsonByFilePath()
54 ret = GetJsonFromFile(filePath, localRoot); in GetJsonByFilePath()
56 roots.push_back(localRoot); in GetJsonByFilePath()
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp115 nlohmann::json localRoot; in GetJsonByFilePath() local
124 if (cfgFiles->paths[i] && *(cfgFiles->paths[i]) != '\0' && GetJsonFromFile(cfgFiles->paths[i], localRoot)) { in GetJsonByFilePath()
126 roots.push_back(localRoot); in GetJsonByFilePath()
133 ret = GetJsonFromFile(filePath, localRoot); in GetJsonByFilePath()
135 roots.push_back(localRoot); in GetJsonByFilePath()

Completed in 2 milliseconds