/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | file_utils.cpp | 45 …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 D | bundle_active_config_reader.cpp | 59 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 D | file_utils.h | 28 static bool GetJsonFromFile(const char *path, nlohmann::json &root);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_config_reader.h | 34 bool GetJsonFromFile(const char* filePath, Json::Value& root);
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | inner_common_event_manager.h | 190 bool GetJsonFromFile(const char *path, nlohmann::json &root);
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 87 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 D | work_scheduler_service.h | 342 bool GetJsonFromFile(const char *filePath, Json::Value &root);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 227 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 D | workschedulerservice_test.cpp | 798 bool ret = workSchedulerService_->GetJsonFromFile(path, root);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 1506 bool result = bundleActiveConfigReader->GetJsonFromFile(path, root);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_service.h | 2409 bool GetJsonFromFile(const char *filePath, Json::Value &root);
|