Home
last modified time | relevance | path

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

123456

/developtools/hiperf/test/unittest/common/native/
Dsubcommand_dump_test.cpp85 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 …]
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.cpp179 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 …]
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();
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 …]
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();
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
Dnative_memory_profiler_sa_client_manager_test.cpp67 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);
Dnative_memory_profiler_sa_service_test.cpp68 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/
Dnative_memory_profiler_sa_client_manager.cpp60 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()
Dnative_memory_profiler_sa_stub.cpp66 return Stop(pid); in StubStopPid()
73 return Stop(processName); in StubStopName()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
Di_native_memory_profiler_sa.h32 virtual int32_t Stop(uint32_t pid) = 0;
33 virtual int32_t Stop(const std::string& name) = 0;
Dnative_memory_profiler_sa_proxy.h33 int32_t Stop(uint32_t pid) override;
34 int32_t Stop(const std::string& name) override;
Dnative_memory_profiler_sa_client_manager.h33 static int32_t Stop(uint32_t pid);
34 static int32_t Stop(const std::string& name);
Dnative_memory_profiler_sa_service.h37 int32_t Stop(uint32_t pid) override;
38 int32_t Stop(const std::string& name) override;
/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/arkts_plugin/test/unittest/
Darkts_plugin_unittest.cpp125 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/
Dhisysevent_plugin_unittest.cpp111 EXPECT_EQ(plugin.Stop(), 0);
202 plugin.Stop();
207 plugin.Stop();
245 plugin.Stop();
/developtools/hdc/src/register/
Dhdc_connect.cpp74 void Stop(int signo) in Stop() function
89 if (signal(SIGINT, Stop) == SIG_ERR) { in HdcConnectRun()
/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/hiebpf/test/unittest/
Dipc_unix_socket_test.cpp47 ASSERT_TRUE(server.Stop());
83 ASSERT_TRUE(server.Stop());

123456