Home
last modified time | relevance | path

Searched refs:ParseToJsonStr (Results 1 - 10 of 10) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dresource_application_record.h54 std::string ParseToJsonStr();
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dcontinuous_task_record.h59 std::string ParseToJsonStr();
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp313 std::string res = workInfo.ParseToJsonStr(); in HWTEST_F()
322 res = workInfo.ParseToJsonStr(); in HWTEST_F()
329 res = workInfo.ParseToJsonStr(); in HWTEST_F()
334 res = workInfo.ParseToJsonStr(); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dresource_application_record.cpp59 std::string ResourceApplicationRecord::ParseToJsonStr() in ParseToJsonStr() function in OHOS::BackgroundTaskMgr::ResourceApplicationRecord
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h273 std::string ParseToJsonStr();
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dcontinuous_task_record.cpp144 std::string ContinuousTaskRecord::ParseToJsonStr() in ParseToJsonStr() function in OHOS::BackgroundTaskMgr::ContinuousTaskRecord
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp51 std::string data = record->ParseToJsonStr(); in RefreshTaskRecord()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp458 std::string WorkInfo::ParseToJsonStr() in ParseToJsonStr() function in OHOS::WorkScheduler::WorkInfo
660 result.append(ParseToJsonStr()); in Dump()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp206 std::string str1 = record.ParseToJsonStr(); in HWTEST_F()
209 std::string str2 = record.ParseToJsonStr(); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1054 string data = workInfo->ParseToJsonStr(); in RefreshPersistedWorks()

Completed in 8 milliseconds