Home
last modified time | relevance | path

Searched refs:actualDebugInfo (Results 1 - 9 of 9) sorted by relevance

/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_dump_test.cpp82 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
84 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; in HWTEST_F() local
85 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
124 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
126 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; in HWTEST_F() local
127 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
155 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
157 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; in HWTEST_F() local
158 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
195 std::string actualDebugInfo in HWTEST_F() local
197 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
226 std::string actualDebugInfo = statsClient.Dump(dumpArgs); HWTEST_F() local
228 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
264 std::string actualDebugInfo = statsClient.Dump(dumpArgs); HWTEST_F() local
266 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
302 std::string actualDebugInfo = statsClient.Dump(dumpArgs); HWTEST_F() local
304 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
336 std::string actualDebugInfo = statsClient.Dump(dumpArgs); HWTEST_F() local
338 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
[all...]
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_dump_test.cpp105 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
107 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; in HWTEST_F() local
108 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
159 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
161 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; in HWTEST_F() local
162 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
200 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
202 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; in HWTEST_F() local
203 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
252 std::string actualDebugInfo in HWTEST_F() local
254 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
294 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); HWTEST_F() local
296 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
346 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); HWTEST_F() local
348 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
399 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); HWTEST_F() local
401 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
447 std::string actualDebugInfo = g_statsServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); HWTEST_F() local
449 GTEST_LOG_(INFO) << __func__ << ": actual debug info: " << actualDebugInfo; HWTEST_F() local
[all...]
H A Dstats_service_core_test.cpp129 std::string actualDebugInfo {}; in HWTEST_F()
130 statsCore->DumpInfo(actualDebugInfo); in HWTEST_F()
131 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_parcel_test.cpp108 std::string actualDebugInfo = powerMgrClient.Dump(dumpArgs); in HWTEST_F() local
109 EXPECT_EQ(actualDebugInfo, errCode); in HWTEST_F()
209 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
210 EXPECT_EQ(actualDebugInfo, errCode); in HWTEST_F()
H A Dpower_mock_proxy_test.cpp135 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
136 EXPECT_EQ(errorCode, actualDebugInfo); in HWTEST_F()
H A Dpower_mock_peer_test.cpp179 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
180 EXPECT_EQ(errorCode, actualDebugInfo); in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
H A Dpowermgr_service_mock_parcel_test.cpp153 std::string actualDebugInfo = g_powerMgrServiceProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local
154 EXPECT_EQ(errorCode, actualDebugInfo); in HWTEST_F()
/base/powermgr/battery_statistics/test/systemtest/src/
H A Dbatterystats_sys_test.cpp141 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
143 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
195 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
197 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
235 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
236 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
266 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
267 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
307 std::string actualDebugInfo = statsClient.Dump(dumpArgs); in HWTEST_F() local
308 auto index = actualDebugInfo in HWTEST_F()
[all...]
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_service_test.cpp314 std::string actualDebugInfo = powerMgrClient.Dump(dumpArgs); in HWTEST_F() local
315 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()

Completed in 6 milliseconds