Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp42 static constexpr uint32_t CALLBACK_RESULT_PARAMS_NUM = 2; variable
275 napi_value result[CALLBACK_RESULT_PARAMS_NUM] = {nullptr}; in CallbackCompletedCB()
290 … napi_call_function(env, undefined, callback, CALLBACK_RESULT_PARAMS_NUM, result, &callResult)); in CallbackCompletedCB()