/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 30 virtual bool ConnectSco(const BluetoothRawAddress &device) = 0; 31 virtual bool DisconnectSco(const BluetoothRawAddress &device) = 0; 32 virtual int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) = 0; 33 virtual int GetDeviceState(const BluetoothRawAddress &device) = 0; 34 virtual int GetScoState(const BluetoothRawAddress &device) = 0; 35 virtual bool SendDTMFTone(const BluetoothRawAddress &device, uint8_t code) = 0; 36 virtual int Connect(const BluetoothRawAddress &device) = 0; 37 virtual int Disconnect(const BluetoothRawAddress &device) = 0; 38 virtual bool OpenVoiceRecognition(const BluetoothRawAddress &device) = 0; 39 virtual bool CloseVoiceRecognition(const BluetoothRawAddress [all...] |
H A D | i_bluetooth_hfp_ag.h | 31 virtual int32_t GetConnectDevices(std::vector<BluetoothRawAddress> &devices) = 0; 32 virtual int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) = 0; 33 virtual int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) = 0; 34 virtual int32_t Connect(const BluetoothRawAddress &device) = 0; 35 virtual int32_t Disconnect(const BluetoothRawAddress &device) = 0; 36 virtual int GetScoState(const BluetoothRawAddress &device) = 0; 44 virtual bool OpenVoiceRecognition(const BluetoothRawAddress &device) = 0; 45 virtual bool CloseVoiceRecognition(const BluetoothRawAddress &device) = 0; 46 virtual bool SetActiveDevice(const BluetoothRawAddress &device) = 0; 48 virtual bool IntoMock(const BluetoothRawAddress [all...] |
H A D | i_bluetooth_hfp_hf_observer.h | 31 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) = 0; 32 virtual void OnScoStateChanged(const BluetoothRawAddress &device, int state) = 0; 33 virtual void OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) = 0; 34 virtual void OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) = 0; 35 virtual void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) = 0; 36 virtual void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) = 0; 37 virtual void OnOperatorSelectionChanged(const BluetoothRawAddress &device, const std::string &name) = 0; 38 virtual void OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) = 0; 39 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRawAddress &device, int status) = 0; 40 virtual void OnInBandRingToneChanged(const BluetoothRawAddress [all...] |
H A D | i_bluetooth_remote_device_observer.h | 31 virtual void OnAclStateChanged(const BluetoothRawAddress &device, int32_t state, uint32_t reason) = 0; 32 virtual void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device, 34 virtual void OnRemoteUuidChanged(const BluetoothRawAddress &device, const std::vector<bluetooth::Uuid> uuids) = 0; 35 virtual void OnRemoteNameChanged(const BluetoothRawAddress &device, const std::string deviceName) = 0; 36 virtual void OnRemoteAliasChanged(const BluetoothRawAddress &device, const std::string alias) = 0; 37 virtual void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) = 0; 38 virtual void OnRemoteBatteryChanged(const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) = 0; 39 virtual void OnRemoteDeviceCommonInfoReport(const BluetoothRawAddress &device,
|
H A D | i_bluetooth_pbap_pse.h | 29 virtual int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) = 0;
31 std::vector<BluetoothRawAddress> &rawDevices) = 0;
32 virtual int32_t Disconnect(const BluetoothRawAddress &device) = 0;
33 virtual int32_t SetConnectionStrategy(const BluetoothRawAddress &device, int32_t strategy) = 0;
34 virtual int32_t GetConnectionStrategy(const BluetoothRawAddress &device, int32_t &strategy) = 0;
35 virtual int32_t SetShareType(const BluetoothRawAddress &device, int32_t shareType) = 0;
36 virtual int32_t GetShareType(const BluetoothRawAddress &device, int32_t &shareType) = 0;
37 virtual int32_t SetPhoneBookAccessAuthorization(const BluetoothRawAddress &device,
39 virtual int32_t GetPhoneBookAccessAuthorization(const BluetoothRawAddress &device,
|
H A D | i_bluetooth_map_mse.h | 28 virtual int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) = 0;
30 std::vector<BluetoothRawAddress> &rawDevices) = 0;
31 virtual int32_t Disconnect(const BluetoothRawAddress &device) = 0;
32 virtual int32_t SetConnectionStrategy(const BluetoothRawAddress &device, int32_t strategy) = 0;
33 virtual int32_t GetConnectionStrategy(const BluetoothRawAddress &device, int32_t &strategy) = 0;
34 virtual int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorization) = 0;
35 virtual int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) = 0;
|
H A D | i_bluetooth_avrcp_tg.h | 31 virtual void SetActiveDevice(const BluetoothRawAddress &addr) = 0; 32 virtual int32_t Connect(const BluetoothRawAddress &addr) = 0; 33 virtual int32_t Disconnect(const BluetoothRawAddress &addr) = 0; 34 virtual std::vector<BluetoothRawAddress> GetConnectedDevices() = 0; 35 virtual std::vector<BluetoothRawAddress> GetDevicesByStates(const std::vector<int32_t> &states) = 0; 36 virtual int32_t GetDeviceState(const BluetoothRawAddress &addr) = 0; 49 virtual int32_t SetDeviceAbsoluteVolume(const BluetoothRawAddress &addr, int32_t volumeLevel) = 0; 50 virtual int32_t SetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t ability) = 0; 51 virtual int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) = 0;
|
H A D | i_bluetooth_hfp_ag_observer.h | 29 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) = 0; 30 virtual void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) = 0; 31 virtual void OnActiveDeviceChanged(const BluetoothRawAddress &device) = 0; 32 virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) = 0; 33 virtual void OnHfpStackChanged(const BluetoothRawAddress &device, int action) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 32 bool ConnectSco(const BluetoothRawAddress &device) override; 33 bool DisconnectSco(const BluetoothRawAddress &device) override; 34 int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) override; 35 int GetDeviceState(const BluetoothRawAddress &device) override; 36 int GetScoState(const BluetoothRawAddress &device) override; 37 bool SendDTMFTone(const BluetoothRawAddress &device, uint8_t code) override; 38 int Connect(const BluetoothRawAddress &device) override; 39 int Disconnect(const BluetoothRawAddress &device) override; 40 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override; 41 bool CloseVoiceRecognition(const BluetoothRawAddress [all...] |
H A D | bluetooth_hfp_ag_server.h | 32 int32_t GetConnectDevices(std::vector<BluetoothRawAddress> &devices) override; 33 int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) override; 34 int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) override; 35 int32_t Connect(const BluetoothRawAddress &device) override; 36 int32_t Disconnect(const BluetoothRawAddress &device) override; 37 int GetScoState(const BluetoothRawAddress &device) override; 43 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override; 44 bool CloseVoiceRecognition(const BluetoothRawAddress &device) override; 45 bool SetActiveDevice(const BluetoothRawAddress &device) override; 47 bool IntoMock(const BluetoothRawAddress [all...] |
H A D | bluetooth_avrcp_tg_server.h | 36 void SetActiveDevice(const BluetoothRawAddress &addr) override; 37 int32_t Connect(const BluetoothRawAddress &addr) override; 38 int32_t Disconnect(const BluetoothRawAddress &addr) override; 39 std::vector<BluetoothRawAddress> GetConnectedDevices() override; 40 std::vector<BluetoothRawAddress> GetDevicesByStates(const std::vector<int32_t> &states) override; 41 int32_t GetDeviceState(const BluetoothRawAddress &addr) override; 55 int32_t SetDeviceAbsoluteVolume(const BluetoothRawAddress &addr, int32_t volumeLevel) override; 56 int32_t SetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t ability) override; 57 int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 28 bool ConnectSco(const BluetoothRawAddress &device) override; 29 bool DisconnectSco(const BluetoothRawAddress &device) override; 30 int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) override; 31 int GetDeviceState(const BluetoothRawAddress &device) override; 32 int GetScoState(const BluetoothRawAddress &device) override; 33 bool SendDTMFTone(const BluetoothRawAddress &device, uint8_t code) override; 34 int Connect(const BluetoothRawAddress &device) override; 35 int Disconnect(const BluetoothRawAddress &device) override; 36 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override; 37 bool CloseVoiceRecognition(const BluetoothRawAddress [all...] |
H A D | bluetooth_pbap_pse_proxy.h | 29 int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) override;
31 std::vector<BluetoothRawAddress> &rawDevices) override;
32 int32_t Disconnect(const BluetoothRawAddress &device) override;
33 int32_t SetConnectionStrategy(const BluetoothRawAddress &device, int32_t strategy) override;
34 int32_t GetConnectionStrategy(const BluetoothRawAddress &device, int32_t &strategy) override;
35 int32_t SetShareType(const BluetoothRawAddress &device, int32_t shareType) override;
36 int32_t GetShareType(const BluetoothRawAddress &device, int32_t &shareType) override;
37 int32_t SetPhoneBookAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorization) override;
38 int32_t GetPhoneBookAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) override;
|
H A D | bluetooth_hfp_ag_proxy.h | 28 int32_t GetConnectDevices(std::vector<BluetoothRawAddress> &devices) override; 29 int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) override; 30 int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) override; 31 int32_t Connect(const BluetoothRawAddress &device) override; 32 int32_t Disconnect(const BluetoothRawAddress &device) override; 33 int GetScoState(const BluetoothRawAddress &device) override; 41 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override; 42 bool CloseVoiceRecognition(const BluetoothRawAddress &device) override; 43 bool SetActiveDevice(const BluetoothRawAddress &device) override; 44 bool IntoMock(const BluetoothRawAddress [all...] |
H A D | bluetooth_avrcp_tg_proxy.h | 31 void SetActiveDevice(const BluetoothRawAddress &addr) override; 32 int32_t Connect(const BluetoothRawAddress &addr) override; 33 int32_t Disconnect(const BluetoothRawAddress &addr) override; 34 std::vector<BluetoothRawAddress> GetConnectedDevices() override; 35 std::vector<BluetoothRawAddress> GetDevicesByStates(const std::vector<int32_t> &states) override; 36 int32_t GetDeviceState(const BluetoothRawAddress &addr) override; 49 int32_t SetDeviceAbsoluteVolume(const BluetoothRawAddress &addr, int32_t volumeLevel) override; 50 int32_t SetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t ability) override; 51 int32_t GetDeviceAbsVolumeAbility(const BluetoothRawAddress &addr, int32_t &ability) override;
|
H A D | bluetooth_map_mse_proxy.h | 29 int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) override;
31 std::vector<BluetoothRawAddress> &rawDevices) override;
32 int32_t Disconnect(const BluetoothRawAddress &device) override;
33 int32_t SetConnectionStrategy(const BluetoothRawAddress &device, int32_t strategy) override;
34 int32_t GetConnectionStrategy(const BluetoothRawAddress &device, int32_t &strategy) override;
35 int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorization) override;
36 int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_hf_observer_proxy.h | 29 void OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) override; 30 void OnScoStateChanged(const BluetoothRawAddress &device, int state) override; 31 void OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override; 32 void OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) override; 33 void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) override; 34 void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) override; 35 void OnOperatorSelectionChanged(const BluetoothRawAddress &device, const std::string &name) override; 36 void OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) override; 37 void OnVoiceRecognitionStatusChanged(const BluetoothRawAddress &device, int status) override; 38 void OnInBandRingToneChanged(const BluetoothRawAddress [all...] |
H A D | bluetooth_remote_device_observer_proxy.h | 32 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device, 34 void OnRemoteUuidChanged(const BluetoothRawAddress &device, const std::vector<bluetooth::Uuid> uuids) override; 35 void OnRemoteNameChanged(const BluetoothRawAddress &device, const std::string deviceName) override; 36 void OnRemoteAliasChanged(const BluetoothRawAddress &device, const std::string alias) override; 37 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override; 38 void OnRemoteBatteryChanged(const BluetoothRawAddress &device, 40 void OnRemoteDeviceCommonInfoReport(const BluetoothRawAddress &device, 42 void OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) override;
|
H A D | bluetooth_hfp_ag_observer_proxy.h | 29 void OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) override; 30 void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) override; 31 void OnActiveDeviceChanged(const BluetoothRawAddress &device) override; 32 void OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) override; 33 void OnHfpStackChanged(const BluetoothRawAddress &device, int action) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_raw_address.h | 24 class BluetoothRawAddress : public Parcelable, public bluetooth::RawAddress { class 26 BluetoothRawAddress() = default; 27 BluetoothRawAddress(const bluetooth::RawAddress &other) : bluetooth::RawAddress(other) in BluetoothRawAddress() function in OHOS::Bluetooth::BluetoothRawAddress 29 BluetoothRawAddress(const BluetoothRawAddress &other) : bluetooth::RawAddress(other) in BluetoothRawAddress() function in OHOS::Bluetooth::BluetoothRawAddress 31 explicit BluetoothRawAddress(const std::string &address) : bluetooth::RawAddress(address) in BluetoothRawAddress() function in OHOS::Bluetooth::BluetoothRawAddress 33 ~BluetoothRawAddress() override = default; 37 static BluetoothRawAddress *Unmarshalling(Parcel &parcel);
|
H A D | bluetooth_raw_address.cpp | 21 bool BluetoothRawAddress::Marshalling(Parcel &parcel) const in Marshalling() 29 BluetoothRawAddress *BluetoothRawAddress::Unmarshalling(Parcel &parcel) in Unmarshalling() 31 BluetoothRawAddress *rawAddress = new BluetoothRawAddress(); in Unmarshalling() 39 bool BluetoothRawAddress::WriteToParcel(Parcel &parcel) in WriteToParcel() 44 bool BluetoothRawAddress::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 126 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in ConnectScoInner() 139 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in DisconnectScoInner() 152 std::vector<BluetoothRawAddress> devices; in GetDevicesByStatesInner() 171 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in GetDeviceStateInner() 184 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in GetScoStateInner() 197 std::shared_ptr<BluetoothRawAddress> devic in SendDTMFToneInner() [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_stub.cpp | 87 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnConnectionStateChangedInner() 100 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnScoStateChangedInner() 112 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnCallChangedInner() 127 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnSignalStrengthChangedInner() 139 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnRegistrationStatusChangedInner() [all...] |
H A D | bluetooth_remote_device_observer_stub.cpp | 81 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnAclStateChangedInner() 95 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnPairStatusChangedInner() 108 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteNameUuidChangedInner() 132 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteNameChangedInner() 144 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteAliasChangedInner() [all...] |
H A D | bluetooth_hfp_ag_observer_stub.cpp | 75 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnConnectionStateChangedInner() 87 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnScoStateChangedInner() 99 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnActiveDeviceChangedInner() 109 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnHfEnhancedDriverSafetyChangedInner() 120 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnHfpStackChangedInner() [all...] |