Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp296 napi_value repeatCountValue; in SetRepeatInfo() local
297 napi_create_int32(env, cycleCount, &repeatCountValue); in SetRepeatInfo()
298 napi_set_named_property(env, workInfoData, "repeatCount", repeatCountValue); in SetRepeatInfo()