Home
last modified time | relevance | path

Searched refs:Stop (Results 1 - 25 of 311) sorted by relevance

12345678910>>...13

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Doperation_queue_test.cpp57 operationQueue.Stop(); in HWTEST_F()
63 operationQueue.Stop(); in HWTEST_F()
88 operationQueue.Stop(); in HWTEST_F()
100 operationQueue.Stop(); in HWTEST_F()
102 operationQueue.Stop(); in HWTEST_F()
108 operationQueue.Stop(); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_avsession_callback_adapter_wrapper.cpp36 void ArkMediaAVSessionCallbackAdapterWrapper::Stop() in Stop() function in OHOS::ArkWeb::ArkMediaAVSessionCallbackAdapterWrapper
38 ctocpp_->Stop(); in Stop()
H A Dark_media_codec_encoder_adapter_impl.cpp68 int32_t ArkMediaCodecEncoderAdapterImpl::Stop() in Stop() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterImpl
70 return (int32_t)real_->Stop(); in Stop()
H A Dark_audio_capturer_adapter_impl.cpp45 bool ArkAudioCapturerAdapterImpl::Stop() in Stop() function in OHOS::ArkWeb::ArkAudioCapturerAdapterImpl
47 return real_->Stop(); in Stop()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_avsession_callback_adapter_impl.cpp35 void ArkMediaAVSessionCallbackAdapterImpl::Stop() in Stop() function in OHOS::ArkWeb::ArkMediaAVSessionCallbackAdapterImpl
37 real_->Stop(); in Stop()
H A Dark_audio_renderer_adapter_wrapper.cpp54 bool ArkAudioRendererAdapterWrapper::Stop() in Stop() function in OHOS::ArkWeb::ArkAudioRendererAdapterWrapper
56 return ctocpp_->Stop(); in Stop()
H A Dark_audio_capturer_adapter_wrapper.cpp49 bool ArkAudioCapturerAdapterWrapper::Stop() in Stop() function in OHOS::ArkWeb::ArkAudioCapturerAdapterWrapper
51 return ctocpp_->Stop(); in Stop()
/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp42 Stop(); in ~Client()
91 Stop(); in Start()
96 Stop(); in Start()
235 StreamClient::Stop(); in OnDisconnected()
267 void Client::Stop() in Stop() function in OHOS::Msdp::DeviceStatus::Client
270 StreamClient::Stop(); in Stop()
276 runner->Stop(); in Stop()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_runner_test.cpp163 auto f = [&runner]() { runner->Stop(); }; in HWTEST_F()
230 auto mainTask = [&runner]() { runner->Stop(); }; in HWTEST_F()
260 auto f = [&result, runner]() { result = runner->Stop(); }; in HWTEST_F()
291 auto stopResult = runner->Stop(); in HWTEST_F()
298 * @tc.desc: execute Stop() function from one EventRunner multi times
308 auto task = [&runner]() { runner->Stop(); }; in HWTEST_F()
317 auto stopResult = runner->Stop(); in HWTEST_F()
341 runner->Stop(); in HWTEST_F()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dmem_profiler_collector_impl.h32 int Stop(int pid) override;
33 int Stop(const std::string& processName) override;
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmem_profiler_decorator.cpp39 int MemProfilerDecorator::Stop(int pid) in Stop() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
41 auto task = [this, &pid] { return memProfilerCollector_->Stop(pid); }; in Stop()
46 int MemProfilerDecorator::Stop(const std::string& processName) in Stop() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
48 auto task = [this, &processName] { return memProfilerCollector_->Stop(processName); }; in Stop()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dmem_profiler_decorator.h30 int Stop(int pid) override;
31 int Stop(const std::string& processName) override;
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dmem_profiler_collector.h34 virtual int Stop(int pid) = 0;
35 virtual int Stop(const std::string& processName) = 0;
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dmem_profiler_collector_test.cpp66 * @tc.desc: used to test MemProfilerCollector.Stop
76 collector->Stop(0);
88 collector->Stop(0);
100 * @tc.desc: used to test MemProfilerCollector.Stop
110 collector->Stop(0);
122 collector->Stop(0);
134 * @tc.desc: used to test MemProfilerCollector.Stop
144 collector->Stop(0);
156 collector->Stop(0);
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update_task.cpp86 void ModuleUpdateTaskManager::Stop() in Stop() function in OHOS::SysInstaller::ModuleUpdateTaskManager
88 pool_.Stop(); in Stop()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmem_profiler_collector_impl.cpp89 int MemProfilerCollectorImpl::Stop(int pid) in Stop() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerCollectorImpl
92 return NativeMemoryProfilerSaClientManager::Stop(pid); in Stop()
95 int MemProfilerCollectorImpl::Stop(const std::string& processName) in Stop() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerCollectorImpl
98 return NativeMemoryProfilerSaClientManager::Stop(processName); in Stop()
/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp59 void Stop() in Stop() function in Updater::final
176 bool ImgViewAdapter::Stop() in Stop() function in Updater::ImgViewAdapter
185 cb_->GetAnimator()->Stop(); in Stop()
186 cb_->Stop(); in Stop()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_event_listener.cpp39 void AppAccountEventListener::Stop() in Stop() function in OHOS::AccountSA::AppAccountEventListener
/base/telephony/call_manager/services/audio/include/
H A Dsound.h42 int32_t Stop();
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiostoprender_fuzzer/
H A Daudiostoprender_fuzzer.cpp32 adapter.Stop(); in AudioStopRenderFuzzTest()
/base/hiviewdfx/hiview/base/
H A Devent_dispatch_queue.cpp31 Stop(); in ~EventDispatchQueue()
51 void EventDispatchQueue::Stop() in Stop() function in OHOS::HiviewDFX::EventDispatchQueue
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Devent_dispatch_queue_test.cpp85 unorderQueue->Stop(); in HWTEST_F()
108 unorderQueue->Stop(); in HWTEST_F()
/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h74 Stop(); in ~ThermalTimerUtils()
78 void Stop();
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_listener_test.cpp95 * tc.name: test Stop
97 * tc.desc: test Stop function and handler_ is nullptr.
106 commonEventListener->Stop(); in HWTEST_F()
111 * tc.name: test Stop
113 * tc.desc: test Stop function and handler_ is not nullptr.
123 commonEventListener->Stop(); in HWTEST_F()
/base/telephony/call_manager/services/audio/src/
H A Dring.cpp73 int32_t Ring::Stop() in Stop() function in OHOS::Telephony::Ring
86 result = RingtonePlayer_->Stop(); in Stop()

Completed in 7 milliseconds

12345678910>>...13