Searched refs:randomAddr (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 126 virtual int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) = 0; 127 virtual int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 121 int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) override; 122 int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 101 int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) override; 102 int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 725 * @param[out] randomAddr random address. 729 int GetRandomAddress(const std::string &realAddr, std::string &randomAddr) const;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.cpp | 1111 const std::string &randomAddr) in StoreWifiMacAddrPairInfo() 1122 if (randomAddr.empty()) { in StoreWifiMacAddrPairInfo() 1125 randomMacAddr = randomAddr; in StoreWifiMacAddrPairInfo() 1127 LOGD("%{public}s: type:%{public}d, address:%{private}s, randomAddr:%{private}s, randomMacAddr:%{private}s", in StoreWifiMacAddrPairInfo() 1128 __func__, type, realMacAddr.c_str(), randomAddr.c_str(), randomMacAddr.c_str()); in StoreWifiMacAddrPairInfo() 1110 StoreWifiMacAddrPairInfo(WifiMacAddrInfoType type, const std::string &realMacAddr, const std::string &randomAddr) StoreWifiMacAddrPairInfo() argument
|
H A D | wifi_config_center.h | 303 const std::string &randomAddr);
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 152 const std::string &randomAddr) = 0; 283 const std::string &randomAddr));
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 116 const std::string &randomAddr) = 0;
292 const std::string &randomAddr));
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1545 int32_t BluetoothHostProxy::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) in GetRandomAddress() argument 1563 randomAddr = reply.ReadString(); in GetRandomAddress() 1567 int32_t BluetoothHostProxy::SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) in SyncRandomAddress() argument 1578 if (!data.WriteString(randomAddr)) { in SyncRandomAddress() 1579 HILOGE("BluetoothHostProxy::SyncRandomAddress Write randomAddr error"); in SyncRandomAddress()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 1149 int BluetoothHost::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) const in GetRandomAddress() 1151 randomAddr = realAddr; in GetRandomAddress()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1791 int32_t BluetoothHostServer::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) in GetRandomAddress() argument 1796 int32_t BluetoothHostServer::SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) in SyncRandomAddress() argument
|
Completed in 18 milliseconds