Home
last modified time | relevance | path

Searched refs:ShellDump (Results 1 - 25 of 48) sorted by relevance

12

/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/
H A Dstatemanageradapter_fuzzer.cpp127 stateManager->ShellDump(argsInStr01, result); in PreciseCoverage()
128 stateManager->ShellDump(argsInStr02, result); in PreciseCoverage()
129 stateManager->ShellDump(argsInStr03, result); in PreciseCoverage()
130 stateManager->ShellDump(argsInStr04, result); in PreciseCoverage()
131 stateManager->ShellDump(argsInStr05, result); in PreciseCoverage()
132 stateManager->ShellDump(argsInStr06, result); in PreciseCoverage()
133 stateManager->ShellDump(argsInStr07, result); in PreciseCoverage()
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dstrategy_manager_adapter.cpp89 void StrategyManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::StrategyManagerAdapter
92 strategy->ShellDump(argsInStr, result); in ShellDump()
H A Dtimer_strategy.cpp37 void TimerStrategy::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::TimerStrategy
H A Dnetwork_strategy.cpp123 void NetworkStrategy::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::NetworkStrategy
128 BaseNetworkStrategy::ShellDump(argsInStr, result); in ShellDump()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp75 bgEfficiencyResourcesMgr_->ShellDump(dumpOption, dumpInfo); in TearDown()
480 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_all"}, dumpInfo); in HWTEST_F()
490 * @tc.desc: cover the condition when ShellDump function is called.
496 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo); in HWTEST_F()
497 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetapp", "0"}, dumpInfo); in HWTEST_F()
515 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo); in HWTEST_F()
519 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetapp", "0", "1"}, dumpInfo); in HWTEST_F()
520 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetproc", "0", "1"}, dumpInfo); in HWTEST_F()
521 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_proc", "0", "0"}, dumpInfo); in HWTEST_F()
523 bgEfficiencyResourcesMgr_->ShellDump({" in HWTEST_F()
[all...]
H A Dbgtask_manager_unit_test.cpp409 * @tc.desc: test ShellDump.
419 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_SYS_NOT_READY); in HWTEST_F()
423 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
426 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
429 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
432 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
435 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
438 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_PERMISSION_DENIED); in HWTEST_F()
H A Dbg_continuous_task_mgr_test.cpp87 bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo); in TearDown()
532 * @tc.desc: test ShellDump.
543 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_SYS_NOT_READY); in HWTEST_F()
546 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
549 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
553 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
555 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
559 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
561 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK); in HWTEST_F()
565 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOptio in HWTEST_F()
[all...]
/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Dtimer_strategy.h27 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
H A Dnetwork_strategy.h27 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
H A Dstrategy_manager_adapter.h32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
H A Dbase_network_strategy.h47 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dilistener_manager_adapter.h36 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
H A Distrategy_manager_adapter.h34 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
H A Dibase_strategy.h79 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
H A Diconstraint_manager_adapter.h41 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
H A Distate_manager_adapter.h46 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
/foundation/resourceschedule/device_standby/plugins/message_listener/include/
H A Dlistener_manager_adapter.h32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
H A Dconstraint_manager_adapter.h37 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dconstraint_manager_adapter_test.cpp189 * @tc.name: ShellDump
194 HWTEST_F(ConstraintManagerAdapterTest, ShellDump, TestSize.Level1) in HWTEST_F()
199 constraintManagerAdapter->ShellDump(argsInStr, result); in HWTEST_F()
H A Dstandby_plugin_unit_test.cpp804 * @tc.desc: test StateManagerAdapter of ShellDump.
814 standbyStateManager_->ShellDump(argsInStr, result); in HWTEST_F()
816 standbyStateManager_->ShellDump(argsInStr, result); in HWTEST_F()
818 standbyStateManager_->ShellDump(argsInStr, result); in HWTEST_F()
820 standbyStateManager_->ShellDump(argsInStr, result); in HWTEST_F()
994 standbyStateManager_->sleepStatePtr_->ShellDump({"-D", "--repeat"}, result); in HWTEST_F()
995 standbyStateManager_->sleepStatePtr_->ShellDump({"-S", "--r"}, result); in HWTEST_F()
996 standbyStateManager_->sleepStatePtr_->ShellDump({"-S", "--repeat"}, result); in HWTEST_F()
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dsleep_state.h33 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp315 ret = DelayedSingleton<BgTransientTaskMgr>::GetInstance()->ShellDump(argsInStr, infos); in Dump()
317 ret = BgContinuousTaskMgr::GetInstance()->ShellDump(argsInStr, infos); in Dump()
319 ret = DelayedSingleton<BgEfficiencyResourcesMgr>::GetInstance()->ShellDump(argsInStr, infos); in Dump()
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dlistener_manager_adapter.cpp131 void ListenerManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::ListenerManagerAdapter
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dconstraint_manager_adapter.cpp121 void ConstraintManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::ConstraintManagerAdapter
/foundation/resourceschedule/device_standby/services/notification/include/
H A Dstandby_state_subscriber.h47 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result);

Completed in 10 milliseconds

12