Searched refs:repeatCycleTimeValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 288 napi_value repeatCycleTimeValue; in SetRepeatInfo() local 289 napi_create_uint32(env, timeInterval, &repeatCycleTimeValue); in SetRepeatInfo() 290 napi_set_named_property(env, workInfoData, "repeatCycleTime", repeatCycleTimeValue); in SetRepeatInfo() 292 napi_value repeatCycleTimeValue; in SetRepeatInfo() local 293 napi_create_uint32(env, timeInterval, &repeatCycleTimeValue); in SetRepeatInfo() 294 napi_set_named_property(env, workInfoData, "repeatCycleTime", repeatCycleTimeValue); in SetRepeatInfo()
|