/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_ct/ |
D | avrcp_ct_service.cpp | 350 int AvrcpCtService::GetDeviceState(const RawAddress &rawAddr) in GetDeviceState() 365 int AvrcpCtService::Connect(const RawAddress &rawAddr) in Connect() 392 void AvrcpCtService::ConnectNative(RawAddress rawAddr) in ConnectNative() 399 int AvrcpCtService::Disconnect(const RawAddress &rawAddr) in Disconnect() 422 void AvrcpCtService::DisconnectNative(RawAddress rawAddr) in DisconnectNative() 455 void AvrcpCtService::OnConnectionStateChanged(const RawAddress &rawAddr, int state) const in OnConnectionStateChanged() argument 467 void AvrcpCtService::AcceptActiveConnect(const RawAddress &rawAddr) in AcceptActiveConnect() 505 RawAddress rawAddr(RawAddress::ConvertToString(btAddr->addr)); in FindTgServiceCallback() local 519 int AvrcpCtService::PressButton(const RawAddress &rawAddr, uint8_t button) in PressButton() 546 void AvrcpCtService::PressButtonNative(RawAddress rawAddr, uint8_t button) in PressButtonNative() [all …]
|
D | avrcp_ct_profile.cpp | 157 RawAddress rawAddr(addr); in GetConnectedDevices() local 183 RawAddress rawAddr(addr); in GetDevicesByStates() local 193 int AvrcCtProfile::GetDeviceState(const RawAddress &rawAddr) in GetDeviceState() 227 RawAddress rawAddr(addr); in GetMaxConnectNum() local 270 int AvrcCtProfile::ConnectBr(const RawAddress &rawAddr) in ConnectBr() 279 int AvrcCtProfile::DisconnectBr(const RawAddress &rawAddr) in DisconnectBr() 298 RawAddress rawAddr(addr); in GetConnectState() local 324 void AvrcCtProfile::SendPressButtonCmd(const RawAddress &rawAddr, uint8_t button) in SendPressButtonCmd() 334 void AvrcCtProfile::SendReleaseButtonCmd(const RawAddress &rawAddr, uint8_t button) in SendReleaseButtonCmd() 344 bool AvrcCtProfile::IsPassQueueFull(const RawAddress &rawAddr) in IsPassQueueFull() [all …]
|
D | avrcp_ct_connection.cpp | 109 int AvrcCtConnectManager::Add(const RawAddress &rawAddr, uint8_t connectId, uint8_t role, uint16_t … in Add() 139 void AvrcCtConnectManager::Delete(const RawAddress &rawAddr) in Delete() 230 uint8_t AvrcCtConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() 246 void AvrcCtConnectManager::SetConnectId(const RawAddress &rawAddr, uint8_t connectId) in SetConnectId() 259 void AvrcCtConnectManager::EnableNotifyState(const RawAddress &rawAddr, uint8_t notification) in EnableNotifyState() 277 void AvrcCtConnectManager::DisableNotifyState(const RawAddress &rawAddr, uint8_t notification) in DisableNotifyState() 295 bool AvrcCtConnectManager::IsNotifyStateEnabled(const RawAddress &rawAddr, uint8_t notification) in IsNotifyStateEnabled() 319 void AvrcCtConnectManager::DisableExcludeEvents(const RawAddress &rawAddr, std::vector<uint8_t> eve… in DisableExcludeEvents() 339 uint32_t AvrcCtConnectManager::GetCompanyId(const RawAddress &rawAddr) in GetCompanyId() 355 uint16_t AvrcCtConnectManager::GetUidCounter(const RawAddress &rawAddr) in GetUidCounter() [all …]
|
D | avrcp_ct_state_machine.cpp | 58 int AvrcCtStateMachineManager::AddControlStateMachine(const RawAddress &rawAddr) in AddControlStateMachine() 80 int AvrcCtStateMachineManager::AddBrowseStateMachine(const RawAddress &rawAddr) in AddBrowseStateMachine() 105 void AvrcCtStateMachineManager::DeletePairOfStateMachine(const RawAddress &rawAddr) in DeletePairOfStateMachine() 119 void AvrcCtStateMachineManager::DeleteBrowseStateMachine(const RawAddress &rawAddr) in DeleteBrowseStateMachine() 133 bool AvrcCtStateMachineManager::SendMessageToControlStateMachine(const RawAddress &rawAddr, const u… in SendMessageToControlStateMachine() 166 bool AvrcCtStateMachineManager::SendMessageToBrowseStateMachine(const RawAddress &rawAddr, const ut… in SendMessageToBrowseStateMachine() 199 bool AvrcCtStateMachineManager::IsControlConnectingState(const RawAddress &rawAddr) in IsControlConnectingState() 206 bool AvrcCtStateMachineManager::IsControlConnectedState(const RawAddress &rawAddr) in IsControlConnectedState() 213 bool AvrcCtStateMachineManager::IsControlDisconnectingState(const RawAddress &rawAddr) in IsControlDisconnectingState() 220 bool AvrcCtStateMachineManager::IsControlPendingState(const RawAddress &rawAddr) in IsControlPendingState() [all …]
|
D | avrcp_ct_sdp.cpp | 115 int AvrcCtSdpManager::FindTgService(const RawAddress &rawAddr, in FindTgService()
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_tg/ |
D | avrcp_tg_connection.cpp | 89 int AvrcTgConnectManager::Add(const RawAddress &rawAddr, uint8_t connectId, uint8_t role, uint16_t … in Add() 118 void AvrcTgConnectManager::Delete(const RawAddress &rawAddr) in Delete() 127 const AvrcTgConnectInfo *AvrcTgConnectManager::GetConnectInfo(const RawAddress &rawAddr) in GetConnectInfo() 228 uint8_t AvrcTgConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() 244 void AvrcTgConnectManager::SetConnectId(const RawAddress &rawAddr, uint8_t connectId) in SetConnectId() 257 uint16_t AvrcTgConnectManager::GetControlMtu(const RawAddress &rawAddr) in GetControlMtu() 273 void AvrcTgConnectManager::SetControlMtu(const RawAddress &rawAddr, uint16_t mtu) in SetControlMtu() 286 uint16_t AvrcTgConnectManager::GetBrowseMtu(const RawAddress &rawAddr) in GetBrowseMtu() 302 void AvrcTgConnectManager::SetBrowseMtu(const RawAddress &rawAddr, uint16_t mtu) in SetBrowseMtu() 315 void AvrcTgConnectManager::EnableNotifyState(const RawAddress &rawAddr, uint8_t notification) in EnableNotifyState() [all …]
|
D | avrcp_tg_service.cpp | 57 RawAddress rawAddr(addr); in OnSetAddressedPlayer() local 69 RawAddress rawAddr(addr); in OnSetBrowsedPlayer() local 81 RawAddress rawAddr(addr); in OnGetPlayerAppSettingAttributes() local 93 RawAddress rawAddr(addr); in OnGetPlayerAppSettingValues() local 105 RawAddress rawAddr(addr); in OnGetPlayerAppSettingCurrentValue() local 116 RawAddress rawAddr(addr); in OnSetPlayerAppSettingCurrentValue() local 128 RawAddress rawAddr(addr); in OnGetPlayerAppSettingAttributeText() local 140 RawAddress rawAddr(addr); in OnGetPlayerAppSettingValueText() local 152 RawAddress rawAddr(addr); in OnGetElementAttributes() local 164 RawAddress rawAddr(addr); in OnGetPlayStatus() local [all …]
|
D | avrcp_tg_profile.cpp | 131 void AvrcTgProfile::SetActiveDevice(const RawAddress &rawAddr) in SetActiveDevice() 151 RawAddress rawAddr(addr); in GetConnectedDevices() local 177 RawAddress rawAddr(addr); in GetDevicesByStates() local 187 int AvrcTgProfile::GetDeviceState(const RawAddress &rawAddr) in GetDeviceState() 220 RawAddress rawAddr(addr); in GetMaxConnectNum() local 245 int AvrcTgProfile::ConnectBr(const RawAddress &rawAddr) in ConnectBr() 270 int AvrcTgProfile::DisconnectBr(const RawAddress &rawAddr) in DisconnectBr() 289 RawAddress rawAddr(addr); in GetConnectState() local 311 void AvrcTgProfile::AcceptPassiveConnect(const RawAddress &rawAddr) in AcceptPassiveConnect() 319 void AvrcTgProfile::RejectPassiveConnect(const RawAddress &rawAddr) in RejectPassiveConnect() [all …]
|
D | avrcp_tg_state_machine.cpp | 63 int AvrcTgStateMachineManager::AddControlStateMachine(const RawAddress &rawAddr) in AddControlStateMachine() 85 int AvrcTgStateMachineManager::AddBrowseStateMachine(const RawAddress &rawAddr) in AddBrowseStateMachine() 110 void AvrcTgStateMachineManager::DeletePairOfStateMachine(const RawAddress &rawAddr) in DeletePairOfStateMachine() 124 void AvrcTgStateMachineManager::DeleteBrowseStateMachine(const RawAddress &rawAddr) in DeleteBrowseStateMachine() 138 bool AvrcTgStateMachineManager::SendMessageToControlStateMachine(const RawAddress &rawAddr, const u… in SendMessageToControlStateMachine() 171 bool AvrcTgStateMachineManager::SendMessageToBrowseStateMachine(const RawAddress &rawAddr, const ut… in SendMessageToBrowseStateMachine() 203 bool AvrcTgStateMachineManager::IsControlConnectingState(const RawAddress &rawAddr) in IsControlConnectingState() 210 bool AvrcTgStateMachineManager::IsControlConnectedState(const RawAddress &rawAddr) in IsControlConnectedState() 217 bool AvrcTgStateMachineManager::IsControlDisconnectingState(const RawAddress &rawAddr) in IsControlDisconnectingState() 224 bool AvrcTgStateMachineManager::IsControlContinuationState(const RawAddress &rawAddr) in IsControlContinuationState() [all …]
|
D | avrcp_tg_sdp.cpp | 113 int AvrcTgSdpManager::FindCtService(const RawAddress &rawAddr, in FindCtService()
|
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/src/ |
D | bluetooth_avrcp_ct_observer_proxy.cpp | 21 void BluetoothAvrcpCtObserverProxy::OnConnectionStateChanged(const RawAddress &rawAddr, int state) in OnConnectionStateChanged() 48 void BluetoothAvrcpCtObserverProxy::OnPressButton(const RawAddress &rawAddr, uint8_t button, int re… in OnPressButton() 81 void BluetoothAvrcpCtObserverProxy::OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int… in OnReleaseButton() 113 void BluetoothAvrcpCtObserverProxy::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCount… in OnSetBrowsedPlayer() 161 void BluetoothAvrcpCtObserverProxy::OnGetCapabilities(const RawAddress &rawAddr, const std::vector<… in OnGetCapabilities() 205 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) in OnGetPlayerAppSettingAttributes() 241 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues() 284 …const RawAddress &rawAddr, const std::vector<uint8_t> attributes, const std::vector<uint8_t> &valu… in OnGetPlayerAppSettingCurrentValue() 330 void BluetoothAvrcpCtObserverProxy::OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, in… in OnSetPlayerAppSettingCurrentValue() 358 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() [all …]
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/ |
D | bluetooth_avrcp_ct.cpp | 54 void OnConnectionStateChanged(const RawAddress &rawAddr, int state) override in OnConnectionStateChanged() 64 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnPressButton() 74 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnReleaseButton() 84 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, in OnSetBrowsedPlayer() 100 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() 112 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) override in OnGetPlayerAppSettingAttributes() 123 void OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues() 136 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> attri… in OnGetPlayerAppSettingCurrentValue() 148 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override in OnSetPlayerAppSettingCurrentValue() 159 void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() [all …]
|
D | bluetooth_avrcp_tg.cpp | 177 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in SetActiveDevice() local 192 for (auto rawAddr : rawAddrs) { in GetConnectedDevices() local 215 for (auto rawAddr : rawAddrs) { in GetDevicesByStates() local 231 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetDeviceState() local 245 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in Connect() local 259 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in Disconnect() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/ |
D | a2dp_service_state_machine.cpp | 31 RawAddress rawAddr = *((RawAddress *)(msg.arg2_)); in Dispatch() local 78 RawAddress rawAddr = *((RawAddress *)(msg.arg2_)); in Dispatch() local 121 void A2dpConnected::UpdateDeviceInformation(RawAddress rawAddr, bool value, uint8_t role) in UpdateDeviceInformation() 152 RawAddress rawAddr = *((RawAddress *)(msg.arg2_)); in Dispatch() local
|
D | a2dp_service.cpp | 155 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(deviceInfo->GetDevice().addr); in OnAudioStateChanged() local 187 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(deviceInfo->GetDevice().addr); in OnCodecStateChanged() local 528 RawAddress rawAddr(device.GetAddress()); in SetActiveSinkDevice() local 689 RawAddress rawAddr(addr); in SetCodecPreference() local 723 RawAddress rawAddr(addr); in SwitchOptionalCodecs() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/ |
D | power_manager.cpp | 161 const RequestStatus status, const std::string &profileName, const RawAddress rawAddr) in PowerProcess() 174 const RawAddress rawAddr, const std::string &profileName, const RequestStatus status) in UpdatePowerDevicesInfo() 194 uint8_t status, const RawAddress rawAddr, uint8_t currentMode, uint16_t interval) in ModeChangeCallBackProcess() 218 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(btAddr->addr); in ModeChangeCallBack() local 228 void PowerManager::impl::SsrCompleteCallBackProcess(uint8_t status, const RawAddress rawAddr) in SsrCompleteCallBackProcess() 240 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(btAddr->addr); in SsrCompleteCallBack() local 246 void PowerManager::impl::ConnectionCompleteCallBackProcess(const RawAddress rawAddr, uint16_t conne… in ConnectionCompleteCallBackProcess() 262 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(param->addr->addr); in ConnectionCompleteCallBack() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/server/src/ |
D | bluetooth_avrcp_ct_server.cpp | 54 void OnConnectionStateChanged(const RawAddress &rawAddr, int state) override in OnConnectionStateChanged() 59 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnPressButton() 64 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnReleaseButton() 69 void OnSetAddressedPlayer(const RawAddress &rawAddr, int result, int detail) override in OnSetAddressedPlayer() 74 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer() 80 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() 87 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) override in OnGetPlayerAppSettingAttributes() 93 …const RawAddress &rawAddr, uint8_t attribute, const std::vector<uint8_t> &values, int result) over… in OnGetPlayerAppSettingValues() 98 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attr… in OnGetPlayerAppSettingCurrentValue() 104 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override in OnSetPlayerAppSettingCurrentValue() [all …]
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/map_mse/ |
D | map_mse_instance.cpp | 198 RawAddress rawAddr = incomingConnect.GetRemoteAddress(); in OnIncomingConnect() local 231 RawAddress rawAddr = incomingConnect.GetRemoteAddress(); in PermissionHandle() local 259 void MapMseInstance::NativeData::IncomingStartTimer(const RawAddress &rawAddr) in IncomingStartTimer() 266 void MapMseInstance::NativeData::IncomingTimeout(const RawAddress &rawAddr) in IncomingTimeout() 273 void MapMseInstance::NativeData::ProcessIncomingTimeout(const RawAddress &rawAddr) in ProcessIncomingTimeout()
|
/foundation/communication/wifi/services/wifi_standard/wifi_framework/dhcp_manage/dhcp_client/src/ |
D | dhcp_socket.c | 89 struct sockaddr_ll rawAddr; in BindRawSocket() local 180 struct sockaddr_ll rawAddr; in SendToDhcpPacket() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/sock/ |
D | socket_sdp_client.cpp | 30 RawAddress rawAddr(addr); in StartDiscovery() local
|
D | socket.cpp | 453 RawAddress rawAddr = RawAddress::ConvertToString(remoteAddr_.addr); in ReceiveSdpResult() local 577 RawAddress rawAddr(addr); in SetRemoteAddr() local 846 RawAddress rawAddr = RawAddress::ConvertToString(this->remoteAddr_.addr); in TransportWrite() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_hf/ |
D | hfp_hf_rfcomm_connection.cpp | 100 RawAddress rawAddr(addr); in SetRemoteAddr() local
|
D | hfp_hf_profile.cpp | 128 RawAddress rawAddr(address_); in EstablishDataConnection() local 482 RawAddress rawAddr(address_); in RemoveRemoteScnLoging() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_ag/ |
D | hfp_ag_rfcomm_connection.cpp | 99 RawAddress rawAddr(addr); in SetRemoteAddr() local
|
D | hfp_ag_sdp_client.cpp | 52 RawAddress rawAddr(remoteAddr); in DoDiscovery() local
|