Home
last modified time | relevance | path

Searched refs:persisted (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h51 * @brief Request persisted.
53 * @param persisted The persisted.
55 void RequestPersisted(bool persisted);
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp51 void WorkInfo::RequestPersisted(bool persisted) in RequestPersisted() argument
53 persisted_ = persisted; in RequestPersisted()
379 WS_HILOGE("Failed to read the persisted."); in Unmarshalling()
467 root["persisted"] = persisted_; in ParseToJsonStr()
565 if (IsHasBoolProp(value, "persisted")) { in ParseFromJson()
566 this->persisted_ = value["persisted"].asBool(); in ParseFromJson()

Completed in 3 milliseconds