Searched refs:ShellDump (Results 1 – 25 of 58) sorted by relevance
123
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());284 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());297 std::string actualMissInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size());[all …]
37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t us… in ShellDump() function in OHOS::Notification::MockAnsManagerStub
42 virtual ErrCode ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId,
86 std::string dumpInfo = pms->ShellDump(args, args.size());119 std::string dumpInfo = pms->ShellDump(args, args.size());
42 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);
83 auto ret = ans_->ShellDump("active", infos);
40 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
42 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
49 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
52 EXPECT_EQ("remote error", sptrStatsProxy->ShellDump(dumpArgs, dumpArgs.size()));
83 EXPECT_EQ("remote error", sptrStatsProxy->ShellDump(dumpArgs, dumpArgs.size()));111 EXPECT_EQ("remote error", sptrStatsProxy->ShellDump(dumpArgs, dumpArgs.size()));
54 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
72 EXPECT_EQ("remote error", g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()));
73 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc);
55 std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
69 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) = 0;
75 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
125 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
163 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
194 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size());
143 std::string actualDebugInfo = g_powerMgrServiceProxy->ShellDump(dumpArgs, dumpArgs.size());
71 virtual std::string ShellDump(const std::vector<std::string>& args, uint32_t argc) override;
172 return proxy_->ShellDump(args, args.size()); in Dump()
111 EXPECT_TRUE(srvProxy->ShellDump(args, argc) == "remote error");
193 return thermalSrv_->ShellDump(args, args.size()); in Dump()