/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_dump_test.cpp | 103 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 D | statemanageradapter_fuzzer.cpp | 127 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 D | bg_efficiency_resources_mgr_test.cpp | 75 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 D | bgtask_manager_unit_test.cpp | 419 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 D | bg_continuous_task_mgr_test.cpp | 87 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 D | strategy_manager_adapter.cpp | 89 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 D | network_strategy.cpp | 123 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 D | timer_strategy.cpp | 37 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 D | power_mgr_fail_check_test.cpp | 86 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 D | constraint_manager_adapter_test.cpp | 194 HWTEST_F(ConstraintManagerAdapterTest, ShellDump, TestSize.Level1) 199 constraintManagerAdapter->ShellDump(argsInStr, result);
|
H A D | standby_plugin_unit_test.cpp | 814 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 D | stats_client_test_mock_parcel.cpp | 83 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 D | background_task_mgr_service.cpp | 315 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 D | timer_strategy.h | 27 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
H A D | strategy_manager_adapter.h | 32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
H A D | network_strategy.h | 27 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/ |
H A D | istrategy_manager_adapter.h | 34 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
H A D | ilistener_manager_adapter.h | 36 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
H A D | iconstraint_manager_adapter.h | 41 virtual void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) = 0;
|
H A D | ibase_strategy.h | 79 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 D | mock_ans_manager_stub.cpp | 37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t us… in ShellDump() function in OHOS::Notification::MockAnsManagerStub
|
H A D | mock_ans_manager_stub.h | 42 …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 D | listener_manager_adapter.h | 32 void ShellDump(const std::vector<std::string>& argsInStr, std::string& result) override;
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/ |
H A D | constraint_manager_adapter.h | 37 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 D | stats_service_test_proxy.h | 42 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);
|