Searched refs:GetJsonByFilePath (Results 1 – 5 of 5) sorted by relevance
25 static bool GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots);
28 bool FileUtils::GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots) in GetJsonByFilePath() function in OHOS::Notification::FileUtils
29 if (!FileUtils::GetJsonByFilePath(NOTIFICAITON_CONFIG_FILE, notificationConfigJsons_)) { in NotificationConfigParse()
191 bool GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots);
58 if (!GetJsonByFilePath(CONFIG_FILE, eventConfigJson_)) { in InnerCommonEventManager()98 bool InnerCommonEventManager::GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &… in GetJsonByFilePath() function in OHOS::EventFwk::InnerCommonEventManager