Home
last modified time | relevance | path

Searched refs:ParseToJson (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dresource_application_record.cpp62 ParseToJson(root); in ParseToJsonStr()
66 void ResourceApplicationRecord::ParseToJson(nlohmann::json &root) in ParseToJson() function in OHOS::BackgroundTaskMgr::ResourceApplicationRecord
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dallow_record.h39 nlohmann::json ParseToJson();
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dresource_application_record.h53 void ParseToJson(nlohmann::json &root);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dallow_record.cpp20 nlohmann::json AllowRecord::ParseToJson() in ParseToJson() function in OHOS::DevStandbyMgr::AllowRecord
H A Dstandby_service_impl.cpp425 root[uid] = allowInfo->ParseToJson(); in DumpPersistantData()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp241 iter.second->ParseToJson(value); in ConvertMapToJson()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp615 auto value = allowRecord->ParseToJson();
618 value = allowRecord->ParseToJson();