Lines Matching full:result
55 std::string result = ""; in HWTEST_F_L0() local
57 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
64 ASSERT_TRUE(result.find("unknown method: test") != std::string::npos); in HWTEST_F_L0()
69 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
78 std::string result = ""; in HWTEST_F_L0() local
80 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
88 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
97 std::string result = ""; in HWTEST_F_L0() local
99 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
107 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
116 std::string result = ""; in HWTEST_F_L0() local
118 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
126 ASSERT_TRUE(result == "{\"id\":0,\"result\":{}}"); in HWTEST_F_L0()
135 std::string result = ""; in HWTEST_F_L0() local
137 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
145 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
150 ASSERT_TRUE(result.find("Unknown object id") != std::string::npos); in HWTEST_F_L0()
159 std::string result = ""; in HWTEST_F_L0() local
161 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
170 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
175 ASSERT_TRUE(result.find("Unsupport eval now") != std::string::npos); in HWTEST_F_L0()
184 std::string result = ""; in HWTEST_F_L0() local
186 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
194 ASSERT_TRUE(result.find("usedSize") != std::string::npos); in HWTEST_F_L0()
195 ASSERT_TRUE(result.find("totalSize") != std::string::npos); in HWTEST_F_L0()