/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_dump_test.cpp | 82 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 D | stats_service_dump_test.cpp | 105 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 D | stats_service_core_test.cpp | 129 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 D | power_mock_parcel_test.cpp | 108 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 D | power_mock_proxy_test.cpp | 135 std::string actualDebugInfo = sptrProxy->ShellDump(dumpArgs, dumpArgs.size()); in HWTEST_F() local 136 EXPECT_EQ(errorCode, actualDebugInfo); in HWTEST_F()
|
H A D | power_mock_peer_test.cpp | 179 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 D | powermgr_service_mock_parcel_test.cpp | 153 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 D | batterystats_sys_test.cpp | 141 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 D | power_mgr_service_test.cpp | 314 std::string actualDebugInfo = powerMgrClient.Dump(dumpArgs); in HWTEST_F() local 315 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F()
|