Home
last modified time | relevance | path

Searched refs:OnConfigurationChanged (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src_observer.h41 virtual void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) = 0;
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dconfig_change_observer.cpp54 taskMgr->OnConfigurationChanged(configuration); in OnConfigurationUpdated()
H A Dbg_continuous_task_mgr.cpp1547 void BgContinuousTaskMgr::OnConfigurationChanged(const AppExecFwk::Configuration &configuration) in OnConfigurationChanged() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_a2dp_src_observer_proxy.h32 void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) override;
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h83 void OnConfigurationChanged(const DeviceConfig& newConfig);
H A Dace_ability.cpp492 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 Dbluetooth_a2dp_src_observer_stub.cpp103 stub->OnConfigurationChanged(RawAddress(addr), *info, error); in OnConfigurationChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h108 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 Dbluetooth_a2dp_src.h71 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 Dbluetooth_a2dp_src_observer_proxy.cpp86 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 Daudio_bluetooth_manager.h40 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error);
H A Daudio_bluetooth_manager.cpp325 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 Dbluetooth_a2dp_source_server.cpp59 void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) override
74 observer->OnConfigurationChanged(device, tmpInfo, error);
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h103 void OnConfigurationChanged(const Bluetooth::BluetoothRemoteDevice &device,
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h84 void OnConfigurationChanged(const AppExecFwk::Configuration &configuration);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp36 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 Dbluetooth_a2dp_src.cpp82 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 Da2dp_service.cpp995 [device, info, error](IA2dpObserver &observer) { observer.OnConfigurationChanged(device, info, error); }); in ProcessCodecFrameworkCallback()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp917 * @tc.desc: test OnConfigurationChanged.
925 bgContinuousTaskMgr_->OnConfigurationChanged(configuration); in HWTEST_F()

Completed in 15 milliseconds