Home
last modified time | relevance | path

Searched refs:StartBackgroundRunningThrow (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.h25 napi_value StartBackgroundRunningThrow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dinit_bgtaskmgr.cpp38 DECLARE_NAPI_FUNCTION("startBackgroundRunning", StartBackgroundRunningThrow), in BackgroundTaskMgrInit()
H A Dbg_continuous_task_napi_module.cpp805 napi_value StartBackgroundRunningThrow(napi_env env, napi_callback_info info) in StartBackgroundRunningThrow() function