Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 163) sorted by relevance

1234567

/developtools/hiperf/test/unittest/common/native/
Dsubcommand_dump_test.cpp80 stdoutRecord.Start(); in TestDumpCommand()
104 stdoutRecord.Start();
210 stdoutRecord.Start();
221 stdoutRecord.Start();
232 stdoutRecord.Start();
243 stdoutRecord.Start();
254 stdoutRecord.Start();
265 stdoutRecord.Start();
276 stdoutRecord.Start();
287 stdoutRecord.Start();
[all …]
Dreport_json_file_test.cpp112 output.Start();
116 output.Start();
121 output.Start();
125 output.Start();
129 output.Start();
133 output.Start();
137 output.Start();
152 output.Start();
156 output.Start();
160 output.Start();
[all …]
Dsubcommand_list_test.cpp54 stdoutRecord.Start();
70 stdoutRecord.Start();
86 stdoutRecord.Start();
102 stdoutRecord.Start();
118 stdoutRecord.Start();
134 stdoutRecord.Start();
150 stdoutRecord.Start();
Dhiperf_client_test.cpp62 stdoutRecord.Start();
66 ASSERT_TRUE(myHiperf.Start());
82 stdoutRecord.Start();
87 ASSERT_TRUE(myHiperf.Start());
103 stdoutRecord.Start();
107 ASSERT_TRUE(myHiperf.Start());
123 stdoutRecord.Start();
128 ASSERT_TRUE(myHiperf.Start());
144 stdoutRecord.Start();
163 stdoutRecord.Start();
[all …]
Dsubcommand_report_test.cpp178 stdoutRecord.Start();
193 stdoutRecord.Start();
216 stdoutRecord.Start();
240 stdoutRecord.Start();
263 stdoutRecord.Start();
289 stdoutRecord.Start();
315 stdoutRecord.Start();
340 stdoutRecord.Start();
365 stdoutRecord.Start();
390 stdoutRecord.Start();
[all …]
Dsubcommand_stat_test.cpp230 stdoutRecord.Start();
256 stdoutRecord.Start();
283 stdoutRecord.Start();
309 stdoutRecord.Start();
335 stdoutRecord.Start();
380 stdoutRecord.Start();
424 stdoutRecord.Start();
461 stdoutRecord.Start();
488 stdoutRecord.Start();
524 stdoutRecord.Start();
[all …]
Ddebug_logger_test.cpp69 stdoutRecord.Start(); in LogLevelTest()
119 stdoutRecord.Start();
125 stdoutRecord.Start();
132 stdoutRecord.Start();
137 stdoutRecord.Start();
/developtools/profiler/hiebpf/test/unittest/
Dhhlog_test.cpp95 HWTEST_F(HHLoggerTest, Start, TestSize.Level1)
98 auto ret = logger.Start(HHLOG_NONE);
103 ret = logger.Start(HHLOG_DEBUG, "");
106 ret = logger.Start(HHLOG_DEBUG, "stdout");
Dcommand_helper_test.cpp41 HWTEST_F(CommandHelperTest, Start, TestSize.Level1)
48 int ret = commandHelper.Start(&argc, &argv, "help");
55 ret = commandHelper.Start(&argc, &argv, "none");
58 ret = commandHelper.Start(&argc, &argv, "help");
Dipc_unix_socket_test.cpp45 ASSERT_TRUE(server.Start(TEST_PATH_NAME));
59 ASSERT_TRUE(server.Start(TEST_PATH_NAME));
92 ASSERT_TRUE(server.Start(TEST_PATH_NAME));
93 ASSERT_FALSE(server.Start(TEST_PATH_NAME));
Dbpf_log_reader_test.cpp99 HWTEST_F(BPFLogReaderTest, Start, TestSize.Level1)
102 auto ret = logger.Start();
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
Dnative_memory_profiler_sa_client_manager_test.cpp69 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Start(config), RET_ERR);
70 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Start(
98 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Start(config), RET_OK);
105 EXPECT_EQ(NativeMemoryProfilerSaClientManager::Start(
Dnative_memory_profiler_sa_service_test.cpp66 EXPECT_EQ(service.Start(config), RET_OK);
98 EXPECT_EQ(service.Start(config), RET_ERR);
103 EXPECT_EQ(service.Start(config), RET_ERR);
/developtools/profiler/device/base/test/unittest/
Depoll_event_poller_test.cpp112 EXPECT_TRUE(eventPoller->Start());
128 EXPECT_TRUE(eventPoller->Start());
143 EXPECT_TRUE(eventPoller->Start());
157 EXPECT_TRUE(eventPoller->Start());
187 EXPECT_TRUE(eventPoller->Start());
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_client_manager.cpp28 int32_t NativeMemoryProfilerSaClientManager::Start(std::shared_ptr<NativeMemoryProfilerSaConfig>& c… in Start() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager
38 return proxy.Start(config); in Start()
41 int32_t NativeMemoryProfilerSaClientManager::Start(NativeMemProfilerType type, uint32_t pid, uint32… in Start() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager
58 return Start(config); in Start()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
Dnative_memory_profiler_sa_client_manager.h31 static int32_t Start(std::shared_ptr<NativeMemoryProfilerSaConfig>& config);
32 …static int32_t Start(NativeMemProfilerType type, uint32_t pid, uint32_t duration, uint32_t sampleI…
/developtools/profiler/device/plugins/arkts_plugin/test/unittest/
Darkts_plugin_unittest.cpp95 arkTSPlugin.Start(configData.data(), configData.size());
99 arkTSPlugin.Start(configData.data(), configData.size());
103 arkTSPlugin.Start(configData.data(), configData.size());
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
Dhisysevent_plugin_unittest.cpp84 ret = plugin.Start(configData.data(), configData.size()); in PluginStart()
200 EXPECT_EQ(plugin.Start(configData.data(), 0), 0);
204 EXPECT_NE(plugin.Start(nullptr, configData.size()), 0);
205 EXPECT_EQ(plugin.Start(configData.data(), configData.size()), 0);
226 EXPECT_EQ(plugin.Start(configData.data(), configData.size()), 0);
/developtools/profiler/hiebpf/include/
Dbpf_controller.h75 int Start();
117 return bpfLogReader_->Start(); in StartBPFLogReader()
128 if (receivers_[k]->Start() != 0) { in StartReceivers()
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_ability_monitor.md79 - Start Time:采集时间的时间戳。
87 - Start Time:采集时间的时间戳。
110 - Start Time:采集时间的时间戳。
122 - Start Time:采集时间的时间戳。
Dquickstart_filesystem.md12 - Start FileSystem Record:配置项的总开关。
65 - Start: 起始时间。
81 - Start: 起始时间。
Dquickstart_sdk.md9 打开 Start Custom Config 开关抓取 Sdk 数据。
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Ddebug_logger_test.cpp64 stdoutRecord.Start(); in LogLevelTest()
114 stdoutRecord.Start();
120 stdoutRecord.Start();
127 stdoutRecord.Start();
132 stdoutRecord.Start();
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DTopComponent.ets31 .alignSelf(ItemAlign.Start)
32 .textAlign(TextAlign.Start)
/developtools/profiler/device/plugins/xpower_plugin/test/unittest/
Dxpower_plugin_unittest.cpp131 EXPECT_NE(plugin.Start(configData.data(), configData.size()), 0);
132 EXPECT_NE(plugin.Start(nullptr, configData.size()), 0);
133 EXPECT_NE(plugin.Start(configData.data(), 0), 0);

1234567