Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h59 E_IS_PERSISTED_ERR, enumerator
97 {E_IS_PERSISTED_ERR, "The type of isPersisted must be boolean."},
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp83 workInfo.RequestPersisted(GetBoolProperty(env, objValue, "isPersisted", E_IS_PERSISTED_ERR)); in GetBaseWorkInfo()