| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| D | avrcp_ct_service.cpp | 352 int AvrcpCtService::GetDeviceState(const RawAddress &rawAddr) in GetDeviceState() 366 int AvrcpCtService::Connect(const RawAddress &rawAddr) in Connect() 393 void AvrcpCtService::ConnectNative(RawAddress rawAddr) in ConnectNative() 400 int AvrcpCtService::Disconnect(const RawAddress &rawAddr) in Disconnect() 423 void AvrcpCtService::DisconnectNative(RawAddress rawAddr) in DisconnectNative() 455 void AvrcpCtService::OnConnectionStateChanged(const RawAddress &rawAddr, int state) const in OnConnectionStateChanged() argument 466 void AvrcpCtService::AcceptActiveConnect(const RawAddress &rawAddr) in AcceptActiveConnect() 504 RawAddress rawAddr(RawAddress::ConvertToString(btAddr->addr)); in FindTgServiceCallback() local 518 int AvrcpCtService::PressButton(const RawAddress &rawAddr, uint8_t button) in PressButton() 545 void AvrcpCtService::PressButtonNative(RawAddress rawAddr, uint8_t button) in PressButtonNative() [all …]
|
| D | avrcp_ct_profile.cpp | 159 RawAddress rawAddr(addr); in GetConnectedDevices() local 185 RawAddress rawAddr(addr); in GetDevicesByStates() local 195 int AvrcCtProfile::GetDeviceState(const RawAddress &rawAddr) in GetDeviceState() 229 RawAddress rawAddr(addr); in GetMaxConnectNum() local 272 int AvrcCtProfile::ConnectBr(const RawAddress &rawAddr) in ConnectBr() 281 int AvrcCtProfile::DisconnectBr(const RawAddress &rawAddr) in DisconnectBr() 300 RawAddress rawAddr(addr); in GetConnectState() local 326 void AvrcCtProfile::SendPressButtonCmd(const RawAddress &rawAddr, uint8_t button) in SendPressButtonCmd() 336 void AvrcCtProfile::SendReleaseButtonCmd(const RawAddress &rawAddr, uint8_t button) in SendReleaseButtonCmd() 346 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() 148 void AvrcCtConnectManager::Delete(const RawAddress &rawAddr) in Delete() 239 uint8_t AvrcCtConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() 255 void AvrcCtConnectManager::SetConnectId(const RawAddress &rawAddr, uint8_t connectId) in SetConnectId() 267 void AvrcCtConnectManager::EnableNotifyState(const RawAddress &rawAddr, uint8_t notification) in EnableNotifyState() 284 void AvrcCtConnectManager::DisableNotifyState(const RawAddress &rawAddr, uint8_t notification) in DisableNotifyState() 301 bool AvrcCtConnectManager::IsNotifyStateEnabled(const RawAddress &rawAddr, uint8_t notification) in IsNotifyStateEnabled() 324 void AvrcCtConnectManager::DisableExcludeEvents(const RawAddress &rawAddr, std::vector<uint8_t> eve… in DisableExcludeEvents() 344 uint32_t AvrcCtConnectManager::GetCompanyId(const RawAddress &rawAddr) in GetCompanyId() 360 uint16_t AvrcCtConnectManager::GetUidCounter(const RawAddress &rawAddr) in GetUidCounter() [all …]
|
| D | avrcp_ct_state_machine.cpp | 59 int AvrcCtStateMachineManager::AddControlStateMachine(const RawAddress &rawAddr) in AddControlStateMachine() 81 int AvrcCtStateMachineManager::AddBrowseStateMachine(const RawAddress &rawAddr) in AddBrowseStateMachine() 106 void AvrcCtStateMachineManager::DeletePairOfStateMachine(const RawAddress &rawAddr) in DeletePairOfStateMachine() 121 void AvrcCtStateMachineManager::DeleteBrowseStateMachine(const RawAddress &rawAddr) in DeleteBrowseStateMachine() 136 bool AvrcCtStateMachineManager::SendMessageToControlStateMachine(const RawAddress &rawAddr, const u… in SendMessageToControlStateMachine() 167 bool AvrcCtStateMachineManager::SendMessageToBrowseStateMachine(const RawAddress &rawAddr, const ut… in SendMessageToBrowseStateMachine() 198 bool AvrcCtStateMachineManager::IsControlConnectingState(const RawAddress &rawAddr) in IsControlConnectingState() 205 bool AvrcCtStateMachineManager::IsControlConnectedState(const RawAddress &rawAddr) in IsControlConnectedState() 212 bool AvrcCtStateMachineManager::IsControlDisconnectingState(const RawAddress &rawAddr) in IsControlDisconnectingState() 219 bool AvrcCtStateMachineManager::IsControlPendingState(const RawAddress &rawAddr) in IsControlPendingState() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| D | avrcp_tg_connection.cpp | 92 int AvrcTgConnectManager::Add(const RawAddress &rawAddr, uint8_t connectId, uint8_t role, uint16_t … in Add() 123 void AvrcTgConnectManager::Delete(const RawAddress &rawAddr) in Delete() 132 const AvrcTgConnectInfo *AvrcTgConnectManager::GetConnectInfo(const RawAddress &rawAddr) in GetConnectInfo() 232 uint8_t AvrcTgConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() 248 void AvrcTgConnectManager::SetConnectId(const RawAddress &rawAddr, uint8_t connectId) in SetConnectId() 260 uint16_t AvrcTgConnectManager::GetControlMtu(const RawAddress &rawAddr) in GetControlMtu() 276 void AvrcTgConnectManager::SetControlMtu(const RawAddress &rawAddr, uint16_t mtu) in SetControlMtu() 288 uint16_t AvrcTgConnectManager::GetBrowseMtu(const RawAddress &rawAddr) in GetBrowseMtu() 304 void AvrcTgConnectManager::SetBrowseMtu(const RawAddress &rawAddr, uint16_t mtu) in SetBrowseMtu() 316 void AvrcTgConnectManager::EnableNotifyState(const RawAddress &rawAddr, uint8_t notification) in EnableNotifyState() [all …]
|
| D | avrcp_tg_profile.cpp | 138 void AvrcTgProfile::SetActiveDevice(const RawAddress &rawAddr) in SetActiveDevice() 157 RawAddress rawAddr(addr); in GetConnectedDevices() local 183 RawAddress rawAddr(addr); in GetDevicesByStates() local 193 int AvrcTgProfile::GetDeviceState(const RawAddress &rawAddr) in GetDeviceState() 226 RawAddress rawAddr(addr); in GetMaxConnectNum() local 251 int AvrcTgProfile::ConnectBr(const RawAddress &rawAddr) in ConnectBr() 276 int AvrcTgProfile::DisconnectBr(const RawAddress &rawAddr) in DisconnectBr() 295 RawAddress rawAddr(addr); in GetConnectState() local 317 void AvrcTgProfile::AcceptPassiveConnect(const RawAddress &rawAddr) in AcceptPassiveConnect() 325 void AvrcTgProfile::RejectPassiveConnect(const RawAddress &rawAddr) in RejectPassiveConnect() [all …]
|
| D | avrcp_tg_service.cpp | 56 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_state_machine.cpp | 65 int AvrcTgStateMachineManager::AddControlStateMachine(const RawAddress &rawAddr) in AddControlStateMachine() 87 int AvrcTgStateMachineManager::AddBrowseStateMachine(const RawAddress &rawAddr) in AddBrowseStateMachine() 111 void AvrcTgStateMachineManager::DeletePairOfStateMachine(const RawAddress &rawAddr) in DeletePairOfStateMachine() 125 void AvrcTgStateMachineManager::DeleteBrowseStateMachine(const RawAddress &rawAddr) in DeleteBrowseStateMachine() 139 bool AvrcTgStateMachineManager::SendMessageToControlStateMachine(const RawAddress &rawAddr, const u… in SendMessageToControlStateMachine() 171 bool AvrcTgStateMachineManager::SendMessageToBrowseStateMachine(const RawAddress &rawAddr, const ut… in SendMessageToBrowseStateMachine() 202 bool AvrcTgStateMachineManager::IsControlConnectingState(const RawAddress &rawAddr) in IsControlConnectingState() 209 bool AvrcTgStateMachineManager::IsControlConnectedState(const RawAddress &rawAddr) in IsControlConnectedState() 216 bool AvrcTgStateMachineManager::IsControlDisconnectingState(const RawAddress &rawAddr) in IsControlDisconnectingState() 223 bool AvrcTgStateMachineManager::IsControlContinuationState(const RawAddress &rawAddr) in IsControlContinuationState() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| D | bluetooth_avrcp_ct_observer_proxy.cpp | 21 void BluetoothAvrcpCtObserverProxy::OnConnectionStateChanged(const RawAddress &rawAddr, int state, … in OnConnectionStateChanged() 53 void BluetoothAvrcpCtObserverProxy::OnPressButton(const RawAddress &rawAddr, uint8_t button, int re… in OnPressButton() 86 void BluetoothAvrcpCtObserverProxy::OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int… in OnReleaseButton() 118 void BluetoothAvrcpCtObserverProxy::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCount… in OnSetBrowsedPlayer() 166 void BluetoothAvrcpCtObserverProxy::OnGetCapabilities(const RawAddress &rawAddr, const std::vector<… in OnGetCapabilities() 210 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) in OnGetPlayerAppSettingAttributes() 246 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues() 289 …const RawAddress &rawAddr, const std::vector<uint8_t> attributes, const std::vector<uint8_t> &valu… in OnGetPlayerAppSettingCurrentValue() 336 void BluetoothAvrcpCtObserverProxy::OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, in… in OnSetPlayerAppSettingCurrentValue() 364 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() [all …]
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_avrcp_ct.cpp | 57 void OnConnectionStateChanged(const RawAddress &rawAddr, int state, int cause) override in OnConnectionStateChanged() 68 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnPressButton() 79 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnReleaseButton() 90 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, in OnSetBrowsedPlayer() 107 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() 119 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) override in OnGetPlayerAppSettingAttributes() 130 void OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues() 144 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> attri… in OnGetPlayerAppSettingCurrentValue() 156 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override in OnSetPlayerAppSettingCurrentValue() 167 void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() [all …]
|
| D | bluetooth_avrcp_tg.cpp | 183 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in SetActiveDevice() local 199 for (auto rawAddr : rawAddrs) { in GetConnectedDevices() local 222 for (auto rawAddr : rawAddrs) { in GetDevicesByStates() local 242 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetDeviceState() local 258 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in Connect() local 275 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in Disconnect() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
| D | a2dp_service_state_machine.cpp | 32 RawAddress rawAddr = *((RawAddress *)(msg.arg2_)); in Dispatch() local 79 RawAddress rawAddr = *((RawAddress *)(msg.arg2_)); in Dispatch() local 122 void A2dpConnected::UpdateDeviceInformation(RawAddress rawAddr, bool value, uint8_t role) in UpdateDeviceInformation() 153 RawAddress rawAddr = *((RawAddress *)(msg.arg2_)); in Dispatch() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| D | power_manager.cpp | 159 const RequestStatus status, const std::string &profileName, const RawAddress rawAddr) in PowerProcess() 171 const RawAddress rawAddr, const std::string &profileName, const RequestStatus status) in UpdatePowerDevicesInfo() 191 uint8_t status, const RawAddress rawAddr, uint8_t currentMode, uint16_t interval) in ModeChangeCallBackProcess() 215 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(btAddr->addr); in ModeChangeCallBack() local 225 void PowerManager::impl::SsrCompleteCallBackProcess(uint8_t status, const RawAddress rawAddr) in SsrCompleteCallBackProcess() 237 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(btAddr->addr); in SsrCompleteCallBack() local 243 void PowerManager::impl::ConnectionCompleteCallBackProcess(const RawAddress rawAddr, uint16_t conne… in ConnectionCompleteCallBackProcess() 258 RawAddress rawAddr = bluetooth::RawAddress::ConvertToString(param->addr->addr); in ConnectionCompleteCallBack() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| D | bluetooth_avrcp_ct_server.cpp | 56 void OnConnectionStateChanged(const RawAddress &rawAddr, int state) override in OnConnectionStateChanged() 61 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnPressButton() 66 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnReleaseButton() 71 void OnSetAddressedPlayer(const RawAddress &rawAddr, int result, int detail) override in OnSetAddressedPlayer() 76 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer() 82 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() 89 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) override in OnGetPlayerAppSettingAttributes() 95 …const RawAddress &rawAddr, uint8_t attribute, const std::vector<uint8_t> &values, int result) over… in OnGetPlayerAppSettingValues() 100 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attr… in OnGetPlayerAppSettingCurrentValue() 106 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override in OnSetPlayerAppSettingCurrentValue() [all …]
|
| D | bluetooth_avrcp_tg_server.cpp | 52 void OnConnectionStateChanged(const RawAddress &rawAddr, int state) override in OnConnectionStateChanged() 255 BluetoothRawAddress rawAddr = BluetoothRawAddress(device); in GetConnectedDevices() local 286 BluetoothRawAddress rawAddr = BluetoothRawAddress(device); in GetDevicesByStates() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
| D | log_util.h | 25 #define GET_ENCRYPT_AVRCP_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str()) argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
| D | raw_socket.cpp | 86 struct sockaddr_ll rawAddr; in CreateSocket() local 115 struct sockaddr_ll rawAddr; in Send() local
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| D | bluetooth_utils.h | 32 #define GET_ENCRYPT_RAW_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str()) argument
|
| /foundation/communication/dhcp/services/utils/src/ |
| D | dhcp_arp_checker.cpp | 253 struct sockaddr_ll rawAddr; in CreateSocket() local 282 struct sockaddr_ll rawAddr; in SendData() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
| D | hid_host_sdp_client.cpp | 237 RawAddress rawAddr(remoteAddr); in DoPnpDiscovery() local 264 RawAddress rawAddr(remoteAddr); in DoHidDiscovery() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
| D | socket_sdp_client.cpp | 31 RawAddress rawAddr(addr); in StartDiscovery() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| D | hfp_ag_sdp_client.cpp | 72 RawAddress rawAddr(remoteAddr); in DoDiscovery() local 134 RawAddress rawAddr(remoteAddr); in DoHspHsDiscovery() local
|
| D | hfp_ag_rfcomm_connection.cpp | 100 RawAddress rawAddr(addr); in SetRemoteAddr() local
|
| /foundation/communication/dhcp/services/dhcp_client/src/ |
| D | dhcp_socket.cpp | 125 struct sockaddr_ll rawAddr; in BindRawSocket() local 225 struct sockaddr_ll rawAddr; in SendToDhcpPacket() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| D | hfp_hf_sdp_client.cpp | 70 RawAddress rawAddr(remoteAddr); in DoDiscovery() local 136 RawAddress rawAddr(remoteAddr); in DoHspAgDiscovery() local
|