/developtools/hiperf/test/unittest/common/native/ |
D | report_json_file_test.cpp | 114 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 …]
|
D | subcommand_list_test.cpp | 58 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();
|
D | subcommand_report_test.cpp | 177 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 …]
|
D | hiperf_client_test.cpp | 74 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 …]
|
D | subcommand_stat_test.cpp | 237 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 …]
|
D | debug_logger_test.cpp | 81 log = stdoutRecord.Stop(); in LogLevelTest() 121 log = stdoutRecord.Stop(); 127 log = stdoutRecord.Stop(); 134 log = stdoutRecord.Stop(); 139 log = stdoutRecord.Stop();
|
D | perf_events_test.cpp | 168 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/ |
D | epoll_event_poller_test.cpp | 113 EXPECT_TRUE(eventPoller->Stop()); 129 EXPECT_TRUE(eventPoller->Stop()); 175 EXPECT_TRUE(eventPoller->Stop()); 214 EXPECT_TRUE(eventPoller->Stop());
|
/developtools/hdc/test/unittest/common/ |
D | HdcJdwpTest.cpp | 47 mJdwpTest->Stop(); 66 mJdwpTest->Stop(); 107 mJdwpTest->Stop();
|
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/ |
D | diskio_data_plugin_unittest.cpp | 144 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/ |
D | debug_logger_test.cpp | 76 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/ |
D | hisysevent_plugin_unittest.cpp | 111 EXPECT_EQ(plugin.Stop(), 0); 202 plugin.Stop(); 207 plugin.Stop(); 245 plugin.Stop();
|
/developtools/hdc/src/test/jdwp/ |
D | main.cpp | 107 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/ |
D | hidump_plugin_unittest.cpp | 134 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/ |
D | sample_plugin.h | 29 int Stop();
|
/developtools/profiler/hiebpf/test/unittest/ |
D | ipc_unix_socket_test.cpp | 47 ASSERT_TRUE(server.Stop()); 83 ASSERT_TRUE(server.Stop());
|
/developtools/profiler/device/plugins/memory_plugin/test/fuzztest/memorystartplugin_fuzzer/ |
D | memorystartplugin_fuzzer.cpp | 28 plugin->Stop(); in FuzzMemoryStartPlugin()
|
/developtools/profiler/device/plugins/process_plugin/test/unittest/ |
D | process_plugin_unittest.cpp | 207 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/ |
D | networkstartplugin_fuzzer.cpp | 29 plugin->Stop(); in FuzzNetworkStartPlugin()
|
/developtools/profiler/device/plugins/stream_plugin/include/ |
D | stream_plugin.h | 34 int Stop();
|
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/ |
D | ClientApi_fuzzer.cpp | 81 myHiperf.Stop(); in FuzzClientApiOption() 96 myHiperf.Stop(); in FuzzClientApiClient()
|
/developtools/hdc/src/host/ |
D | host_tcp.h | 26 void Stop();
|
/developtools/hdc/src/daemon/ |
D | daemon_tcp.h | 31 void Stop();
|
/developtools/profiler/device/base/src/ |
D | epoll_event_poller.cpp | 35 Stop(); in ~EpollEventPoller() 199 Stop(); in Finalize() 237 bool EpollEventPoller::Stop() in Stop() function in EpollEventPoller
|
/developtools/profiler/hiebpf/include/ |
D | bpf_log_reader.h | 37 inline int Stop() in Stop() function
|