Home
last modified time | relevance | path

Searched refs:INVALID_MAC_ADDRESS (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_sensing_info.h28 : 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_(INVALID_PKGNAME), 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), interval_(0) in SensingInfo()
H A Dbt_def.h166 constexpr const char *INVALID_MAC_ADDRESS = "00:00:00:00:00:00"; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.cpp39 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 Dmac_address.h55 * @return Parameter invalid, the invalid object INVALID_MAC_ADDRESS is returned.
64 * @return Parameter invalid, the invalid object INVALID_MAC_ADDRESS is returned.
78 static const MacAddress INVALID_MAC_ADDRESS; /* Invalid MAC Address Object Constant */ member in OHOS::Wifi::MacAddress
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h55 std::string deviceAddr_ = INVALID_MAC_ADDRESS;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp190 std::string remoteAddr = INVALID_MAC_ADDRESS; in PairDevice()
218 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetRemoteDeviceName()
235 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetRemoteDeviceClass()
459 std::string remoteAddr = INVALID_MAC_ADDRESS; in PairDeviceAsync()
529 std::string remoteAddr = INVALID_MAC_ADDRESS; in PairCredibleDevice()
606 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetPairState()
624 std::string remoteAddr = INVALID_MAC_ADDRESS; in ConnectAllowedProfiles()
643 std::string remoteAddr = INVALID_MAC_ADDRESS; in DisconnectAllowedProfiles()
662 std::string remoteAddr = INVALID_MAC_ADDRESS; in GetRemoteProductId()
736 std::string remoteAddr = INVALID_MAC_ADDRESS; in SetRemoteDeviceType()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dmac_address_test.cpp47 EXPECT_TRUE(MacAddress::Create(hwAddr) == MacAddress::INVALID_MAC_ADDRESS); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h325 std::string macAddr_ {INVALID_MAC_ADDRESS};
H A Dclassic_remote_device.h399 std::string macAddr_ {INVALID_MAC_ADDRESS};
H A Dclassic_adapter.h1081 std::string remoteNameAddr_ {INVALID_MAC_ADDRESS};
H A Dclassic_adapter.cpp247 if (addr.empty() || addr == INVALID_MAC_ADDRESS) { in LoadPairedDeviceInfo()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp601 CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, BT_ERR_INVALID_PARAM, "invaild mac"); in OffloadStartPlaying()
613 CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, BT_ERR_INVALID_PARAM, "invaild mac"); in OffloadStopPlaying()
625 CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, A2DP_STREAM_ENCODE_UNKNOWN, "invaild mac"); in A2dpOffloadSessionRequest()
675 CHECK_AND_RETURN_LOG_RET(device.GetDeviceAddr() != INVALID_MAC_ADDRESS, ret, "invaild mac"); in GetOffloadCodecStatus()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp201 std::string localAddr = INVALID_MAC_ADDRESS; in GetLocalAddress()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp757 if (!strcmp(INVALID_MAC_ADDRESS, device.GetAddress().c_str())) { in SetCodecPreference()
760 if (!strcmp(INVALID_MAC_ADDRESS, addr.c_str())) { in SetCodecPreference()
799 if (!strcmp(INVALID_MAC_ADDRESS, device.GetAddress().c_str())) { in SwitchOptionalCodecs()
802 if (!strcmp(INVALID_MAC_ADDRESS, addr.c_str())) { in SwitchOptionalCodecs()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp395 std::string localAddress = INVALID_MAC_ADDRESS; in GetLocalAddr()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp685 std::string deviceId = INVALID_MAC_ADDRESS; in EnableAutoPlay()
723 std::string deviceId = INVALID_MAC_ADDRESS; in DisableAutoPlay()
743 std::string deviceId = INVALID_MAC_ADDRESS; in GetAutoPlayDisabledDuration()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp451 std::string invalidMacAddress(INVALID_MAC_ADDRESS); in SetLocalIrkAndIdentityAddrToBtm()
1107 std::string invalidMacAddress(INVALID_MAC_ADDRESS); in ReadPeerDeviceInfoFromConf()
1193 std::string invalidMacAddress(INVALID_MAC_ADDRESS); in SavePeerDevices2BTM()
H A Dble_security.cpp433 std::string invalidMacAddress(INVALID_MAC_ADDRESS); in SavePairKeyNotify()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h166 constexpr const char *INVALID_MAC_ADDRESS = "00:00:00:00:00:00"; member

Completed in 24 milliseconds