/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src_observer.h | 41 virtual void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) = 0;
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | config_change_observer.cpp | 54 taskMgr->OnConfigurationChanged(configuration); in OnConfigurationUpdated()
|
H A D | bg_continuous_task_mgr.cpp | 1547 void BgContinuousTaskMgr::OnConfigurationChanged(const AppExecFwk::Configuration &configuration)
in OnConfigurationChanged() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_a2dp_src_observer_proxy.h | 32 void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) override;
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.h | 83 void OnConfigurationChanged(const DeviceConfig& newConfig);
|
H A D | ace_ability.cpp | 492 void AceAbility::OnConfigurationChanged(const DeviceConfig& newConfig) in OnConfigurationChanged() function in OHOS::Ace::Platform::AceAbility 566 OnConfigurationChanged(deviceConfig); in LoadDocument()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 103 stub->OnConfigurationChanged(RawAddress(addr), *info, error); in OnConfigurationChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 108 virtual void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) {}; in OnConfigurationChanged() function in OHOS::bluetooth::IA2dpObserver
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 71 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error) in OnConfigurationChanged() function in OHOS::Bluetooth::A2dpSourceObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 86 void BluetoothA2dpSrcObserverProxy::OnConfigurationChanged( in OnConfigurationChanged() function in OHOS::Bluetooth::BluetoothA2dpSrcObserverProxy 91 HILOGE("BluetoothA2dpSrcObserverProxy::OnConfigurationChanged WriteInterfaceToken error"); in OnConfigurationChanged() 95 HILOGE("BluetoothA2dpSrcObserverProxy::OnConfigurationChanged write device error"); in OnConfigurationChanged() 99 HILOGE("BluetoothA2dpSrcObserverProxy::OnConfigurationChanged transport error"); in OnConfigurationChanged() 103 HILOGE("BluetoothA2dpSrcObserverProxy::OnConfigurationChanged error error"); in OnConfigurationChanged() 114 HILOGE("BluetoothA2dpSrcObserverProxy::OnConfigurationChanged done fail, error: %{public}d", result); in OnConfigurationChanged()
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 40 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error);
|
H A D | audio_bluetooth_manager.cpp | 325 void AudioA2dpListener::OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &codecInfo, in OnConfigurationChanged() function in OHOS::Bluetooth::AudioA2dpListener 328 AUDIO_INFO_LOG("OnConfigurationChanged: sampleRate: %{public}d, channels: %{public}d, format: %{public}d", in OnConfigurationChanged() 332 CHECK_AND_RETURN_LOG(result, "OnConfigurationChanged: Unsupported a2dp codec info"); in OnConfigurationChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 59 void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) override 74 observer->OnConfigurationChanged(device, tmpInfo, error);
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 103 void OnConfigurationChanged(const Bluetooth::BluetoothRemoteDevice &device,
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | bg_continuous_task_mgr.h | 84 void OnConfigurationChanged(const AppExecFwk::Configuration &configuration);
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 36 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error){} in OnConfigurationChanged() function in OHOS::Bluetooth::A2dpSourceObserverCommon
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 82 void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) override 94 observer->OnConfigurationChanged(BluetoothRemoteDevice(device.GetAddress(), 0), codecInfo, error);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 995 [device, info, error](IA2dpObserver &observer) { observer.OnConfigurationChanged(device, info, error); }); in ProcessCodecFrameworkCallback()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_continuous_task_mgr_test.cpp | 917 * @tc.desc: test OnConfigurationChanged.
925 bgContinuousTaskMgr_->OnConfigurationChanged(configuration);
in HWTEST_F()
|