Home
last modified time | relevance | path

Searched refs:OnReceiveBluetoothEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_switch_collect.cpp207 void SwitchEventSubscriber::OnReceiveBluetoothEvent(const EventFwk::CommonEventData& data) in OnReceiveBluetoothEvent() function in OHOS::SwitchEventSubscriber
229 OnReceiveBluetoothEvent(data); in OnReceiveEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_switch_collect.h40 void OnReceiveBluetoothEvent(const EventFwk::CommonEventData& data);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_switch_collect_test.cpp525 deviceSwitchCollect->switchEventSubscriber_->OnReceiveBluetoothEvent(data);
547 deviceSwitchCollect->switchEventSubscriber_->OnReceiveBluetoothEvent(data);
569 deviceSwitchCollect->switchEventSubscriber_->OnReceiveBluetoothEvent(data);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_device_manager.h83 void OnReceiveBluetoothEvent(const std::string macAddress, const std::string deviceName);
H A Daudio_policy_service.h492 void OnReceiveBluetoothEvent(const std::string macAddress, const std::string deviceName);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp1108 void AudioDeviceManager::OnReceiveBluetoothEvent(const std::string macAddress, const std::string de… in OnReceiveBluetoothEvent() function in OHOS::AudioStandard::AudioDeviceManager
H A Daudio_policy_service.cpp8736 void AudioPolicyService::OnReceiveBluetoothEvent(const std::string macAddress, const std::string de… in OnReceiveBluetoothEvent() function in OHOS::AudioStandard::AudioPolicyService
8739 audioDeviceManager_.OnReceiveBluetoothEvent(macAddress, deviceName); in OnReceiveBluetoothEvent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp484 audioPolicyService_.OnReceiveBluetoothEvent(macAddress, deviceName); in OnReceiveEvent()