Home
last modified time | relevance | path

Searched defs:rawAddr (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp352 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()
634 int AvrcpCtService::GetUnitInfo(const RawAddress &rawAddr) in GetUnitInfo()
661 void AvrcpCtService::UnitInfoNative(RawAddress rawAddr) in UnitInfoNative()
678 int AvrcpCtService::GetSubUnitInfo(const RawAddress &rawAddr) in GetSubUnitInfo()
705 void AvrcpCtService::SubUnitInfoNative(RawAddress rawAddr) in SubUnitInfoNative()
1357 int AvrcpCtService::GetPlayStatus(const RawAddress &rawAddr) in GetPlayStatus()
[all …]
H A Davrcp_ct_profile.cpp159 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
346 bool AvrcCtProfile::IsPassQueueFull(const RawAddress &rawAddr) in IsPassQueueFull()
454 void AvrcCtProfile::SendUnitCmd(const RawAddress &rawAddr) in SendUnitCmd()
488 void AvrcCtProfile::SendSubUnitCmd(const RawAddress &rawAddr) in SendSubUnitCmd()
[all …]
H A Davrcp_ct_connection.cpp148 void AvrcCtConnectManager::Delete(const RawAddress &rawAddr) in Delete()
239 uint8_t AvrcCtConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId()
344 uint32_t AvrcCtConnectManager::GetCompanyId(const RawAddress &rawAddr) in GetCompanyId()
453 void AvrcCtConnectManager::ClearPassPacket(const RawAddress &rawAddr) in ClearPassPacket()
466 void AvrcCtConnectManager::ClearPassTimer(const RawAddress &rawAddr) in ClearPassTimer()
482 void AvrcCtConnectManager::ClearPassInfo(const RawAddress &rawAddr) in ClearPassInfo()
588 void AvrcCtConnectManager::ClearUnitPacket(const RawAddress &rawAddr) in ClearUnitPacket()
601 void AvrcCtConnectManager::ClearUnitTimer(const RawAddress &rawAddr) in ClearUnitTimer()
617 void AvrcCtConnectManager::ClearUnitInfo(const RawAddress &rawAddr) in ClearUnitInfo()
791 void AvrcCtConnectManager::ClearVendorInfo(const RawAddress &rawAddr) in ClearVendorInfo()
[all …]
H A Davrcp_ct_state_machine.cpp59 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()
198 bool AvrcCtStateMachineManager::IsControlConnectingState(const RawAddress &rawAddr) in IsControlConnectingState()
205 bool AvrcCtStateMachineManager::IsControlConnectedState(const RawAddress &rawAddr) in IsControlConnectedState()
219 bool AvrcCtStateMachineManager::IsControlPendingState(const RawAddress &rawAddr) in IsControlPendingState()
226 bool AvrcCtStateMachineManager::IsBrowsePendingState(const RawAddress &rawAddr) in IsBrowsePendingState()
233 bool AvrcCtStateMachineManager::IsControlContinuationState(const RawAddress &rawAddr) in IsControlContinuationState()
240 bool AvrcCtStateMachineManager::IsControlDisableState(const RawAddress &rawAddr) in IsControlDisableState()
[all …]
H A Davrcp_ct_sdp.cpp116 int AvrcCtSdpManager::FindTgService(const RawAddress &rawAddr, in FindTgService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.cpp123 void AvrcTgConnectManager::Delete(const RawAddress &rawAddr) in Delete()
232 uint8_t AvrcTgConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId()
288 uint16_t AvrcTgConnectManager::GetBrowseMtu(const RawAddress &rawAddr) in GetBrowseMtu()
373 uint32_t AvrcTgConnectManager::GetCompanyId(const RawAddress &rawAddr) in GetCompanyId()
479 void AvrcTgConnectManager::ClearPassPacket(const RawAddress &rawAddr) in ClearPassPacket()
491 void AvrcTgConnectManager::ClearPassTimer(const RawAddress &rawAddr) in ClearPassTimer()
506 void AvrcTgConnectManager::ClearPassInfo(const RawAddress &rawAddr) in ClearPassInfo()
546 void AvrcTgConnectManager::ClearUnitPacket(const RawAddress &rawAddr) in ClearUnitPacket()
558 void AvrcTgConnectManager::ClearUnitInfo(const RawAddress &rawAddr) in ClearUnitInfo()
609 void AvrcTgConnectManager::ClearVendorInfo(const RawAddress &rawAddr) in ClearVendorInfo()
[all …]
H A Davrcp_tg_profile.cpp157 RawAddress rawAddr(addr); in GetConnectedDevices() local
183 RawAddress rawAddr(addr); in GetDevicesByStates() local
226 RawAddress rawAddr(addr); in GetMaxConnectNum() local
251 int AvrcTgProfile::ConnectBr(const RawAddress &rawAddr) in ConnectBr()
295 RawAddress rawAddr(addr); in GetConnectState() local
1061 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendPlaybackStatusChangedRsp() local
1095 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendTrackChangedRsp() local
1124 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendTrackReachedEndRsp() local
1153 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendTrackReachedStartRsp() local
1183 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendPlaybackPosChangedRsp() local
[all …]
H A Davrcp_tg_service.cpp56 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 …]
H A Davrcp_tg_state_machine.cpp65 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()
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()
230 bool AvrcTgStateMachineManager::IsControlDisableState(const RawAddress &rawAddr) in IsControlDisableState()
276 AvrcTgStateMachineManager::StateMachine::StateMachine(Type type, const RawAddress &rawAddr) in StateMachine()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp210 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) in OnGetPlayerAppSettingAttributes()
246 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues()
407 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, in OnGetPlayerAppSettingValueText()
450 void BluetoothAvrcpCtObserverProxy::OnGetElementAttributes(const RawAddress &rawAddr, in OnGetElementAttributes()
489 void BluetoothAvrcpCtObserverProxy::OnGetPlayStatus(const RawAddress &rawAddr, in OnGetPlayStatus()
567 void BluetoothAvrcpCtObserverProxy::OnGetTotalNumberOfItems(const RawAddress &rawAddr, in OnGetTotalNumberOfItems()
611 void BluetoothAvrcpCtObserverProxy::OnGetItemAttributes(const RawAddress &rawAddr, in OnGetItemAttributes()
754 void BluetoothAvrcpCtObserverProxy::OnTrackReachedEnd(const RawAddress &rawAddr, int result) in OnTrackReachedEnd()
782 void BluetoothAvrcpCtObserverProxy::OnTrackReachedStart(const RawAddress &rawAddr, int result) in OnTrackReachedStart()
843 void BluetoothAvrcpCtObserverProxy::OnPlayerAppSettingChanged(const RawAddress &rawAddr, in OnPlayerAppSettingChanged()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp203 void OnGetPlayStatus(const RawAddress &rawAddr, in OnGetPlayStatus()
952 for (auto rawAddr : rawAddrs) { in GetConnectedDevices() local
978 for (auto rawAddr : rawAddrs) { in GetDevicesByStates() local
1000 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetDeviceState() local
1016 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in Connect() local
1033 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in Disconnect() local
1134 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetUnitInfo() local
1150 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetSubUnitInfo() local
1170 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetSupportedCompanies() local
1186 BluetoothRawAddress rawAddr(device.GetDeviceAddr()); in GetSupportedEvents() local
[all …]
H A Dbluetooth_avrcp_tg.cpp183 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.cpp32 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp159 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp56 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()
89 const RawAddress &rawAddr, std::vector<uint8_t> attributes, int result) override in OnGetPlayerAppSettingAttributes()
135 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override in OnPlayItem()
140 void OnAddToNowPlaying(const RawAddress &rawAddr, int status, int detail) override in OnAddToNowPlaying()
184 void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) override in OnTrackChanged()
189 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) override in OnTrackReachedEnd()
194 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override in OnTrackReachedStart()
210 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override in OnNowPlayingContentChanged()
[all …]
H A Dbluetooth_avrcp_tg_server.cpp52 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dlog_util.h25 #define GET_ENCRYPT_AVRCP_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str()) argument
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Draw_socket.cpp86 struct sockaddr_ll rawAddr; in CreateSocket() local
115 struct sockaddr_ll rawAddr; in Send() local
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_utils.h32 #define GET_ENCRYPT_RAW_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str()) argument
/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp253 struct sockaddr_ll rawAddr; in CreateSocket() local
282 struct sockaddr_ll rawAddr; in SendData() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp31 RawAddress rawAddr(addr); in StartDiscovery() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp237 RawAddress rawAddr(remoteAddr); in DoPnpDiscovery() local
264 RawAddress rawAddr(remoteAddr); in DoHidDiscovery() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp72 RawAddress rawAddr(remoteAddr); in DoDiscovery() local
134 RawAddress rawAddr(remoteAddr); in DoHspHsDiscovery() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp125 struct sockaddr_ll rawAddr; in BindRawSocket() local
225 struct sockaddr_ll rawAddr; in SendToDhcpPacket() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp70 RawAddress rawAddr(remoteAddr); in DoDiscovery() local
136 RawAddress rawAddr(remoteAddr); in DoHspAgDiscovery() local

12