Home
last modified time | relevance | path

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

123

/base/powermgr/battery_statistics/test/unittest/src/servicetest/
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());
284 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
297 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
[all …]
/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_fail_check_test.cpp86 std::string dumpInfo = pms->ShellDump(args, args.size());
119 std::string dumpInfo = pms->ShellDump(args, args.size());
/base/notification/distributed_notification_service/tools/test/mock/
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
Dmock_ans_manager_stub.h42 …virtual ErrCode ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32…
/base/powermgr/battery_statistics/test/unittest/include/servicetest/utils/
Dstats_service_test_proxy.h42 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);
/base/notification/distributed_notification_service/test/systemtest/acts/ansDump/
DansDumpTest.cpp83 auto ret = ans_->ShellDump("active", infos);
/base/powermgr/battery_statistics/interfaces/inner_api/include/
Dibattery_stats.h40 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
Dithermal_srv.h43 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
/base/powermgr/battery_statistics/test/unittest/src/clienttest/mock/
Dstats_client_test_mock_object.cpp52 EXPECT_EQ("remote error", sptrStatsProxy->ShellDump(dumpArgs, dumpArgs.size()));
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()));
/base/powermgr/battery_statistics/services/zidl/include/
Dbattery_stats_proxy.h49 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/battery_statistics/test/unittest/src/servicetest/mock/
Dstats_service_test_mock_parcel.cpp72 EXPECT_EQ("remote error", g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()));
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_proxy_utils.cpp53 ErrCode AnsManagerProxy::ShellDump(const std::string &cmd, const std::string &bundle, int32_t userI… in ShellDump() function in OHOS::Notification::AnsManagerProxy
/base/powermgr/thermal_manager/services/zidl/include/
Dthermal_srv_proxy.h55 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/power_manager/test/unittest/include/servicetest/
Dpowermgr_service_test_proxy.h79 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);
/base/powermgr/battery_statistics/services/native/include/
Dbattery_stats_service.h56 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dipower_mgr.h82 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mock_proxy_remote_test.cpp111 EXPECT_TRUE(srvProxy->ShellDump(args, argc) == "remote error");
/base/powermgr/power_manager/test/unittest/src/mock/
Dpower_mock_proxy_test.cpp135 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
Dpower_mock_peer_test.cpp179 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
Dpowermgr_service_mock_parcel_test.cpp153 std::string actualDebugInfo = g_powerMgrServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
/base/powermgr/battery_statistics/frameworks/native/src/
Dbattery_stats_client.cpp172 return proxy_->ShellDump(args, args.size()); in Dump()
/base/powermgr/power_manager/services/zidl/include/
Dpower_mgr_proxy.h83 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/thermal_manager/frameworks/native/
Dthermal_mgr_client.cpp205 return thermalSrv_->ShellDump(args, args.size()); in Dump()
/base/powermgr/thermal_manager/services/native/include/
Dthermal_service.h75 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;

123