/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_sensing_info.h | 28 …: addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME… in SensingInfo() 40 …: addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(resourceId), pkgName_(INVALI… in SensingInfo() 49 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(pkgName), in SensingInfo() 57 …: addr_(INVALID_MAC_ADDRESS), uuid_(uuid), resourceId_(0), pkgName_(pkgName), isServer_(false), in… in SensingInfo()
|
H A D | bt_def.h | 188 const std::string INVALID_MAC_ADDRESS = "00:00:00:00:00:00"; variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | mac_address.cpp | 39 const MacAddress MacAddress::INVALID_MAC_ADDRESS = MacAddress(INVALID_MAC); member in OHOS::Wifi::MacAddress 47 if (INVALID_MAC_ADDRESS.GetMacAddressWifiString() == mac) { in IsValidMac() 77 return INVALID_MAC_ADDRESS; in Create() 93 return INVALID_MAC_ADDRESS; in Create()
|
H A D | mac_address.h | 78 static const MacAddress INVALID_MAC_ADDRESS; /* Invalid MAC Address Object Constant */ variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 159 std::string remoteAddr = INVALID_MAC_ADDRESS; in PairDevice() 187 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetRemoteDeviceName() 204 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetRemoteDeviceClass() 428 std::string remoteAddr = INVALID_MAC_ADDRESS; in PairDeviceAsync() 498 std::string remoteAddr = INVALID_MAC_ADDRESS; in PairCredibleDevice() 575 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetPairState() 593 std::string remoteAddr = INVALID_MAC_ADDRESS; in ConnectAllowedProfiles() 612 std::string remoteAddr = INVALID_MAC_ADDRESS; in DisconnectAllowedProfiles() 631 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetRemoteProductId() 705 std::string remoteAddr = INVALID_MAC_ADDRESS; in SetRemoteDeviceType() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_client_callback.h | 55 std::string deviceAddr_ = INVALID_MAC_ADDRESS;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | mac_address_test.cpp | 47 EXPECT_TRUE(MacAddress::Create(hwAddr) == MacAddress::INVALID_MAC_ADDRESS);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 320 std::string macAddr_ {INVALID_MAC_ADDRESS};
|
H A D | classic_remote_device.h | 399 std::string macAddr_ {INVALID_MAC_ADDRESS};
|
H A D | classic_adapter.h | 1074 std::string remoteNameAddr_ {INVALID_MAC_ADDRESS};
|
H A D | classic_adapter.cpp | 247 if (addr.empty() || addr == INVALID_MAC_ADDRESS) { in LoadPairedDeviceInfo()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 604 …CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, BT_ERR_INVALID_PARAM, "inv… in OffloadStartPlaying() 616 …CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, BT_ERR_INVALID_PARAM, "inv… in OffloadStopPlaying() 628 …CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, A2DP_STREAM_ENCODE_UNKNOWN… in A2dpOffloadSessionRequest() 678 CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, ret, "invaild mac"); in GetOffloadCodecStatus()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access.cpp | 174 std::string localAddr = INVALID_MAC_ADDRESS; in GetLocalAddress()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 757 if (!strcmp(INVALID_MAC_ADDRESS.c_str(), device.GetAddress().c_str())) { in SetCodecPreference() 760 if (!strcmp(INVALID_MAC_ADDRESS.c_str(), addr.c_str())) { in SetCodecPreference() 799 if (!strcmp(INVALID_MAC_ADDRESS.c_str(), device.GetAddress().c_str())) { in SwitchOptionalCodecs() 802 if (!strcmp(INVALID_MAC_ADDRESS.c_str(), addr.c_str())) { in SwitchOptionalCodecs()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 689 std::string deviceId = INVALID_MAC_ADDRESS; in EnableAutoPlay() 727 std::string deviceId = INVALID_MAC_ADDRESS; in DisableAutoPlay() 747 std::string deviceId = INVALID_MAC_ADDRESS; in GetAutoPlayDisabledDuration()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 398 std::string localAddress = INVALID_MAC_ADDRESS; in GetLocalAddr()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 458 if ((addr.empty()) || (INVALID_MAC_ADDRESS.compare(addr) == 0)) { in SetLocalIrkAndIdentityAddrToBtm() 1139 … if ((!INVALID_MAC_ADDRESS.compare(rawAddr.GetAddress())) || (rawAddr.GetAddress().empty())) { in ReadPeerDeviceInfoFromConf() 1225 … if ((INVALID_MAC_ADDRESS.compare(device.GetAddress()) == 0) || (device.GetAddress().empty()) || in SavePeerDevices2BTM()
|
H A D | ble_security.cpp | 433 … if ((!INVALID_MAC_ADDRESS.compare(rawAddr.GetAddress())) || (rawAddr.GetAddress().empty())) { in SavePairKeyNotify()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 190 const std::string INVALID_MAC_ADDRESS = "00:00:00:00:00:00"; variable
|