Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dbg_continuous_task_napi_module.h28 napi_value StopBackgroundRunningThrow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dinit_bgtaskmgr.cpp40 DECLARE_NAPI_FUNCTION("stopBackgroundRunning", StopBackgroundRunningThrow), in BackgroundTaskMgrInit()
H A Dbg_continuous_task_napi_module.cpp815 napi_value StopBackgroundRunningThrow(napi_env env, napi_callback_info info) in StopBackgroundRunningThrow() function