• Home
  • Raw
  • Download

Lines Matching full:result

164     std::string result = "";  in HWTEST_F_L0()  local
166 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
173 ASSERT_TRUE(result.find("Unknown method: Test") != std::string::npos); in HWTEST_F_L0()
181 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
186 std::string result = ""; in HWTEST_F_L0() local
188 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
199 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
204 std::string result = ""; in HWTEST_F_L0() local
206 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
217 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
222 std::string result = ""; in HWTEST_F_L0() local
224 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
231 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
237 ASSERT_TRUE(result.find("\"id\":0") != std::string::npos); in HWTEST_F_L0()
238 ASSERT_TRUE(result.find("\"profile\"") != std::string::npos); in HWTEST_F_L0()
243 std::string result = ""; in HWTEST_F_L0() local
245 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
256 ASSERT_TRUE(result.find("Stop is failure") != std::string::npos); in HWTEST_F_L0()
261 std::string result = ""; in HWTEST_F_L0() local
263 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
270 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
278 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
283 std::string result = ""; in HWTEST_F_L0() local
285 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
296 ASSERT_TRUE(result.find("GetBestEffortCoverage not support now") != std::string::npos); in HWTEST_F_L0()
301 std::string result = ""; in HWTEST_F_L0() local
303 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
314 ASSERT_TRUE(result.find("StopPreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0()
319 std::string result = ""; in HWTEST_F_L0() local
321 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
332 ASSERT_TRUE(result.find("TakePreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0()
337 std::string result = ""; in HWTEST_F_L0() local
339 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
350 ASSERT_TRUE(result.find("StartPreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0()
355 std::string result = ""; in HWTEST_F_L0() local
357 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
368 ASSERT_TRUE(result.find("StartTypeProfile not support now") != std::string::npos); in HWTEST_F_L0()
373 std::string result = ""; in HWTEST_F_L0() local
375 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
386 ASSERT_TRUE(result.find("StopTypeProfile not support now") != std::string::npos); in HWTEST_F_L0()
391 std::string result = ""; in HWTEST_F_L0() local
393 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
404 ASSERT_TRUE(result.find("TakeTypeProfile not support now") != std::string::npos); in HWTEST_F_L0()
409 std::string result = ""; in HWTEST_F_L0() local
411 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
415 ASSERT_TRUE(result == ""); in HWTEST_F_L0()
425 ASSERT_TRUE(result.find("Profile.PreciseCoverageDeltaUpdate") != std::string::npos); in HWTEST_F_L0()