/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 195 RawAddress addr(device.GetAddress()); in ConnectSco() 204 RawAddress addr(device.GetAddress()); in DisconnectSco() 242 RawAddress addr(device.GetAddress()); in GetDeviceState() 251 RawAddress addr(device.GetAddress()); in GetScoState() 260 RawAddress addr(device.GetAddress()); in SendDTMFTone() 269 RawAddress addr(device.GetAddress()); in Connect() 278 RawAddress addr(device.GetAddress()); in Disconnect() 287 RawAddress addr(device.GetAddress()); in OpenVoiceRecognition() 296 RawAddress addr(device.GetAddress()); in CloseVoiceRecognition() 307 RawAddress addr(device.GetAddress()); in GetCurrentCallList() [all …]
|
H A D | bluetooth_avrcp_ct_server.cpp | 841 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in GetDeviceState() 860 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in Connect() 875 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in Disconnect() 920 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in GetUnitInfo() 935 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in GetSubUnitInfo() 950 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in GetSupportedCompanies() 965 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in GetSupportedEvents() 980 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in GetPlayerAppSettingAttributes() 1162 GetEncryptAddr(device.GetAddress()).c_str(), startItem, endItem); in GetFolderItems() 1261 GetEncryptAddr(device.GetAddress()).c_str(), uid, uidCounter); in GetItemAttributes() [all …]
|
H A D | bluetooth_hfp_ag_server.cpp | 207 RawAddress addr(device.GetAddress()); in GetDeviceState() 228 RawAddress addr(device.GetAddress()); in Connect() 249 RawAddress addr(device.GetAddress()); in Disconnect() 259 RawAddress addr(device.GetAddress()); in GetScoState() 314 RawAddress addr(device.GetAddress()); in OpenVoiceRecognition() 324 RawAddress addr(device.GetAddress()); in CloseVoiceRecognition() 334 RawAddress addr(device.GetAddress()); in SetActiveDevice() 351 RawAddress addr(device.GetAddress()); in SendNoCarrier()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_connection.cpp | 104 if (GetConnectInfo(rawAddr.GetAddress()) == nullptr) { in Add() 105 infos_.insert(std::make_pair(rawAddr.GetAddress(), in Add() 106 AvrcTgConnectInfo(rawAddr.GetAddress(), in Add() 129 infos_.erase(rawAddr.GetAddress()); in Delete() 138 auto iter = infos_.find(rawAddr.GetAddress()); in GetConnectInfo() 238 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId() 252 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId() 266 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetControlMtu() 280 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetControlMtu() 294 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetBrowseMtu() [all …]
|
H A D | avrcp_tg_state_machine.cpp | 73 if (GetPairOfStateMachine(rawAddr.GetAddress()) == nullptr) { in AddControlStateMachine() 95 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in AddBrowseStateMachine() 117 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeletePairOfStateMachine() 119 stateMachines_.erase(rawAddr.GetAddress()); in DeletePairOfStateMachine() 131 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeleteBrowseStateMachine() 145 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in SendMessageToControlStateMachine() 376 GetEncryptAddr(rawAddr_.GetAddress()).c_str()); in Entry() 553 GetEncryptAddr(rawAddr_.GetAddress()).c_str()); in Entry() 659 GetEncryptAddr(rawAddr_.GetAddress()).c_str()); in Entry() 706 GetEncryptAddr(rawAddr_.GetAddress()).c_str()); in Entry() [all …]
|
H A D | avrcp_tg_service.cpp | 831 RawAddress peerAddr(rawAddr.GetAddress()); in Connect() 861 RawAddress peerAddr(rawAddr.GetAddress()); in Disconnect() 1091 RawAddress peerAddr(rawAddr.GetAddress()); in OnSetAddressedPlayer() 1141 RawAddress peerAddr(rawAddr.GetAddress()); in OnSetBrowsedPlayer() 1226 RawAddress peerAddr(rawAddr.GetAddress()); in OnGetPlayerAppSettingAttributes() 1276 RawAddress peerAddr(rawAddr.GetAddress()); in OnGetPlayerAppSettingValues() 1331 RawAddress peerAddr(rawAddr.GetAddress()); in OnGetPlayerAppSettingCurrentValue() 1390 RawAddress peerAddr(rawAddr.GetAddress()); in OnSetPlayerAppSettingCurrentValue() 1439 RawAddress peerAddr(rawAddr.GetAddress()); in OnGetPlayerAppSettingAttributeText() 1490 RawAddress peerAddr(rawAddr.GetAddress()); in OnGetPlayerAppSettingValueText() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_connection.cpp | 128 if (GetConnectInfo(rawAddr.GetAddress()) == nullptr) { in Add() 129 infos_.insert(std::make_pair(rawAddr.GetAddress(), in Add() 130 AvrcCtConnectInfo(rawAddr.GetAddress(), in Add() 154 infos_.erase(rawAddr.GetAddress()); in Delete() 163 auto iter = infos_.find(rawAddr.GetAddress()); in GetConnectInfo() 245 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId() 259 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId() 273 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in EnableNotifyState() 290 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in DisableNotifyState() 309 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in IsNotifyStateEnabled() [all …]
|
H A D | avrcp_ct_state_machine.cpp | 67 if (GetPairOfStateMachine(rawAddr.GetAddress()) == nullptr) { in AddControlStateMachine() 89 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in AddBrowseStateMachine() 112 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeletePairOfStateMachine() 114 stateMachines_.erase(rawAddr.GetAddress()); in DeletePairOfStateMachine() 127 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeleteBrowseStateMachine() 142 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in SendMessageToControlStateMachine() 173 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in SendMessageToBrowseStateMachine() 209 return IsControlSpecifiedState(rawAddr.GetAddress(), AVRC_CT_SM_STATE_CONNECTED); in IsControlConnectedState() 223 return IsControlSpecifiedState(rawAddr.GetAddress(), AVRC_CT_SM_STATE_PENDING); in IsControlPendingState() 230 return IsBrowseSpecifiedState(rawAddr.GetAddress(), AVRC_CT_SM_STATE_PENDING); in IsBrowsePendingState() [all …]
|
H A D | avrcp_ct_service.cpp | 385 RawAddress peerAddr(rawAddr.GetAddress()); in Connect() 415 RawAddress peerAddr(rawAddr.GetAddress()); in Disconnect() 537 RawAddress peerAddr(rawAddr.GetAddress()); in PressButton() 593 RawAddress peerAddr(rawAddr.GetAddress()); in ReleaseButton() 653 RawAddress peerAddr(rawAddr.GetAddress()); in GetUnitInfo() 697 RawAddress peerAddr(rawAddr.GetAddress()); in GetSubUnitInfo() 745 RawAddress peerAddr(rawAddr.GetAddress()); in SetAddressedPlayer() 806 RawAddress peerAddr(rawAddr.GetAddress()); in SetBrowsedPlayer() 869 RawAddress peerAddr(rawAddr.GetAddress()); in GetSupportedCompanies() 897 RawAddress peerAddr(rawAddr.GetAddress()); in GetSupportedEvents() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 130 if (!data.WriteString(device.GetAddress())) { in GetDeviceState() 154 if (!data.WriteString(device.GetAddress())) { in Connect() 178 if (!data.WriteString(device.GetAddress())) { in Disconnect() 202 if (!data.WriteString(device.GetAddress())) { in PressButton() 231 if (!data.WriteString(device.GetAddress())) { in ReleaseButton() 260 if (!data.WriteString(device.GetAddress())) { in GetUnitInfo() 284 if (!data.WriteString(device.GetAddress())) { in GetSubUnitInfo() 308 if (!data.WriteString(device.GetAddress())) { in GetSupportedCompanies() 332 if (!data.WriteString(device.GetAddress())) { in GetSupportedEvents() 356 if (!data.WriteString(device.GetAddress())) { in GetPlayerAppSettingAttributes() [all …]
|
H A D | bluetooth_a2dp_src_proxy.cpp | 32 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in Connect() 48 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in Disconnect() 117 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in GetDeviceState() 138 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in GetPlayingState() 158 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in SetConnectStrategy() 175 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in GetConnectStrategy() 195 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in SetActiveSinkDevice() 230 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), codecStatus, "write device error"); in GetCodecStatus() 295 CHECK_AND_RETURN_LOG(data.WriteString(device.GetAddress()), "write device error"); in SwitchOptionalCodecs() 449 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), offloadStatus, "write device error… in GetOffloadCodecStatus() [all …]
|
H A D | bluetooth_a2dp_sink_proxy.cpp | 31 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in Connect() 47 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in Disconnect() 114 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in GetDeviceState() 130 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in GetPlayingState() 150 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in SetConnectStrategy() 167 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in GetConnectStrategy() 183 …CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write de… in SendDelay()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 29 if (!data.WriteString(rawAddr.GetAddress())) { in OnConnectionStateChanged() 61 if (!data.WriteString(rawAddr.GetAddress())) { in OnPressButton() 94 if (!data.WriteString(rawAddr.GetAddress())) { in OnReleaseButton() 127 if (!data.WriteString(rawAddr.GetAddress())) { in OnSetBrowsedPlayer() 175 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetCapabilities() 218 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingAttributes() 255 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingValues() 297 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingCurrentValue() 344 if (!data.WriteString(rawAddr.GetAddress())) { in OnSetPlayerAppSettingCurrentValue() 373 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingAttributeText() [all …]
|
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 28 if (!data.WriteString(device.GetAddress())) { in OnConnectionStateChanged() 60 if (!data.WriteString(device.GetAddress())) { in OnPlayingStatusChanged() 94 if (!data.WriteString(device.GetAddress())) { in OnConfigurationChanged() 127 if (!data.WriteString(device.GetAddress())) { in OnMediaStackChanged()
|
/ohos5.0/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_request_mock_test.cpp | 255 uint8_t endpointId = point.GetAddress(); 272 uint8_t endpointId = point.GetAddress(); 292 uint8_t endpointId = point.GetAddress(); 312 uint8_t endpointId = point.GetAddress(); 329 uint8_t endpointId = point.GetAddress(); 349 uint8_t endpointId = point.GetAddress(); 376 uint8_t endpointId = point.GetAddress(); 400 uint8_t endpointId = point.GetAddress(); 426 uint8_t endpointId = point.GetAddress(); 453 uint8_t endpointId = point.GetAddress(); [all …]
|
H A D | usb_bulkcallback_mock_test.cpp | 166 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 189 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 212 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 239 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 265 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 299 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 333 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 369 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 405 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; 439 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()}; [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 461 addr = RawAddress::ConvertToString(&vec[0]).GetAddress(); in SetLocalIrkAndIdentityAddrToBtm() 566 auto it = pimpl->peerConnDeviceList_.find(addr.GetAddress()); in ReadRemoteDeviceNameByGatt() 600 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in GetDeviceUuids() 647 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in StartPair() 672 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in CancelPairing() 706 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in RemovePairWithDisConnect() 736 pimpl->peerConnDeviceList_.erase(device.GetAddress()); in RemovePairWithDisConnect() 837 if (!BLE_INVALID_MAC_ADDRESS.compare(device.GetAddress())) { in SetDevicePasskey() 946 if (BLE_INVALID_MAC_ADDRESS == device.GetAddress()) { in SetDevicePairingConfirmation() 1139 … if ((!INVALID_MAC_ADDRESS.compare(rawAddr.GetAddress())) || (rawAddr.GetAddress().empty())) { in ReadPeerDeviceInfoFromConf() [all …]
|
H A D | ble_security.cpp | 433 … if ((!INVALID_MAC_ADDRESS.compare(rawAddr.GetAddress())) || (rawAddr.GetAddress().empty())) { in SavePairKeyNotify() 439 if (peerIdentityAddr.compare(peerAddr.GetAddress()) == 0) { in SavePairKeyNotify() 456 ret &= BleConfig::GetInstance().SetLocalEdivRand(addr.GetAddress(), in SaveLocalPairKey() 471 addr.GetAddress(), param.lePairKeyNotify_.localSignKey.counter); in SaveLocalPairKey() 483 ret &= BleConfig::GetInstance().SetPeerEdivRand(addr.GetAddress(), in SavePeerPairKey() 496 … addr.GetAddress(), param.lePairKeyNotify_.remoteIdKey.identityAddr.type, peerAddr.GetAddress()); in SavePeerPairKey() 507 addr.GetAddress(), param.lePairKeyNotify_.remoteSignKey.counter); in SavePeerPairKey() 537 std::string ltk = BleConfig::GetInstance().GetLocalLtk(addr.GetAddress()); in GapLeLocalEncryptionKeyReqEvent() 566 std::string ltk = BleConfig::GetInstance().GetPeerLtk(addr.GetAddress()); in GapLeRemoteEncryptionKeyReqEvent() 611 if (!BleConfig::GetInstance().GetLocalCsrk(addr.GetAddress()).empty()) { in GapRequestSigningAlgorithmInfoEvt() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 65 …if (strcmp(btAddr.GetAddress().c_str(), service->GetActiveSinkDevice().GetAddress().c_str()) == 0)… in OnConnectStateChanged() 578 RawAddress rawAddr(device.GetAddress()); in SetActiveSinkDevice() 599 if (strcmp(device.GetAddress().c_str(), activeDevice_.GetAddress().c_str()) == 0) { in SetActiveSinkDevice() 648 return config->RemoveProperty(device.GetAddress(), in SetConnectStrategy() 661 returnValue = config->SetValue(device.GetAddress(), in SetConnectStrategy() 690 if (!config->GetValue(device.GetAddress(), in GetConnectStrategy() 737 if (bdr.first == device.GetAddress().c_str()) { in GetCodecStatus() 755 std::string addr = device.GetAddress(); in SetCodecPreference() 758 addr = GetActiveSinkDevice().GetAddress(); in SetCodecPreference() 798 std::string addr = device.GetAddress(); in SwitchOptionalCodecs() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 49 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnConnectionStateChanged() 58 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnScoStateChanged() 68 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnCallChanged() 87 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnSignalStrengthChanged() 96 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnRegistrationStatusChanged() 105 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnRoamingStatusChanged() 115 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnOperatorSelectionChanged() 125 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnSubscriberNumberChanged() 135 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnVoiceRecognitionStatusChanged() 144 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0); in OnInBandRingToneChanged() [all …]
|
H A D | bluetooth_avrcp_ct.cpp | 62 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnConnectionStateChanged() 73 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnPressButton() 84 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnReleaseButton() 96 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnSetBrowsedPlayer() 112 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnGetCapabilities() 123 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnGetPlayerAppSettingAttributes() 136 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnGetPlayerAppSettingValues() 149 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnGetPlayerAppSettingCurrentValue() 160 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnSetPlayerAppSettingCurrentValue() 172 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR); in OnGetPlayerAppSettingAttributeText() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_socket_transport.cpp | 38 tranKey_ = parentTranKey + "-" + remoteBtAddr_.GetAddress(); in ObexSocketTransport() 124 keyStream << "-" << PrivateGetRemoteAddress().GetAddress(); in MakeTransportKey() 445 GetEncryptAddr(addr.GetAddress()).c_str()); in RejectConnection() 446 incomingConnectMap_.erase(addr.GetAddress()); in RejectConnection() 537 const std::string &strAddr = btAddr.GetAddress(); in ProcessOnConnectIncoming() 547 GetEncryptAddr(btAddr.GetAddress()).c_str()); in ProcessOnConnectIncoming() 561 std::string strAddr = btAddr.GetAddress(); in ProcessOnIncomingDisconnected() 576 std::string addr = it.second->GetRemoteAddress().GetAddress(); in ProcessOnConnected() 581 std::string strAddr = transport->GetRemoteAddress().GetAddress(); in ProcessOnConnected() 601 std::string addr = it.second->GetRemoteAddress().GetAddress(); in ProcessOnDisconnected() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 169 std::string address = device.GetAddress(); in Connect() 193 std::string address = device.GetAddress(); in Disconnect() 269 std::string address = device.GetAddress(); in ConnectSco() 291 std::string address = device.GetAddress(); in DisconnectSco() 330 std::string address = device.GetAddress(); in GetDeviceState() 348 std::string address = device.GetAddress(); in GetScoState() 365 std::string address = device.GetAddress(); in SendDTMFTone() 387 std::string address = device.GetAddress(); in GetCurrentCallList() 406 std::string address = device.GetAddress(); in AcceptIncomingCall() 421 std::string address = device.GetAddress(); in HoldActiveCall() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | hyperlink_composed_element.cpp | 27 { "address", [](const HyperlinkComposedElement& inspector) { return inspector.GetAddress(); } }, in __anon370ee5120202() 38 std::string("address: ").append(GetAddress())); in Dump() 54 std::string HyperlinkComposedElement::GetAddress() const in GetAddress() function in OHOS::Ace::V2::HyperlinkComposedElement 58 return node->GetAddress(); in GetAddress()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1027 auto it = devices_.find(device.GetAddress()); in FindRemoteDevice() 1232 auto it = devices_.find(device.GetAddress()); in UserConfirmAutoReply() 1639 auto it = devices_.find(device.GetAddress()); in GetDeviceName() 1653 auto it = devices_.find(device.GetAddress()); in GetDeviceUuids() 1747 auto it = devices_.find(device.GetAddress()); in IsAclConnected() 1760 auto it = devices_.find(device.GetAddress()); in IsAclEncrypted() 1778 auto it = devices_.find(device.GetAddress()); in IsBondedFromLocal() 1840 auto it = devices_.find(device.GetAddress()); in CancelPairing() 1868 auto it = devices_.find(device.GetAddress()); in RemovePair() 1922 auto it = devices_.find(device.GetAddress()); in GetPairState() [all …]
|