Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h342 bool residentSa_; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp35 residentSa_ = false; in WorkInfo()
553 this->residentSa_ = value["residentSa"].asBool(); in ParseFromJson()
683 return residentSa_; in IsResidentSa()