/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_efficiency_resources_mgr_test.cpp | 125 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 D | background_task_mgr_helper.cpp | 90 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 D | efficiency_resources_operation.h | 27 napi_value ResetAllEfficiencyResources(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | efficiency_resources_operation.cpp | 164 napi_value ResetAllEfficiencyResources(napi_env env, napi_callback_info info) in ResetAllEfficiencyResources() function 168 …de errCode = DelayedSingleton<BackgroundTaskManager>::GetInstance()->ResetAllEfficiencyResources(); in ResetAllEfficiencyResources()
|
H A D | init_bgtaskmgr.cpp | 42 DECLARE_NAPI_FUNCTION("resetAllEfficiencyResources", ResetAllEfficiencyResources), in BackgroundTaskMgrInit()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_task_mgr_helper.h | 127 static ErrCode ResetAllEfficiencyResources();
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_abnormal_unit_test.cpp | 429 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 D | bgtask_framework_unit_test.cpp | 279 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 D | background_task_manager.cpp | 219 ErrCode BackgroundTaskManager::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager 227 return proxy_->ResetAllEfficiencyResources(); in ResetAllEfficiencyResources()
|
H A D | background_task_mgr_stub.cpp | 408 ErrCode result = ResetAllEfficiencyResources(); in HandleResetAllEfficiencyResources()
|
H A D | background_task_mgr_proxy.cpp | 565 ErrCode BackgroundTaskMgrProxy::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrProxy
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | background_task_manager.h | 159 ErrCode ResetAllEfficiencyResources();
|
H A D | ibackground_task_mgr.h | 161 virtual ErrCode ResetAllEfficiencyResources() = 0;
|
H A D | background_task_mgr_proxy.h | 153 ErrCode ResetAllEfficiencyResources() override;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/ |
H A D | background_task_mgr_service.cpp | 243 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 D | background_task_mgr_service.h | 78 ErrCode ResetAllEfficiencyResources() override;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/ |
H A D | bg_efficiency_resources_mgr.h | 54 ErrCode ResetAllEfficiencyResources();
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 351 EXPECT_NE((int32_t)BackgroundTaskMgrHelper::ResetAllEfficiencyResources(), (int32_t)ERR_OK);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 511 ErrCode BgEfficiencyResourcesMgr::ResetAllEfficiencyResources() in ResetAllEfficiencyResources() function in OHOS::BackgroundTaskMgr::BgEfficiencyResourcesMgr
|