Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_work.cpp25 const uint32_t NEED_CANCEL_INDEX = 1; variable
36 if (argc < NEED_CANCEL_INDEX || argc > STOP_WORK_PARAMS) { in StopWork()
47 napi_get_value_bool(env, argv[NEED_CANCEL_INDEX], &needCancel); in StopWork()