Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dresource_application_record.cpp104 const nlohmann::json &resourceVal = value.at("resourceUnitList"); in ParseFromJson() local
105 auto nums = static_cast<int32_t>(resourceVal.size()); in ParseFromJson()
107 if (resourceVal.at(i).is_null() || !resourceVal.at(i).is_object()) { in ParseFromJson()
111 const nlohmann::json &persistTime = resourceVal.at(i); in ParseFromJson()