Home
last modified time | relevance | path

Searched refs:persisted_ (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp30 persisted_ = false; in WorkInfo()
53 persisted_ = persisted; in RequestPersisted()
193 return persisted_; in IsPersisted()
321 ret = ret && parcel.WriteBool(persisted_); in Marshalling()
378 if (!parcel.ReadBool(read->persisted_)) { in Unmarshalling()
467 root["persisted"] = persisted_; in ParseToJsonStr()
566 this->persisted_ = value["persisted"].asBool(); in ParseFromJson()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h59 bool persisted_; member in OHOS::WorkScheduler::WorkStatus
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h332 bool persisted_; member in OHOS::WorkScheduler::WorkInfo
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp80 this->persisted_ = workInfo.IsPersisted(); in WorkStatus()
H A Dwork_scheduler_service.cpp688 if (workStatus->persisted_) { in StopAndCancelWork()

Completed in 6 milliseconds