Home
last modified time | relevance | path

Searched refs:GetJsonByFilePath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dfile_utils.h25 static bool GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dfile_utils.cpp28 bool FileUtils::GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots) in GetJsonByFilePath() function in OHOS::Notification::FileUtils
H A Dnotification_config_parse.cpp29 if (!FileUtils::GetJsonByFilePath(NOTIFICAITON_CONFIG_FILE, notificationConfigJsons_)) { in NotificationConfigParse()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dinner_common_event_manager.h191 bool GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp58 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