Searched refs:realAddr (Results 1 - 7 of 7) 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 | 724 * @param realAddr real address. 729 int GetRandomAddress(const std::string &realAddr, std::string &randomAddr) const;
|
/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 1552 if (!data.WriteString(realAddr)) { in GetRandomAddress() 1553 HILOGE("BluetoothHostProxy::GetRandomAddress Write realAddr error"); in GetRandomAddress() 1567 int32_t BluetoothHostProxy::SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) in SyncRandomAddress() argument 1574 if (!data.WriteString(realAddr)) { in SyncRandomAddress() 1575 HILOGE("BluetoothHostProxy::SyncRandomAddress Write realAddr 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() argument 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 10 milliseconds