Home
last modified time | relevance | path

Searched refs:GetJsonFromFile (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dfile_utils.cpp45 …if (cfgFiles->paths[i] && *(cfgFiles->paths[i]) != '\0' && GetJsonFromFile(cfgFiles->paths[i], loc… in GetJsonByFilePath()
54 ret = GetJsonFromFile(filePath, localRoot); in GetJsonByFilePath()
62 bool FileUtils::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile() function in OHOS::Notification::FileUtils
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_config_reader.cpp59 if (!GetJsonFromFile(filePath, root) || root.empty()) { in LoadApplicationUsePeriodically()
90 bool BundleActiveConfigReader::GetJsonFromFile(const char *filePath, Json::Value &root) in GetJsonFromFile() function in OHOS::DeviceUsageStats::BundleActiveConfigReader
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dfile_utils.h28 static bool GetJsonFromFile(const char *path, nlohmann::json &root);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_config_reader.h34 bool GetJsonFromFile(const char* filePath, Json::Value& root);
/ohos5.0/base/notification/common_event_service/services/include/
H A Dinner_common_event_manager.h190 bool GetJsonFromFile(const char *path, nlohmann::json &root);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp87 bool InnerCommonEventManager::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile() function in OHOS::EventFwk::InnerCommonEventManager
115 …if (cfgFiles->paths[i] && *(cfgFiles->paths[i]) != '\0' && GetJsonFromFile(cfgFiles->paths[i], loc… in GetJsonByFilePath()
124 ret = GetJsonFromFile(filePath, localRoot); in GetJsonByFilePath()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h342 bool GetJsonFromFile(const char *filePath, Json::Value &root);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp227 if (!GetJsonFromFile(PERSISTED_FILE_PATH, root)) { in ReadPersistedWorks()
249 if (!GetJsonFromFile(path, root) || root.empty()) { in LoadWorksFromFile()
290 if (!GetJsonFromFile(path, root) || root.empty()) { in LoadMinRepeatTimeFromFile()
352 bool WorkSchedulerService::GetJsonFromFile(const char *filePath, Json::Value &root) in GetJsonFromFile() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp798 bool ret = workSchedulerService_->GetJsonFromFile(path, root);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp1506 bool result = bundleActiveConfigReader->GetJsonFromFile(path, root);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2409 bool GetJsonFromFile(const char *filePath, Json::Value &root);