/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/ |
H A D | napi_audio_renderer_device_change_callback.h | 33 void RemoveAllCallbacks(); 58 void RemoveAllCallbacks();
|
H A D | napi_audio_renderer_device_change_callback.cpp | 91 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 D | napi_audio_routing_manager_callbacks.h | 38 void RemoveAllCallbacks(); 63 void RemoveAllCallbacks();
|
H A D | napi_audio_routing_manager_callbacks.cpp | 68 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 D | listener_base.cpp | 62 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 D | listener_base.h | 42 virtual void RemoveAllCallbacks(const std::string eventName) final;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/include/ |
H A D | audio_renderer_unit_test.h | 34 virtual void RemoveAllCallbacks() override {} in RemoveAllCallbacks() function
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/ |
H A D | audio_renderer.h | 129 virtual void RemoveAllCallbacks() = 0;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | js_napi_common_ability.h | 222 size_t RemoveAllCallbacks(ConnectRemoveKeyType key);
|
H A D | js_napi_common.cpp | 272 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 D | napi_audio_routing_manager.cpp | 1086 cb->RemoveAllCallbacks(); in UnregisterPreferredOutputDeviceChangeCallback() 1108 cb->RemoveAllCallbacks(); in UnregisterPreferredInputDeviceChangeCallback()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/ |
H A D | napi_audio_renderer.cpp | 1962 rendererDeviceChangeCallbackNapi_->RemoveAllCallbacks(); in DestroyCallbacks()
|