Home
last modified time | relevance | path

Searched refs:Run (Results 1 - 25 of 289) sorted by relevance

12345678910>>...12

/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); in HWTEST_F()
35 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
37 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
39 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
41 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
43 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
45 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
47 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
49 WifiInternalEventDispatcher::GetInstance().Run(instance, msg); in HWTEST_F()
51 WifiInternalEventDispatcher::GetInstance().Run(instanc in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_buffer_unit_test.cpp87 bool ret = TesterCommon::Run(opt); in HWTEST_F()
107 bool ret = TesterCommon::Run(opt); in HWTEST_F()
130 bool ret = TesterCommon::Run(opt); in HWTEST_F()
149 bool ret = TesterCommon::Run(opt); in HWTEST_F()
168 bool ret = TesterCommon::Run(opt); in HWTEST_F()
187 bool ret = TesterCommon::Run(opt); in HWTEST_F()
212 bool ret = TesterCommon::Run(opt); in HWTEST_F()
231 bool ret = TesterCommon::Run(opt); in HWTEST_F()
254 bool ret = TesterCommon::Run(opt); in HWTEST_F()
273 bool ret = TesterCommon::Run(op in HWTEST_F()
[all...]
H A Dhdecoder_buffer_unit_test.cpp41 bool ret = TesterCommon::Run(opt); in HWTEST()
61 bool ret = TesterCommon::Run(opt); in HWTEST()
80 bool ret = TesterCommon::Run(opt); in HWTEST()
99 bool ret = TesterCommon::Run(opt); in HWTEST()
118 bool ret = TesterCommon::Run(opt); in HWTEST()
137 bool ret = TesterCommon::Run(opt); in HWTEST()
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_picture_player_test.cpp96 runner->Run(); in HWTEST_F()
105 runner->Run(); in HWTEST_F()
113 runner->Run(); in HWTEST_F()
152 runner->Run(); in HWTEST_F()
162 runner->Run(); in HWTEST_F()
180 runner->Run(); in HWTEST_F()
187 runner->Run(); in HWTEST_F()
194 runner->Run(); in HWTEST_F()
201 runner->Run(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Drun_impl.h25 class RunImpl : public ::OHOS::Rosen::Run {
27 explicit RunImpl(std::unique_ptr<SPText::Run> run = nullptr);
42 void SetSpRunBase(std::unique_ptr<SPText::Run>& run) { run_ = std::move(run); } in SetSpRunBase()
45 std::unique_ptr<SPText::Run> run_ = nullptr;
H A Dtext_line_base.cpp36 std::vector<std::unique_ptr<Run>> TextLineBaseImpl::GetGlyphRuns() const in GetGlyphRuns()
42 std::vector<std::unique_ptr<SPText::Run>> textRuns = textlinebase_->GetGlyphRuns(); in GetGlyphRuns()
43 std::vector<std::unique_ptr<Run>> runs; in GetGlyphRuns()
45 for (std::unique_ptr<SPText::Run>& textRun : textRuns) { in GetGlyphRuns()
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_first.cpp98 runner_->Run(); in HWTEST_F()
117 runner_->Run(); in HWTEST_F()
137 runner_->Run(); in HWTEST_F()
180 runner_->Run(); in HWTEST_F()
203 runner_->Run(); in HWTEST_F()
226 runner_->Run(); in HWTEST_F()
249 runner_->Run(); in HWTEST_F()
284 runner_->Run(); in HWTEST_F()
319 runner_->Run(); in HWTEST_F()
354 runner_->Run(); in HWTEST_F()
[all...]
H A Dappexecfwk_appkit_native_app_module_test_fourth.cpp126 runner_->Run(); in HWTEST_F()
165 runner_->Run(); in HWTEST_F()
189 runner_->Run(); in HWTEST_F()
224 runner_->Run(); in HWTEST_F()
263 runner_->Run(); in HWTEST_F()
301 runner_->Run(); in HWTEST_F()
346 runner_->Run(); in HWTEST_F()
H A Dappexecfwk_appkit_native_app_module_test_second.cpp99 runner_->Run(); in HWTEST_F()
142 runner_->Run(); in HWTEST_F()
173 runner_->Run(); in HWTEST_F()
205 runner_->Run(); in HWTEST_F()
241 runner_->Run(); in HWTEST_F()
266 runner_->Run(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Ddelegator_thread_test.cpp57 * @tc.name: Run
58 * @tc.desc: Verify the Run para task is null and result is invalid.
66 EXPECT_FALSE(threadObj.Run(ff)); in HWTEST_F()
71 * @tc.name: Run
72 * @tc.desc: Verify the Run para handler_ is null and result is invalid.
81 EXPECT_FALSE(threadObj.Run(ff)); in HWTEST_F()
86 * @tc.name: Run
87 * @tc.desc: Verify the Run is valid.
95 EXPECT_TRUE(threadObj.Run(ff)); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp64 asyncWork->Run(); in EnableWearDetection()
82 asyncWork->Run(); in DisableWearDetection()
104 asyncWork->Run(); in IsWearDetectionEnabled()
125 asyncWork->Run(); in IsWearDetectionSupported()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dcompleted_dispatcher.cpp35 Run(); in PerformReceive()
39 void CompletedDispatcher::Run() in Run() function in OHOS::AbilityRuntime::WantAgent::CompletedDispatcher
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_monitor.cpp35 std::thread([this] { this->Run(); }).detach(); in Start()
43 void MtpMonitor::Run() in Run() function in OHOS::Media::MtpMonitor
45 string name("MtpMonitor::Run"); in Run()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dprepared_model.h33 virtual OH_NN_ReturnCode Run(const std::vector<IOTensor>& inputs,
38 virtual OH_NN_ReturnCode Run(const std::vector<NN_Tensor*>& inputs,
H A Dhdi_prepared_model_v1_0.h40 OH_NN_ReturnCode Run(const std::vector<IOTensor>& inputs,
45 OH_NN_ReturnCode Run(const std::vector<NN_Tensor*>& inputs,
/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_worker.h55 static void Run(CPUEUTask* task, CPUWorker* worker);
56 static void Run(ffrt_executor_task_t* task, ffrt_qos_t qos);
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp42 OH_NN_ReturnCode Run(std::vector<IOTensor>& inputs);
89 OH_NN_ReturnCode HDIPreparedModelTest::Run(std::vector<IOTensor>& inputs) in Run() function in OHOS::NeuralNetworkRuntime::UnitTest::HDIPreparedModelTest
101 EXPECT_CALL(*sp, Run(::testing::_, ::testing::_, ::testing::_)) in Run()
107 OH_NN_ReturnCode result = preparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough); in Run()
245 * @tc.desc: Verify the Run function return invalid parameter.
271 OH_NN_ReturnCode result = preparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough); in HWTEST_F()
277 * @tc.desc: Verify the Run function return success.
290 OH_NN_ReturnCode result = Run(inputs); in HWTEST_F()
298 * @tc.desc: Verify the Run function return unavailable device in case of run failure.
320 EXPECT_CALL(*sp, Run( in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp42 OH_NN_ReturnCode Run(std::vector<IOTensor>& inputs);
89 OH_NN_ReturnCode HDIPreparedModelTest::Run(std::vector<IOTensor>& inputs) in Run() function in OHOS::NeuralNetworkRuntime::UnitTest::HDIPreparedModelTest
102 EXPECT_CALL(*sp, Run(::testing::_, ::testing::_, ::testing::_, ::testing::_)) in Run()
109 OH_NN_ReturnCode result = preparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough); in Run()
248 * @tc.desc: Verify the Run function return invalid parameter.
274 OH_NN_ReturnCode result = preparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough); in HWTEST_F()
280 * @tc.desc: Verify the Run function return success.
293 OH_NN_ReturnCode result = Run(inputs); in HWTEST_F()
301 * @tc.desc: Verify the Run function return unavailable device in case of run failure.
323 EXPECT_CALL(*sp, Run( in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp42 OH_NN_ReturnCode Run(std::vector<IOTensor>& inputs);
89 OH_NN_ReturnCode HDIPreparedModelTest::Run(std::vector<IOTensor>& inputs) in Run() function in OHOS::NeuralNetworkRuntime::UnitTest::HDIPreparedModelTest
101 EXPECT_CALL(*sp, Run(::testing::_, ::testing::_, ::testing::_)) in Run()
107 OH_NN_ReturnCode result = preparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough); in Run()
246 * @tc.desc: Verify the Run function return invalid parameter.
272 OH_NN_ReturnCode result = preparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough); in HWTEST_F()
278 * @tc.desc: Verify the Run function return success.
291 OH_NN_ReturnCode result = Run(inputs); in HWTEST_F()
299 * @tc.desc: Verify the Run function return unavailable device in case of run failure.
321 EXPECT_CALL(*sp, Run( in HWTEST_F()
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/worker/
H A Drender_thread.h46 virtual void Run() override;
105 this->Run(); in Start()
123 template <typename QUEUE> void RenderThread<QUEUE>::Run() in Run() function in RenderThread
135 task->Run(); in Run()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Drun.h25 class Run { class
27 virtual ~Run() = default;
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Drun.h24 class Run { class
26 virtual ~Run() = default;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Ddispatcher.cpp36 thread_ = std::make_unique<std::thread>(&Dispatcher::Run, this, std::move(startPromise)); in Initialize()
66 void Dispatcher::Run(std::promise<void> promise) in Run() function in utility::Dispatcher
/foundation/arkui/napi/test/unittest/engine/
H A Dtest_ark.cpp40 void *NativeEngineTest::Run(void *args) in Run() function in NativeEngineTest
72 int ret = testing::UnitTest::GetInstance()->Run(); in main()
89 int res = pthread_create(&tids, NULL, Run, (void*)args); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_executor.cpp50 std::thread thread(&WifiDirectExecutor::Run, this, processor_); in Start()
55 void WifiDirectExecutor::Run(std::shared_ptr<WifiDirectProcessor> processor) in Run() function in OHOS::SoftBus::WifiDirectExecutor
68 processor_->Run(); in Run()

Completed in 10 milliseconds

12345678910>>...12