Lines Matching full:result
153 std::string result = ""; in HWTEST_F_L0() local
155 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
162 ASSERT_TRUE(result.find("Unknown method: Test") != std::string::npos); in HWTEST_F_L0()
170 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
175 std::string result = ""; in HWTEST_F_L0() local
177 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
184 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
192 ASSERT_TRUE(result.find("AddInspectedHeapObject not support now") != std::string::npos); in HWTEST_F_L0()
197 std::string result = ""; in HWTEST_F_L0() local
199 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
206 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
215 std::string result = ""; in HWTEST_F_L0() local
217 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
224 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
233 std::string result = ""; in HWTEST_F_L0() local
235 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
242 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
251 std::string result = ""; in HWTEST_F_L0() local
253 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
260 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
264 ASSERT_TRUE(result.find("GetHeapObjectId not support now") != std::string::npos); in HWTEST_F_L0()
273 std::string result = ""; in HWTEST_F_L0() local
275 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
283 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
288 ASSERT_TRUE(result.find("GetObjectByHeapObjectId not support now") != std::string::npos); in HWTEST_F_L0()
297 std::string result = ""; in HWTEST_F_L0() local
299 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
306 ASSERT_TRUE(result.find("GetSamplingProfile not support now") != std::string::npos); in HWTEST_F_L0()
315 std::string result = ""; in HWTEST_F_L0() local
317 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
325 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
329 ASSERT_TRUE(result.find("StartSampling not support now") != std::string::npos); in HWTEST_F_L0()
338 std::string result = ""; in HWTEST_F_L0() local
340 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
347 ASSERT_TRUE(result.find("StopSampling not support now") != std::string::npos); in HWTEST_F_L0()
356 std::string result = ""; in HWTEST_F_L0() local
358 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
368 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
375 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()