| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_dump_test.cpp | 85 std::string stringOut = stdoutRecord.Stop(); in TestDumpCommand() 107 std::string stringOut = stdoutRecord.Stop(); 213 std::string stringOut = stdoutRecord.Stop(); 224 std::string stringOut = stdoutRecord.Stop(); 235 std::string stringOut = stdoutRecord.Stop(); 246 std::string stringOut = stdoutRecord.Stop(); 257 std::string stringOut = stdoutRecord.Stop(); 268 std::string stringOut = stdoutRecord.Stop(); 279 std::string stringOut = stdoutRecord.Stop(); 290 std::string stringOut = stdoutRecord.Stop(); [all …]
|
| 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 | 179 std::string stringOut = stdoutRecord.Stop(); 198 std::string stringOut = stdoutRecord.Stop(); 221 std::string stringOut = stdoutRecord.Stop(); 245 std::string stringOut = stdoutRecord.Stop(); 270 std::string stringOut = stdoutRecord.Stop(); 297 std::string stringOut = stdoutRecord.Stop(); 322 std::string stringOut = stdoutRecord.Stop(); 347 std::string stringOut = stdoutRecord.Stop(); 372 std::string stringOut = stdoutRecord.Stop(); 396 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(); 431 std::string stringOut = stdoutRecord.Stop(); 468 std::string stringOut = stdoutRecord.Stop(); 495 std::string stringOut = stdoutRecord.Stop(); 531 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();
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/ |
| D | native_memory_profiler_sa_client_manager_test.cpp | 67 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Stop("test"), RET_ERR); 68 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Stop(1), RET_ERR); 95 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Stop(TEST_HAP_NAME), RET_OK); 101 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Stop(pid), RET_OK); 108 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Stop(pid), RET_OK);
|
| D | native_memory_profiler_sa_service_test.cpp | 68 EXPECT_EQ(service.Stop(config->pid_), RET_OK); 75 EXPECT_EQ(service.Stop(config->pid_), RET_OK);
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
| D | native_memory_profiler_sa_client_manager.cpp | 60 int32_t NativeMemoryProfilerSaClientManager::Stop(uint32_t pid) in Stop() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager 69 return proxy.Stop(pid); in Stop() 72 int32_t NativeMemoryProfilerSaClientManager::Stop(const std::string& name) in Stop() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager 81 return proxy.Stop(name); in Stop()
|
| D | native_memory_profiler_sa_stub.cpp | 66 return Stop(pid); in StubStopPid() 73 return Stop(processName); in StubStopName()
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/ |
| D | i_native_memory_profiler_sa.h | 32 virtual int32_t Stop(uint32_t pid) = 0; 33 virtual int32_t Stop(const std::string& name) = 0;
|
| D | native_memory_profiler_sa_proxy.h | 33 int32_t Stop(uint32_t pid) override; 34 int32_t Stop(const std::string& name) override;
|
| D | native_memory_profiler_sa_client_manager.h | 33 static int32_t Stop(uint32_t pid); 34 static int32_t Stop(const std::string& name);
|
| D | native_memory_profiler_sa_service.h | 37 int32_t Stop(uint32_t pid) override; 38 int32_t Stop(const std::string& name) override;
|
| /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/arkts_plugin/test/unittest/ |
| D | arkts_plugin_unittest.cpp | 125 EXPECT_EQ(arkTSPlugin.Stop(), 0); 143 EXPECT_EQ(arkTSPlugin.Stop(), 0); 161 EXPECT_EQ(arkTSPlugin.Stop(), 0);
|
| /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/register/ |
| D | hdc_connect.cpp | 74 void Stop(int signo) in Stop() function 89 if (signal(SIGINT, Stop) == SIG_ERR) { in HdcConnectRun()
|
| /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/hiebpf/test/unittest/ |
| D | ipc_unix_socket_test.cpp | 47 ASSERT_TRUE(server.Stop()); 83 ASSERT_TRUE(server.Stop());
|