Home
last modified time | relevance | path

Searched refs:GetJsonFromFile (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h306 bool GetJsonFromFile(const char* filePath, Json::Value& root);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp219 if (!GetJsonFromFile(PERSISTED_FILE_PATH, root)) { in ReadPersistedWorks()
241 if (!GetJsonFromFile(path, root) || root.empty()) { in LoadWorksFromFile()
291 bool WorkSchedulerService::GetJsonFromFile(const char *filePath, Json::Value &root) in GetJsonFromFile() function in OHOS::WorkScheduler::WorkSchedulerService
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2396 bool GetJsonFromFile(const char *filePath, Json::Value &root);

Completed in 6 milliseconds