Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h58 E_IS_REPEAT_ERR, enumerator
96 {E_IS_REPEAT_ERR, "The type of isRepeat must be boolean."},
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp185 bool isRepeat = GetBoolProperty(env, objValue, "isRepeat", E_IS_REPEAT_ERR); in GetRepeatInfo()