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/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,
/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/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.h42 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
/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/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/thermal_manager/services/zidl/include/
Dthermal_srv_proxy.h54 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/powermgr/power_manager/test/unittest/include/servicetest/
Dpowermgr_service_test_proxy.h73 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);
/base/powermgr/battery_statistics/services/native/include/
Dbattery_stats_service.h55 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dipower_mgr.h69 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
/base/powermgr/power_manager/services/zidl/include/
Dpower_mgr_proxy.h75 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/power_manager/test/unittest/src/mock/
Dpower_mock_proxy_test.cpp125 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
Dpower_mock_peer_test.cpp163 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
Dpower_mock_parcel_test.cpp194 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
Dpowermgr_service_mock_parcel_test.cpp143 std::string actualDebugInfo = g_powerMgrServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
/base/powermgr/thermal_manager/services/native/include/
Dthermal_service.h71 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
/base/powermgr/battery_statistics/frameworks/native/src/
Dbattery_stats_client.cpp172 return proxy_->ShellDump(args, args.size()); in Dump()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mock_proxy_remote_test.cpp111 EXPECT_TRUE(srvProxy->ShellDump(args, argc) == "remote error");
/base/powermgr/thermal_manager/frameworks/native/
Dthermal_mgr_client.cpp193 return thermalSrv_->ShellDump(args, args.size()); in Dump()

123