Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 - 25 of 330) sorted by relevance

12345678910>>...14

/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_timer.h30 void Begin() noexcept; member in CpuTimer
31 void End() noexcept; member in CpuTimer
33 int64_t GetMicroseconds() const noexcept; member in CpuTimer
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Di_audio_engine.h30 virtual bool IsPlaybackEngineRunning() const noexcept = 0; member in OHOS::AudioStandard::IAudioEngine
H A Di_stream_manager.h48 virtual int32_t GetStreamCount() const noexcept = 0; member in OHOS::AudioStandard::IStreamManager
H A Di_renderer_stream.h61 virtual AudioProcessConfig GetAudioProcessConfig() const noexcept = 0; member in OHOS::AudioStandard::IRendererStream
63 virtual void BlockStream() noexcept = 0; member in OHOS::AudioStandard::IRendererStream
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dbit_field.h34 constexpr BitField() noexcept = default; member in BitField
[all...]
/foundation/graphic/graphic_surface/surface/include/
H A Dtransact_surface_delegator_proxy.h25 virtual ~TransactSurfaceDelegatorProxy() noexcept = default; member in OHOS::TransactSurfaceDelegatorProxy
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/
H A Dbuffer_available_callback.h30 virtual ~RSIBufferAvailableCallback() noexcept = default; member in OHOS::Rosen::RSIBufferAvailableCallback
H A Dbuffer_clear_callback.h31 virtual ~RSIBufferClearCallback() noexcept = default; member in OHOS::Rosen::RSIBufferClearCallback
H A Drs_ihgm_config_change_callback.h28 virtual ~RSIHgmConfigChangeCallback() noexcept = default; member in OHOS::Rosen::RSIHgmConfigChangeCallback
H A Drs_iocclusion_change_callback.h27 virtual ~RSIOcclusionChangeCallback() noexcept = default; member in OHOS::Rosen::RSIOcclusionChangeCallback
H A Diapplication_agent.h31 virtual ~IApplicationAgent() noexcept = default; member in OHOS::Rosen::IApplicationAgent
H A Drs_isurface_occlusion_change_callback.h27 virtual ~RSISurfaceOcclusionChangeCallback() noexcept = default; member in OHOS::Rosen::RSISurfaceOcclusionChangeCallback
H A Drs_iuiextension_callback.h29 virtual ~RSIUIExtensionCallback() noexcept = default; member in OHOS::Rosen::RSIUIExtensionCallback
H A Dscreen_change_callback.h29 virtual ~RSIScreenChangeCallback() noexcept = default; member in OHOS::Rosen::RSIScreenChangeCallback
H A Dsurface_capture_callback.h31 virtual ~RSISurfaceCaptureCallback() noexcept = default; member in OHOS::Rosen::RSISurfaceCaptureCallback
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_base_codec.h50 virtual Media::Format GetFormat() const noexcept = 0; member in OHOS::MediaAVCodec::AudioBaseCodec
52 virtual std::string_view GetCodecType() const noexcept = 0; member in OHOS::MediaAVCodec::AudioBaseCodec
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_modifier.h41 constexpr DurationData() noexcept = default; member
42 explicit constexpr DurationData(TimeSpan duration) noexcept : duration(duration) {} member
59 constexpr StepData() noexcept = default; member
60 explicit constexpr StepData(float progress) noexcept : progress(progress) {} member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h55 virtual ~RSIRenderServiceConnection() noexcept = default; member in OHOS::Rosen::RSIRenderServiceConnection
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/pointer_render/
H A Dpointer_luminance_change_callback.h27 virtual ~RSIPointerLuminanceChangeCallback() noexcept = default; member in OHOS::Rosen::RSIPointerLuminanceChangeCallback
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_system.h81 constexpr Deleter() noexcept = default; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dref_count.h28 RefCount(RefCount &&other) noexcept; member in OHOS::DistributedData::final
30 RefCount &operator=(RefCount &&other) noexcept; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_store_observer.h26 virtual ~NapiRdbStoreObserver() noexcept; member in OHOS::RdbJsKit::NapiRdbStoreObserver
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Devent.h33 API_EXPORT Event(Event &&) noexcept = delete; member in OHOS::MiscServices::Event
35 API_EXPORT Event &operator=(Event &&) noexcept = delete; member in OHOS::MiscServices::Event
/foundation/multimedia/av_codec/services/engine/codeclist/
H A Daudio_codeclist_info.h26 std::vector<CapabilityData> GetAudioCapabilities() const noexcept; member in OHOS::MediaAVCodec::AudioCodeclistInfo
/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Dbezier_curve.h44 float GetLinearX(float t) const noexcept; member in Curves::Easing::final

Completed in 12 milliseconds

12345678910>>...14