Home
last modified time | relevance | path

Searched refs:expectedDebugInfo (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_dump_test.cpp74 std::string expectedDebugInfo; variable
75 expectedDebugInfo.append("Battery level = ")
81 GTEST_LOG_(INFO) << __func__ << ": expected debug info: " << expectedDebugInfo;
83 auto index = actualDebugInfo.find(expectedDebugInfo);
110 std::string expectedDebugInfo; variable
111 expectedDebugInfo.append("UID = ")
121 GTEST_LOG_(INFO) << __func__ << ": expected debug info: " << expectedDebugInfo;
123 auto index = actualDebugInfo.find(expectedDebugInfo);
141 std::string expectedDebugInfo; variable
142 expectedDebugInfo.append("Additional debug info: ")
[all …]
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
Dstats_service_dump_test.cpp97 std::string expectedDebugInfo; variable
98 expectedDebugInfo.append("Battery level = ")
104 GTEST_LOG_(INFO) << __func__ << ": expected debug info: " << expectedDebugInfo;
106 auto index = actualDebugInfo.find(expectedDebugInfo);
145 std::string expectedDebugInfo; variable
146 expectedDebugInfo.append("UID = ")
156 GTEST_LOG_(INFO) << __func__ << ": expected debug info: " << expectedDebugInfo;
158 auto index = actualDebugInfo.find(expectedDebugInfo);
187 std::string expectedDebugInfo; variable
188 expectedDebugInfo.append("Additional debug info: ")
[all …]
Dstats_service_core_test.cpp121 std::string expectedDebugInfo; variable
122 expectedDebugInfo.append("BATTERY STATS DUMP:\n").append("\n");
125 auto index = actualDebugInfo.find(expectedDebugInfo);
/base/powermgr/battery_statistics/test/systemtest/src/
Dbatterystats_sys_test.cpp123 std::string expectedDebugInfo; variable
124 expectedDebugInfo.append("UID = ")
135 auto index = actualDebugInfo.find(expectedDebugInfo);
180 std::string expectedDebugInfo; variable
181 expectedDebugInfo.append("Additional debug info: ")
187 auto index = actualDebugInfo.find(expectedDebugInfo);
216 std::string expectedDebugInfo; variable
217 expectedDebugInfo.append("Battery level = ")
223 auto index = actualDebugInfo.find(expectedDebugInfo);
244 std::string expectedDebugInfo; variable
[all …]
/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_service_test.cpp309 std::string expectedDebugInfo = "Power manager dump options"; variable
311 auto index = actualDebugInfo.find(expectedDebugInfo);
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_native_test.cpp819 std::string expectedDebugInfo; variable
820 expectedDebugInfo.append("Power manager dump options:\n");
823 auto noneIndex = noneDebugInfo.find(expectedDebugInfo);
827 auto helpIndex = helpDebugInfo.find(expectedDebugInfo);