Searched refs:randomAddr (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 99 int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) override; 100 int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 124 virtual int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) = 0; 125 … virtual int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) = 0;
|
/ohos5.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;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 748 int GetRandomAddress(const std::string &realAddr, std::string &randomAddr) const;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.cpp | 1106 const std::string &randomAddr) in StoreWifiMacAddrPairInfo() argument 1117 if (randomAddr.empty()) { in StoreWifiMacAddrPairInfo() 1120 randomMacAddr = randomAddr; in StoreWifiMacAddrPairInfo() 1123 __func__, type, realMacAddr.c_str(), randomAddr.c_str(), randomMacAddr.c_str()); in StoreWifiMacAddrPairInfo()
|
H A D | wifi_config_center.h | 303 const std::string &randomAddr);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 114 const std::string &randomAddr) = 0; 288 const std::string &randomAddr));
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1530 int32_t BluetoothHostProxy::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) in GetRandomAddress() argument 1548 randomAddr = reply.ReadString(); in GetRandomAddress() 1552 …t BluetoothHostProxy::SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) in SyncRandomAddress() argument 1563 if (!data.WriteString(randomAddr)) { in SyncRandomAddress()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1812 int32_t BluetoothHostServer::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) in GetRandomAddress() argument 1817 … BluetoothHostServer::SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) in SyncRandomAddress() argument
|