Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/ohos5.0/base/hiviewdfx/hidumper/
H A DREADME.md67 2. Run the **hidumper -lc** command to obtain the system information cluster list.
73 3. Run the **hidumper -c** command to obtain all information that is classified by **base** and **…
86 5. Run the **hidumper -ls** command to obtain the system ability list.
92 6. Run the **hidumper -s** command to obtain all system ability information.
104 8. Run the **hidumper -s 3008** command to obtain all information about the ability whose ID is **…
110 9. Run the **hidumper -e** command to obtain the crash information generated by the Faultlog modul…
116 10. Run the **hidumper --net** command to obtain network information of the process whose PID has b…
135 13. Run the **hidumper -p 1024** command to obtain information about the process whose PID is **102…
148 15. Run the **hidumper --cpufreq** command to obtain the actual operating frequency of each CPU cor…
161 17. Run the **hidumper --zip** command to compress data to the **/data/log/hidumper** directory.
[all …]
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_gtest.cpp338 if (!helper.Run(SetSmscAddrTestFuc, std::ref(helper))) {
486 if (!helper.Run(AddSimMessageTestFuc, std::ref(helper))) {
742 if (!helper.Run(DelSimMessageTestFuc, std::ref(helper))) {
886 if (!helper.Run(SetImsSmsConfigTestFuc, std::ref(helper))) {
1013 if (!helper.Run(SendDataMessageTestFuc2, helper)) {
1143 if (!helper.Run(SendTextMessageTestFuc2, helper)) {
1195 if (!helper.Run(ReceiveSmsTestFunc, helper)) {
1233 if (!helper.Run(ReceiveSmsTestFunc, helper)) {
1284 if (!helper.Run(GetSmsSegmentsInfoTestFuc, helper)) {
1308 if (!helper.Run(GetSmsSegmentsInfoTestFuc2, helper)) {
[all …]
H A Dcb_gtest.cpp119 if (!helper.Run(OpenCellBroadcastTestFuc, std::ref(helper))) {
155 if (!helper.Run(OpenCellBroadcastTestFuc2, std::ref(helper))) {
191 if (!helper.Run(OpenCellBroadcastTestFuc3, std::ref(helper))) {
227 if (!helper.Run(OpenCellBroadcastTestFuc4, std::ref(helper))) {
263 if (!helper.Run(OpenCellBroadcastTestFuc5, std::ref(helper))) {
327 if (!helper.Run(OpenCellBroadcastTestFuc2, std::ref(helper))) {
350 if (!helper.Run(OpenCellBroadcastTestFuc3, std::ref(helper))) {
878 if (!helper.Run(ReceiveCellBroadCastTestFunc, helper)) {
917 if (!helper.Run(ReceiveCellBroadCastTestFunc2, helper)) {
956 if (!helper.Run(ReceiveCellBroadCastTestFunc, helper)) {
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp33 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
35 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
37 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
39 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
41 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
43 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
45 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
47 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
49 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
51 WifiInternalEventDispatcher::GetInstance().Run(instance, msg);
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp218 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalFull()
234 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalQut()
250 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalQutCache()
266 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalQutFrames()
282 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalQutFramesCache()
299 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalQutMiniDebugInfos()
318 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalQutMiniDebugInfosLazily()
338 Run(state, UnwinderLocal, &data); in BenchmarkUnwinderLocalByFp()
353 Run(state, UnwinderLocalFp, &data); in BenchmarkUnwinderLocalFp()
368 Run(state, UnwinderLocalFp, &data); in BenchmarkUnwinderLocalFpFrames()
[all …]
H A Dunwind_remote_benchmark.cpp121 static void Run(benchmark::State& state, void* data) in Run() function
176 Run(state, &data); in BenchmarkUnwinderRemoteFull()
191 Run(state, &data); in BenchmarkUnwinderRemoteQut()
206 Run(state, &data); in BenchmarkUnwinderRemoteQutCache()
221 Run(state, &data); in BenchmarkUnwinderRemoteQutFrames()
236 Run(state, &data); in BenchmarkUnwinderRemoteQutFramesCache()
252 Run(state, &data); in BenchmarkUnwinderRemoteQutMiniDebugInfos()
270 Run(state, &data); in BenchmarkUnwinderRemoteQutMiniDebugInfosLazily()
286 Run(state, &data); in BenchmarkUnwinderRemoteFp()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-thread.md22 …t priority = THREAD_PROI_NORMAL, size_t stack = 0);<br/>创建并启动一个子线程,循环执行Run(),当Run()返回false或通知退出时停止…
46 …调用NotifyExitSync或NotifyExitAsync终止子线程运行,否则子线程在主线程对象消亡后继续工作,而由于Run函数由主线程对象真正实现,此时主线程对象消亡,Run函数会调用虚基…
49 class RealThread : public Thread { // 使用方继承虚基类并实现Run函数
50 bool Run() override;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hidumper.md75 2. Run the **hidumper -lc** command to obtain the system information cluster list.
81 3. Run the **hidumper -c** command to obtain all information that is classified by **base** and **s…
94 5. Run the **hidumper -ls** command to obtain the system ability list.
100 6. Run the **hidumper -s** command to obtain all system ability information.
112 8. Run the **hidumper -s 3008** command to obtain all information about the ability whose ID is **3…
118 9. Run the **hidumper -e** command to obtain the crash information generated by the FaultLogger mod…
124 10. Run the **hidumper --net** command to obtain network information of the process whose PID has b…
144 13. Run the **hidumper -p 1024** command to obtain information about the process whose PID is **102…
157 15. Run the **hidumper --cpufreq** command to obtain the actual operating frequency of each CPU cor…
185 17. Run the **hidumper --zip** command to compress data to the **/data/dumper** directory.
[all …]
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_elementary_file_test.cpp1002 if (!helper.Run(UnlockPinTestFunc, std::ref(helper))) {
1025 if (!helper.Run(UnlockPinTestFunc1, std::ref(helper))) {
1047 if (!helper.Run(UnlockPinTestFunc, std::ref(helper))) {
1070 if (!helper.Run(UnlockPukTestFunc, std::ref(helper))) {
1093 if (!helper.Run(UnlockPukTestFunc1, std::ref(helper))) {
1115 if (!helper.Run(UnlockPukTestFunc, std::ref(helper))) {
1138 if (!helper.Run(AlterPinTestFunc, std::ref(helper))) {
1161 if (!helper.Run(AlterPinTestFunc1, std::ref(helper))) {
1183 if (!helper.Run(AlterPinTestFunc, std::ref(helper))) {
1342 if (!helper.Run(AlterPin2TestFunc, std::ref(helper))) {
[all …]
H A Dsim_test.cpp669 if (!helper.Run(SetActiveSimTestFunc, std::ref(helper))) {
690 if (!helper.Run(SetActiveSimTestFunc1, std::ref(helper))) {
711 if (!helper.Run(SetActiveSimTestFunc, std::ref(helper))) {
732 if (!helper.Run(ReSetActiveSimTestFunc, std::ref(helper))) {
753 if (!helper.Run(ReSetActiveSimTestFunc1, std::ref(helper))) {
923 if (!helper.Run(UnlockSimLockTestFunc, std::ref(helper))) {
946 if (!helper.Run(UnlockSimLockTestFunc1, std::ref(helper))) {
968 if (!helper.Run(UnlockSimLockTestFunc, std::ref(helper))) {
1179 if (!helper.Run(SendEnvelopeCmdTestFunc, std::ref(helper))) {
1509 if (!helper.Run(HasOperatorPrivileges, std::ref(helper))) {
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Doperation_queue_test.cpp58 operationQueue.Run();
60 operationQueue.Run();
80 operationQueue.Run();
97 operationQueue.Run();
104 operationQueue.Run();
107 operationQueue.Run();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_buffer_unit_test.cpp87 bool ret = TesterCommon::Run(opt);
107 bool ret = TesterCommon::Run(opt);
130 bool ret = TesterCommon::Run(opt);
149 bool ret = TesterCommon::Run(opt);
168 bool ret = TesterCommon::Run(opt);
187 bool ret = TesterCommon::Run(opt);
212 bool ret = TesterCommon::Run(opt);
231 bool ret = TesterCommon::Run(opt);
254 bool ret = TesterCommon::Run(opt);
273 bool ret = TesterCommon::Run(opt);
H A Dhdecoder_buffer_unit_test.cpp41 bool ret = TesterCommon::Run(opt);
61 bool ret = TesterCommon::Run(opt);
80 bool ret = TesterCommon::Run(opt);
99 bool ret = TesterCommon::Run(opt);
118 bool ret = TesterCommon::Run(opt);
137 bool ret = TesterCommon::Run(opt);
158 bool ret = TesterCommon::Run(opt);
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_post_task_module_test.cpp70 myRunner->Run();
95 myRunner->Run();
120 myRunner->Run();
146 myRunner->Run();
171 myRunner->Run();
201 myRunner->Run();
230 myRunner->Run();
261 myRunner->Run();
292 myRunner->Run();
323 myRunner->Run();
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_first.cpp98 runner_->Run();
117 runner_->Run();
137 runner_->Run();
180 runner_->Run();
203 runner_->Run();
226 runner_->Run();
249 runner_->Run();
284 runner_->Run();
319 runner_->Run();
354 runner_->Run();
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtext_line_base.cpp37 std::vector<std::unique_ptr<Run>> TextLineBaseImpl::GetGlyphRuns() const in GetGlyphRuns()
43 std::vector<std::unique_ptr<SPText::Run>> textRuns = textlinebase_->GetGlyphRuns(); in GetGlyphRuns()
44 std::vector<std::unique_ptr<Run>> runs; in GetGlyphRuns()
46 for (std::unique_ptr<SPText::Run>& textRun : textRuns) { in GetGlyphRuns()
H A Drun_impl.h25 class RunImpl : public ::OHOS::Rosen::Run {
27 explicit RunImpl(std::unique_ptr<SPText::Run> run);
37 std::unique_ptr<SPText::Run> run_ = nullptr;
/ohos5.0/docs/en/application-dev/dfx/
H A Dhitrace.md36 Run the following commands in the hdc shell:
38 1. Run the **hitrace -l** command to display the tag list.
42 2. Run the **hitrace --trace_begin app** command to start capturing trace data of the application.
46 3. Run the **hitrace --trace_finish** or **hitrace --trace_finish -o /data/local/tmp/test.ftrace** …
50 4. Run the **hitrace -b 10240 -t 10 -o /data/local/tmp/test2.ftrace app ability** command to captur…
59 5. Run the **hitrace --trace_dump** or **hitrace --trace_dump -o /data/local/tmp/test3.ftrace** com…
65 6. Run the **hitrace --start_bgsrv** command to enable trace collection in snapshot mode.
69 7. Run the **hitrace --dump_bgsrv** command to enable trace collection in snapshot mode.
75 8. Run the **hitrace --stop_bgsrv** command to disable trace collection in snapshot mode.
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_runner_test.cpp171 result = runner->Run();
238 auto runResult = runner->Run(); in __anoneb42ae4c0502()
244 runner->Run();
268 runner->Run();
290 auto runResult = runner->Run();
315 runner->Run();
344 runner->Run();
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker_runner.cpp28 void WorkerRunner::WorkerInnerRunner::Run() in Run() function in Commonlibrary::Concurrent::WorkerModule::WorkerRunner::WorkerInnerRunner
30 runner_->Run(); in Run()
35 void WorkerRunner::Run() const in Run() function in Commonlibrary::Concurrent::WorkerModule::WorkerRunner
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_local_benchmark.cpp91 static void Run(benchmark::State& state, size_t (*func)(void*), void* data) in Run() function
116 Run(state, UnwindLocal, &data); in BenchmarkUnwindStackLocal()
134 Run(state, UnwindLocal, &data); in BenchmarkUnwindStackLocalCache()
152 Run(state, UnwindLocal, &data); in BenchmarkUnwindStackLocalFrames()
170 Run(state, UnwindLocal, &data); in BenchmarkUnwindStackLocalFramesCache()
H A Dunwind_remote_benchmark.cpp124 static void Run(benchmark::State& state, void* data) in Run() function
172 Run(state, &data); in BenchmarkUnwindStackRemote()
185 Run(state, &data); in BenchmarkUnwindStackRemoteCache()
199 Run(state, &data); in BenchmarkUnwindStackRemoteFrames()
213 Run(state, &data); in BenchmarkUnwindStackRemoteFramesCache()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_runner.cpp31 void TaskRunner::TaskInnerRunner::Run() in Run() function in Commonlibrary::Concurrent::TaskPoolModule::TaskRunner::TaskInnerRunner
34 runner_->Run(); in Run()
41 void TaskRunner::Run() const in Run() function in Commonlibrary::Concurrent::TaskPoolModule::TaskRunner
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-common-builderr.md42 Run the following command to install Python. The following uses Python 3.8 as an example.
57 Run the following commands to add the soft link to Python:
84 Run the following command to install Python 3:
108 1. Run the **apt-get install gcc** command to install **gcc** online.
128 1. Run the **apt-get install make** command to install make online.
148 1. Run the **apt-get install libffi* -y** command to install libffi and libffi-devel online.
168 Method 1: Run the **pip3 install Crypto** command to install **Crypto** online.
197 Method 1: Run the **pip3 install ecdsa** command to install **ecdsa** online.
226 Method 1: Run the **pip3 install six** command to install **six** online.
286Run the **find / -name lsb_release** command, for example, **sudo rm -rf /usr/bin/lsb_release** to…
/ohos5.0/docs/en/device-dev/faqs/
H A Dfaqs-environment-setup.md21 Run the following command to upgrade pip:
41 Run the following command to install **distutils**:
109 1. Run the **apt-get install gcc** command to install GCC online.
130 1. Run the **apt-get install make** command to install make online.
155 Run the **apt-get install zlib** command to install zlib online.
163 2. Run the following command to install zlib:
195 1. Run the **apt-get install libffi\* -y** command to install libffi and libffi-devel online.
216Run **find / -name lsb_release** to locate lsb_release, and delete it, for example, run **sudo rm …
250 2. Run the **repo init** command to initialize the source code repository information.
271 4. Run the prebuilts script to install the compiler and binary tool.

12345678910>>...31