Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 111) sorted by relevance

12345

/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp114 EXPECT_STREQ(output.Stop().c_str(), "");
118 EXPECT_STREQ(output.Stop().c_str(), "");
123 EXPECT_STREQ(output.Stop().c_str(), "\"keyname\":");
127 EXPECT_STREQ(output.Stop().c_str(), "\"1\":");
131 EXPECT_STREQ(output.Stop().c_str(), "\"1\":");
135 EXPECT_STREQ(output.Stop().c_str(), "\"2\":");
140 EXPECT_STREQ(output.Stop().c_str(), "\"keyname\":");
154 EXPECT_STREQ(output.Stop().c_str(), "\"value\"");
158 EXPECT_STREQ(output.Stop().c_str(), "1");
162 EXPECT_STREQ(output.Stop().c_str(), "1");
[all …]
Dsubcommand_list_test.cpp58 std::string stringOut = stdoutRecord.Stop();
74 std::string stringOut = stdoutRecord.Stop();
90 std::string stringOut = stdoutRecord.Stop();
106 std::string stringOut = stdoutRecord.Stop();
122 std::string stringOut = stdoutRecord.Stop();
138 std::string stringOut = stdoutRecord.Stop();
154 std::string stringOut = stdoutRecord.Stop();
Dsubcommand_report_test.cpp177 std::string stringOut = stdoutRecord.Stop();
196 std::string stringOut = stdoutRecord.Stop();
219 std::string stringOut = stdoutRecord.Stop();
243 std::string stringOut = stdoutRecord.Stop();
268 std::string stringOut = stdoutRecord.Stop();
295 std::string stringOut = stdoutRecord.Stop();
320 std::string stringOut = stdoutRecord.Stop();
345 std::string stringOut = stdoutRecord.Stop();
370 std::string stringOut = stdoutRecord.Stop();
394 std::string stringOut = stdoutRecord.Stop();
[all …]
Dhiperf_client_test.cpp74 ASSERT_TRUE(myHiperf.Stop());
76 stdoutRecord.Stop();
95 ASSERT_TRUE(myHiperf.Stop());
97 stdoutRecord.Stop();
115 ASSERT_TRUE(myHiperf.Stop());
117 stdoutRecord.Stop();
136 ASSERT_TRUE(myHiperf.Stop());
138 stdoutRecord.Stop();
149 stdoutRecord.Stop();
175 if (!myHiperf.Stop()) { in TestCaseOption()
[all …]
Dsubcommand_stat_test.cpp237 std::string stringOut = stdoutRecord.Stop();
263 std::string stringOut = stdoutRecord.Stop();
290 std::string stringOut = stdoutRecord.Stop();
316 std::string stringOut = stdoutRecord.Stop();
342 std::string stringOut = stdoutRecord.Stop();
387 std::string stringOut = stdoutRecord.Stop();
429 std::string stringOut = stdoutRecord.Stop();
466 std::string stringOut = stdoutRecord.Stop();
493 std::string stringOut = stdoutRecord.Stop();
529 std::string stringOut = stdoutRecord.Stop();
[all …]
Ddebug_logger_test.cpp81 log = stdoutRecord.Stop(); in LogLevelTest()
121 log = stdoutRecord.Stop();
127 log = stdoutRecord.Stop();
134 log = stdoutRecord.Stop();
139 log = stdoutRecord.Stop();
Dperf_events_test.cpp168 std::string stringOut = stdoutRecord.Stop();
186 std::string stringOut = stdoutRecord.Stop();
240 std::string stringOut = stdoutRecord.Stop();
276 std::string stringOut = stdoutRecord.Stop();
321 std::string stringOut = stdoutRecord.Stop();
/developtools/profiler/device/base/test/unittest/
Depoll_event_poller_test.cpp113 EXPECT_TRUE(eventPoller->Stop());
129 EXPECT_TRUE(eventPoller->Stop());
175 EXPECT_TRUE(eventPoller->Stop());
214 EXPECT_TRUE(eventPoller->Stop());
/developtools/hdc/test/unittest/common/
DHdcJdwpTest.cpp47 mJdwpTest->Stop();
66 mJdwpTest->Stop();
107 mJdwpTest->Stop();
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
Ddiskio_data_plugin_unittest.cpp144 EXPECT_EQ(diskioPlugin.Stop(), 0);
148 EXPECT_EQ(diskioPlugin.Stop(), 0);
162 diskioPlugin.Stop();
242 plugin1.Stop();
243 plugin2.Stop();
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Ddebug_logger_test.cpp76 log = stdoutRecord.Stop(); in LogLevelTest()
116 log = stdoutRecord.Stop();
122 log = stdoutRecord.Stop();
129 log = stdoutRecord.Stop();
134 log = stdoutRecord.Stop();
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
Dhisysevent_plugin_unittest.cpp111 EXPECT_EQ(plugin.Stop(), 0);
202 plugin.Stop();
207 plugin.Stop();
245 plugin.Stop();
/developtools/hdc/src/test/jdwp/
Dmain.cpp107 static void Stop(int signo) in Stop() function
119 if (signal(SIGINT, Stop) == SIG_ERR) { in main()
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp134 EXPECT_EQ(plugin.Stop(), 0);
157 EXPECT_EQ(plugin.Stop(), 0);
176 EXPECT_EQ(plugin.Stop(), 0);
196 EXPECT_EQ(plugin.Stop(), 0);
/developtools/profiler/device/plugins/sample_plugin/include/
Dsample_plugin.h29 int Stop();
/developtools/profiler/hiebpf/test/unittest/
Dipc_unix_socket_test.cpp47 ASSERT_TRUE(server.Stop());
83 ASSERT_TRUE(server.Stop());
/developtools/profiler/device/plugins/memory_plugin/test/fuzztest/memorystartplugin_fuzzer/
Dmemorystartplugin_fuzzer.cpp28 plugin->Stop(); in FuzzMemoryStartPlugin()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp207 EXPECT_EQ(processPlugin->Stop(), 0);
237 EXPECT_EQ(processPlugin->Stop(), 0);
268 EXPECT_EQ(processPlugin->Stop(), 0);
293 EXPECT_EQ(processPlugin->Stop(), 0);
340 EXPECT_EQ(processPlugin->Stop(), 0);
427 EXPECT_EQ(processPlugin->Stop(), 0);
/developtools/profiler/device/plugins/network_plugin/test/fuzztest/networkstartplugin_fuzzer/
Dnetworkstartplugin_fuzzer.cpp29 plugin->Stop(); in FuzzNetworkStartPlugin()
/developtools/profiler/device/plugins/stream_plugin/include/
Dstream_plugin.h34 int Stop();
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
DClientApi_fuzzer.cpp81 myHiperf.Stop(); in FuzzClientApiOption()
96 myHiperf.Stop(); in FuzzClientApiClient()
/developtools/hdc/src/host/
Dhost_tcp.h26 void Stop();
/developtools/hdc/src/daemon/
Ddaemon_tcp.h31 void Stop();
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp35 Stop(); in ~EpollEventPoller()
199 Stop(); in Finalize()
237 bool EpollEventPoller::Stop() in Stop() function in EpollEventPoller
/developtools/profiler/hiebpf/include/
Dbpf_log_reader.h37 inline int Stop() in Stop() function

12345