Home
last modified time | relevance | path

Searched defs:OnStateChange (Results 1 - 25 of 31) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.cpp113 void PopupElementV2::OnStateChange(bool isVisible) in OnStateChange() function in OHOS::Ace::PopupElementV2
H A Dpopup_element.h46 virtual void OnStateChange(bool isVisible) {} in OnStateChange() function in OHOS::Ace::PopupElement
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_capturer_callback.cpp31 void CjAudioCapturerCallback::OnStateChange(const CapturerState state) in OnStateChange() function in OHOS::AudioStandard::CjAudioCapturerCallback
112 void CjAudioCapturerInfoChangeCallback::OnStateChange(const AudioCapturerChangeInfo &capturerChangeInfo) in OnStateChange() function in OHOS::AudioStandard::CjAudioCapturerInfoChangeCallback
131 void CjAudioCapturerDeviceChangeCallback::OnStateChange(const DeviceInfo &deviceInfo) in OnStateChange() function in OHOS::AudioStandard::CjAudioCapturerDeviceChangeCallback
/foundation/multimedia/av_codec/test/unittest/audio_capture_test/
H A Daudio_capture_module_unit_test.cpp119 void OnStateChange(const AudioStandard::AudioCapturerChangeInfo &info) in OnStateChange() function in OHOS::CapturerInfoChangeCallback
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/include/
H A Dscreen_capture_server_function_unittest.h119 void OnStateChange(AVScreenCaptureStateCode stateCode) {}; in OnStateChange() function in OHOS::Media::StandardScreenCaptureServerUnittestCallback
128 void OnStateChange(AVScreenCaptureStateCode stateCode) {}; in OnStateChange() function in OHOS::Media::ScreenCaptureServerUnittestCallback
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.cpp81 void ScreenCaptureListenerProxy::OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange() function in OHOS::Media::ScreenCaptureListenerProxy
137 void ScreenCaptureListenerCallback::OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange() function in OHOS::Media::ScreenCaptureListenerCallback
H A Dscreen_capture_listener_stub.cpp101 void ScreenCaptureListenerStub::OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange() function in OHOS::Media::ScreenCaptureListenerStub
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_callback.cpp53 void NapiAudioRendererCallback::OnStateChange(const RendererState state, in OnStateChange() function in OHOS::AudioStandard::NapiAudioRendererCallback
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_audio_capturer_callbacks.cpp144 void NapiAudioCapturerCallback::OnStateChange(const CapturerState state) in OnStateChange() function in OHOS::AudioStandard::NapiAudioCapturerCallback
H A Dnapi_audio_capturer_device_change_callback.cpp68 void NapiAudioCapturerDeviceChangeCallback::OnStateChange(const DeviceInfo &deviceInfo) in OnStateChange() function in OHOS::AudioStandard::NapiAudioCapturerDeviceChangeCallback
H A Dnapi_audio_capturer_info_change_callback.cpp66 void NapiAudioCapturerInfoChangeCallback::OnStateChange(const AudioCapturerChangeInfo &capturerChangeInfo) in OnStateChange() function in OHOS::AudioStandard::NapiAudioCapturerInfoChangeCallback
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_callback.cpp99 void AVScreenCaptureCallback::OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange() function in OHOS::Media::AVScreenCaptureCallback
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.cpp242 void JSRefresh::OnStateChange(const JSCallbackInfo& args) in OnStateChange() function in OHOS::OHOS::Ace::Framework::JSRefresh
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_interrupt_test.cpp38 void AudioInterruptTest::OnStateChange(const RendererState state, in OnStateChange() function in OHOS::AudioStandard::AudioInterruptTest
H A Dinterrupt_multi_renderer_test.cpp47 void AudioRendererCallbackTestImpl::OnStateChange(const RendererState state, in OnStateChange() function in OHOS::AudioStandard::AudioRendererCallbackTestImpl
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp110 void TonePlayerImpl::OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange() function in OHOS::AudioStandard::TonePlayerImpl
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp51 void ScreenCaptureNativeCallbackMock::OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange() function in OHOS::Media::ScreenCaptureNativeCallbackMock
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.cpp37 void AudioCapturerCallbackImpl::OnStateChange(const CapturerState state) in OnStateChange() function in OHOS::Media::AudioCapturerCallbackImpl
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp444 int32_t DSpeakerDev::OnStateChange(const AudioEventType type) in OnStateChange() function in OHOS::DistributedHardware::DSpeakerDev
H A Ddmic_dev.cpp518 int32_t DMicDev::OnStateChange(const AudioEventType type) in OnStateChange() function in OHOS::DistributedHardware::DMicDev
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp73 int32_t DMicClient::OnStateChange(const AudioEventType type) in OnStateChange() function in OHOS::DistributedHardware::DMicClient
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp73 void ScreenCaptureCapiMock::OnStateChange(OH_AVScreenCapture *screenCapture, in OnStateChange() function in ScreenCaptureCapiMock
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp365 int32_t DSpeakerClient::OnStateChange(const AudioEventType type) in OnStateChange() function in OHOS::DistributedHardware::DSpeakerClient
482 void DSpeakerClient::OnStateChange(const AudioStandard::RendererState state, in OnStateChange() function in OHOS::DistributedHardware::DSpeakerClient
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.cpp216 void AudioServerSinkPlugin::AudioRendererCallbackImpl::OnStateChange(const OHOS::AudioStandard::RendererState state, in OnStateChange() function in OHOS::Media::Plugin::AuSrSinkPlugin::AudioServerSinkPlugin::AudioRendererCallbackImpl
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h238 virtual void OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange() function in OHOS::Media::ScreenCaptureCallBack

Completed in 17 milliseconds

12