Home
last modified time | relevance | path

Searched refs:RemoveAllCallbacks (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_device_change_callback.h33 void RemoveAllCallbacks();
58 void RemoveAllCallbacks();
H A Dnapi_audio_renderer_device_change_callback.cpp91 void NapiAudioRendererDeviceChangeCallback::RemoveAllCallbacks() in RemoveAllCallbacks() function in OHOS::AudioStandard::NapiAudioRendererDeviceChangeCallback
252 void NapiAudioRendererOutputDeviceChangeWithInfoCallback::RemoveAllCallbacks() in RemoveAllCallbacks() function in OHOS::AudioStandard::NapiAudioRendererOutputDeviceChangeWithInfoCallback
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_routing_manager_callbacks.h38 void RemoveAllCallbacks();
63 void RemoveAllCallbacks();
H A Dnapi_audio_routing_manager_callbacks.cpp68 RemoveAllCallbacks(); in RemoveCallbackReference()
85 void NapiAudioPreferredOutputDeviceChangeCallback::RemoveAllCallbacks() in RemoveAllCallbacks() function in OHOS::AudioStandard::NapiAudioPreferredOutputDeviceChangeCallback
224 RemoveAllCallbacks(); in RemoveCallbackReference()
241 void NapiAudioPreferredInputDeviceChangeCallback::RemoveAllCallbacks() in RemoveAllCallbacks() function in OHOS::AudioStandard::NapiAudioPreferredInputDeviceChangeCallback
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dlistener_base.cpp62 RemoveAllCallbacks(eventName); in RemoveCallbackRef()
96 void ListenerBase::RemoveAllCallbacks(const std::string eventName) in RemoveAllCallbacks() function in OHOS::CameraStandard::ListenerBase
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dlistener_base.h42 virtual void RemoveAllCallbacks(const std::string eventName) final;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/include/
H A Daudio_renderer_unit_test.h34 virtual void RemoveAllCallbacks() override {} in RemoveAllCallbacks() function
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h129 virtual void RemoveAllCallbacks() = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h222 size_t RemoveAllCallbacks(ConnectRemoveKeyType key);
H A Djs_napi_common.cpp272 connection->RemoveAllCallbacks(this); in RemoveAllCallbacksLocked()
1532 size_t NAPIAbilityConnection::RemoveAllCallbacks(ConnectRemoveKeyType key) in RemoveAllCallbacks() function in OHOS::AppExecFwk::NAPIAbilityConnection
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_routing_manager.cpp1086 cb->RemoveAllCallbacks(); in UnregisterPreferredOutputDeviceChangeCallback()
1108 cb->RemoveAllCallbacks(); in UnregisterPreferredInputDeviceChangeCallback()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_audio_renderer.cpp1962 rendererDeviceChangeCallbackNapi_->RemoveAllCallbacks(); in DestroyCallbacks()