| /foundation/resourceschedule/device_standby/plugins/strategy/src/ |
| D | strategy_manager_adapter.cpp | 85 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()
|
| D | network_strategy.cpp | 150 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/ |
| D | bg_efficiency_resources_mgr_test.cpp | 78 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);
|
| D | bgtask_manager_unit_test.cpp | 410 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);
|
| D | bg_continuous_task_mgr_test.cpp | 91 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/ |
| D | strategy_manager_adapter.h | 32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| D | network_strategy.h | 27 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| D | base_network_strategy.h | 48 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| D | running_lock_strategy.h | 59 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| /foundation/resourceschedule/device_standby/plugins/ext/include/ |
| D | istrategy_manager_adapter.h | 34 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
| D | ilistener_manager_adapter.h | 39 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
| D | iconstraint_manager_adapter.h | 41 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
| D | ibase_strategy.h | 79 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
| D | istate_manager_adapter.h | 47 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
| /foundation/resourceschedule/device_standby/plugins/message_listener/include/ |
| D | listener_manager_adapter.h | 32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| /foundation/resourceschedule/device_standby/plugins/extend_constraints/include/ |
| D | constraint_manager_adapter.h | 37 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| /foundation/resourceschedule/device_standby/plugins/standby_state/include/ |
| D | sleep_state.h | 33 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| D | state_manager_adapter.h | 43 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
| /foundation/resourceschedule/background_task_mgr/services/core/src/ |
| D | background_task_mgr_service.cpp | 270 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/ |
| D | bgtask_dump_test.cpp | 83 auto ret = DelayedSingleton<BgTransientTaskMgr>::GetInstance()->ShellDump(options, infos);
|
| /foundation/resourceschedule/device_standby/services/ |
| D | libstandby_service.versionscript | 40 *ShellDump*;
|
| /foundation/resourceschedule/device_standby/plugins/ |
| D | libstandby_plugin.versionscript | 43 *ShellDump*;
|
| /foundation/resourceschedule/device_standby/services/notification/include/ |
| D | standby_state_subscriber.h | 46 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result);
|
| /foundation/resourceschedule/device_standby/plugins/test/unittest/ |
| D | standby_plugin_unit_test.cpp | 838 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/ |
| D | constraint_manager_adapter.cpp | 117 void ConstraintManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& re… in ShellDump() function in OHOS::DevStandbyMgr::ConstraintManagerAdapter
|