Home
last modified time | relevance | path

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

12345

/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_dump_test.cpp103 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
113 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
155 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
165 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
194 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
204 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
244 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
254 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
297 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
348 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
[all …]
/ohos5.0/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()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp75 bgEfficiencyResourcesMgr_->ShellDump(dumpOption, dumpInfo); in TearDown()
482 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_all"}, dumpInfo);
498 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo);
499 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetapp", "0"}, dumpInfo);
517 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo);
521 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetapp", "0", "1"}, dumpInfo);
522 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--resetproc", "0", "1"}, dumpInfo);
523 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_proc", "0", "0"}, dumpInfo);
525 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--reset_all"}, dumpInfo);
530 bgEfficiencyResourcesMgr_->ShellDump({"-E", "--all"}, dumpInfo);
H A Dbgtask_manager_unit_test.cpp419 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_SYS_NOT_READY);
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_OK);
432 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
435 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
438 EXPECT_EQ(bgTransientTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_PERMISSION_DENIED);
H A Dbg_continuous_task_mgr_test.cpp87 bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo); in TearDown()
543 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_BGTASK_SYS_NOT_READY);
546 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
549 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
553 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
555 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
559 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
561 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
565 EXPECT_EQ(bgContinuousTaskMgr_->ShellDump(dumpOption, dumpInfo), ERR_OK);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dstrategy_manager_adapter.cpp89 void StrategyManagerAdapter::ShellDump(const std::vector<std::string>& argsInStr, std::string& resu… in ShellDump() function in OHOS::DevStandbyMgr::StrategyManagerAdapter
92 strategy->ShellDump(argsInStr, result); in ShellDump()
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()
H A Dtimer_strategy.cpp37 void TimerStrategy::ShellDump(const std::vector<std::string>& argsInStr, std::string& result) in ShellDump() function in OHOS::DevStandbyMgr::TimerStrategy
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_fail_check_test.cpp86 std::string dumpInfo = pms->ShellDump(args, args.size());
119 std::string dumpInfo = pms->ShellDump(args, args.size());
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dconstraint_manager_adapter_test.cpp194 HWTEST_F(ConstraintManagerAdapterTest, ShellDump, TestSize.Level1)
199 constraintManagerAdapter->ShellDump(argsInStr, result);
H A Dstandby_plugin_unit_test.cpp814 standbyStateManager_->ShellDump(argsInStr, result);
816 standbyStateManager_->ShellDump(argsInStr, result);
818 standbyStateManager_->ShellDump(argsInStr, result);
820 standbyStateManager_->ShellDump(argsInStr, result);
994 standbyStateManager_->sleepStatePtr_->ShellDump({"-D", "--repeat"}, result);
995 standbyStateManager_->sleepStatePtr_->ShellDump({"-S", "--r"}, result);
996 standbyStateManager_->sleepStatePtr_->ShellDump({"-S", "--repeat"}, result);
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/mock/
H A Dstats_client_test_mock_parcel.cpp83 EXPECT_EQ("remote error", sptrStatsProxy->ShellDump(dumpArgs, dumpArgs.size()));
111 EXPECT_EQ("remote error", sptrStatsProxy->ShellDump(dumpArgs, dumpArgs.size()));
/ohos5.0/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()
/ohos5.0/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 Dstrategy_manager_adapter.h32 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;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Distrategy_manager_adapter.h34 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
H A Dilistener_manager_adapter.h36 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 Dibase_strategy.h79 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
/ohos5.0/base/notification/distributed_notification_service/tools/test/mock/
H A Dmock_ans_manager_stub.cpp37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t us… in ShellDump() function in OHOS::Notification::MockAnsManagerStub
H A Dmock_ans_manager_stub.h42 …virtual ErrCode ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32…
/ohos5.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;
/ohos5.0/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;
/ohos5.0/base/powermgr/battery_statistics/test/unittest/include/servicetest/utils/
H A Dstats_service_test_proxy.h42 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);

12345