Lines Matching full:string
64 std::vector<std::string> categories = {}; in HWTEST_F_L0()
73 std::string syncId; in HWTEST_F_L0()
83 std::string dumpGuid; in HWTEST_F_L0()
100 std::string result = ""; in HWTEST_F_L0()
101 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
102 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
106 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})";; in HWTEST_F_L0()
109 ASSERT_TRUE(result.find("Unknown method: Test") != std::string::npos); in HWTEST_F_L0()
110 msg = std::string() + R"({"id":0,"method":"Debugger.end","params":{}})"; 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()
123 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
124 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
128 std::string msg = std::string() + R"({"id":0,"method":"Debugger.end","params":{}})"; 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()
141 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
142 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
146 std::string msg = std::string() + R"({"id":0,"method":"Debugger.getCategories","params":{}})"; 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()
159 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
160 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
164 …std::string msg = std::string() + R"({"id":0,"method":"Debugger.recordClockSyncMarker","params":{}… 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()
177 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
178 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
182 … std::string msg = std::string() + R"({"id":0,"method":"Debugger.requestMemoryDump","params":{}})"; 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()
195 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
196 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
200 std::string msg = std::string() + R"({"id":0,"method":"Debugger.start","params":{}})"; 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()
213 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
214 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; 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()
235 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
236 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; 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()
256 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
257 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
271 ASSERT_TRUE(result.find("Tracing.TracingComplete") != std::string::npos); in HWTEST_F_L0()