Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp125 bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources();
159 bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources();
186 bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources();
216 bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources();
235 bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources();
279 EXPECT_EQ((int32_t)bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources(), (int32_t)ERR_OK);
480 bgEfficiencyResourcesMgr_->ResetAllEfficiencyResources();
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp90 ErrCode BackgroundTaskMgrHelper::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrHelper
92 return DelayedSingleton<BackgroundTaskManager>::GetInstance()->ResetAllEfficiencyResources(); in ResetAllEfficiencyResources()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Defficiency_resources_operation.h27 napi_value ResetAllEfficiencyResources(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Defficiency_resources_operation.cpp164 napi_value ResetAllEfficiencyResources(napi_env env, napi_callback_info info) in ResetAllEfficiencyResources() function
168 …de errCode = DelayedSingleton<BackgroundTaskManager>::GetInstance()->ResetAllEfficiencyResources(); in ResetAllEfficiencyResources()
H A Dinit_bgtaskmgr.cpp42 DECLARE_NAPI_FUNCTION("resetAllEfficiencyResources", ResetAllEfficiencyResources), in BackgroundTaskMgrInit()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_mgr_helper.h127 static ErrCode ResetAllEfficiencyResources();
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp429 EXPECT_EQ(backgroundTaskMgrProxy.ResetAllEfficiencyResources(), ERR_BGTASK_PARCELABLE_FAILED);
433 EXPECT_EQ(backgroundTaskMgrProxy.ResetAllEfficiencyResources(), ERR_BGTASK_TRANSACT_FAILED);
437 EXPECT_EQ(backgroundTaskMgrProxy.ResetAllEfficiencyResources(), ERR_BGTASK_TRANSACT_FAILED);
H A Dbgtask_framework_unit_test.cpp279 EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->ResetAllEfficiencyResources(),
282 …EXPECT_NE(DelayedSingleton<BackgroundTaskManager>::GetInstance()->ResetAllEfficiencyResources(), E…
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp219 ErrCode BackgroundTaskManager::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager
227 return proxy_->ResetAllEfficiencyResources(); in ResetAllEfficiencyResources()
H A Dbackground_task_mgr_stub.cpp408 ErrCode result = ResetAllEfficiencyResources(); in HandleResetAllEfficiencyResources()
H A Dbackground_task_mgr_proxy.cpp565 ErrCode BackgroundTaskMgrProxy::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrProxy
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h159 ErrCode ResetAllEfficiencyResources();
H A Dibackground_task_mgr.h161 virtual ErrCode ResetAllEfficiencyResources() = 0;
H A Dbackground_task_mgr_proxy.h153 ErrCode ResetAllEfficiencyResources() override;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp243 ErrCode BackgroundTaskMgrService::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrService
245 return DelayedSingleton<BgEfficiencyResourcesMgr>::GetInstance()->ResetAllEfficiencyResources(); in ResetAllEfficiencyResources()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/
H A Dbackground_task_mgr_service.h78 ErrCode ResetAllEfficiencyResources() override;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dbg_efficiency_resources_mgr.h54 ErrCode ResetAllEfficiencyResources();
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp351 EXPECT_NE((int32_t)BackgroundTaskMgrHelper::ResetAllEfficiencyResources(), (int32_t)ERR_OK);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp511 ErrCode BgEfficiencyResourcesMgr::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BgEfficiencyResourcesMgr