Home
last modified time | relevance | path

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