Home
last modified time | relevance | path

Searched refs:ShellDump (Results 1 – 25 of 46) sorted by relevance

12

/foundation/resourceschedule/device_standby/plugins/strategy/src/
Dstrategy_manager_adapter.cpp85 void StrategyManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& resu… in ShellDump() function in OHOS::DevStandbyMgr::StrategyManagerAdapter
88 strategy->ShellDump(argsInStr, result); in ShellDump()
Dnetwork_strategy.cpp150 void NetworkStrategy::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::NetworkStrategy
155 BaseNetworkStrategy::ShellDump(argsInStr, result); in ShellDump()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
Dbg_efficiency_resources_mgr_test.cpp78 bgEfficiencyResourcesMgr_->ShellDump(dumpOption, dumpInfo); in TearDown()
485 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_all"}, dumpInfo);
501 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo);
502 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetapp", "0"}, dumpInfo);
520 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo);
524 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetapp", "0", "1"}, dumpInfo);
525 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetproc", "0", "1"}, dumpInfo);
526 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_proc", "0", "0"}, dumpInfo);
528 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_all"}, dumpInfo);
533 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo);
Dbgtask_manager_unit_test.cpp410 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_SYS_NOT_READY);
414 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
417 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
420 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
423 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
426 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
429 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_PERMISSION_DENIED);
Dbg_continuous_task_mgr_test.cpp91 bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo); in TearDown()
399 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_SYS_NOT_READY);
402 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
405 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
409 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
411 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
415 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
417 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
421 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
/foundation/resourceschedule/device_standby/plugins/strategy/include/
Dstrategy_manager_adapter.h32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
Dnetwork_strategy.h27 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
Dbase_network_strategy.h48 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
Drunning_lock_strategy.h59 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/device_standby/plugins/ext/include/
Distrategy_manager_adapter.h34 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
Dilistener_manager_adapter.h39 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
Diconstraint_manager_adapter.h41 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
Dibase_strategy.h79 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
Distate_manager_adapter.h47 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
/foundation/resourceschedule/device_standby/plugins/message_listener/include/
Dlistener_manager_adapter.h32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
Dconstraint_manager_adapter.h37 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
Dsleep_state.h33 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
Dstate_manager_adapter.h43 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/background_task_mgr/services/core/src/
Dbackground_task_mgr_service.cpp270 ret = DelayedSingleton<BgTransientTaskMgr>::GetInstance()->ShellDump(argsInStr, infos); in Dump()
272 ret = BgContinuousTaskMgr::GetInstance()->ShellDump(argsInStr, infos); in Dump()
274 … ret = DelayedSingleton<BgEfficiencyResourcesMgr>::GetInstance()->ShellDump(argsInStr, infos); in Dump()
/foundation/resourceschedule/background_task_mgr/test/systemtest/
Dbgtask_dump_test.cpp83 auto ret = DelayedSingleton<BgTransientTaskMgr>::GetInstance()->ShellDump(options, infos);
/foundation/resourceschedule/device_standby/services/
Dlibstandby_service.versionscript40 *ShellDump*;
/foundation/resourceschedule/device_standby/plugins/
Dlibstandby_plugin.versionscript43 *ShellDump*;
/foundation/resourceschedule/device_standby/services/notification/include/
Dstandby_state_subscriber.h46 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result);
/foundation/resourceschedule/device_standby/plugins/test/unittest/
Dstandby_plugin_unit_test.cpp838 standbyStateManager_->ShellDump(argsInStr, result);
840 standbyStateManager_->ShellDump(argsInStr, result);
842 standbyStateManager_->ShellDump(argsInStr, result);
844 standbyStateManager_->ShellDump(argsInStr, result);
1013 standbyStateManager_->sleepStatePtr_->ShellDump({"-D", "--repeat"}, result);
1014 standbyStateManager_->sleepStatePtr_->ShellDump({"-S", "--r"}, result);
1015 standbyStateManager_->sleepStatePtr_->ShellDump({"-S", "--repeat"}, result);
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
Dconstraint_manager_adapter.cpp117 void ConstraintManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& re… in ShellDump() function in OHOS::DevStandbyMgr::ConstraintManagerAdapter

12