• Home
  • Raw
  • Download

Lines Matching full:result

100     std::string result = "";  in HWTEST_F_L0()  local
102 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
109 ASSERT_TRUE(result.find("Unknown method: Test") != std::string::npos); in HWTEST_F_L0()
117 ASSERT_TRUE(result.find("End not support now.") != std::string::npos); in HWTEST_F_L0()
122 std::string result = ""; in HWTEST_F_L0() local
124 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
135 ASSERT_TRUE(result.find("End not support now.") != std::string::npos); in HWTEST_F_L0()
140 std::string result = ""; in HWTEST_F_L0() local
142 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
153 ASSERT_TRUE(result.find("GetCategories not support now") != std::string::npos); in HWTEST_F_L0()
158 std::string result = ""; in HWTEST_F_L0() local
160 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
171 ASSERT_TRUE(result.find("RecordClockSyncMarker not support now.") != std::string::npos); in HWTEST_F_L0()
176 std::string result = ""; in HWTEST_F_L0() local
178 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
189 ASSERT_TRUE(result.find("RequestMemoryDump not support now.") != std::string::npos); in HWTEST_F_L0()
194 std::string result = ""; in HWTEST_F_L0() local
196 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
207 ASSERT_TRUE(result.find("Start not support now.") != std::string::npos); in HWTEST_F_L0()
212 std::string result = ""; in HWTEST_F_L0() local
214 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
218 ASSERT_TRUE(result == ""); in HWTEST_F_L0()
228 ASSERT_TRUE(result.find("Tracing.BufferUsage") != std::string::npos); in HWTEST_F_L0()
234 std::string result = ""; in HWTEST_F_L0() local
236 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
240 ASSERT_TRUE(result == ""); in HWTEST_F_L0()
250 ASSERT_TRUE(result.find("Tracing.DataCollected") != std::string::npos); in HWTEST_F_L0()
255 std::string result = ""; in HWTEST_F_L0() local
257 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
261 ASSERT_TRUE(result == ""); in HWTEST_F_L0()
271 ASSERT_TRUE(result.find("Tracing.TracingComplete") != std::string::npos); in HWTEST_F_L0()