Home
last modified time | relevance | path

Searched refs:GetLocalAddr (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h40 virtual bool GetLocalAddr(unsigned char *mac, unsigned int len) = 0;
84 MOCK_METHOD(bool, GetLocalAddr, (unsigned char *mac, unsigned int len), (override));
183 EXPECT_CALL(mock_, GetLocalAddr).Times(expectCallCount_[GET_LOCAL_ADDR]); in Build()
H A Dbluetooth_mock.cpp108 ON_CALL(*this, GetLocalAddr).WillByDefault(BluetoothMock::ActionGetLocalAddr); in BluetoothMock()
404 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function
407 return BluetoothMock::GetMock()->GetLocalAddr(mac, len); in GetLocalAddr()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp74 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function
76 return MockBluetooth::GetMocker()->GetLocalAddr(mac, len); in GetLocalAddr()
H A Dbluetooth_mock.h35 virtual bool GetLocalAddr(unsigned char *mac, unsigned int len) = 0;
88 MOCK_METHOD(bool, GetLocalAddr, (unsigned char *mac, unsigned int len), (override));
H A Dsoftbus_adapter_bt_common_test.cpp91 …EXPECT_CALL(mocker, GetLocalAddr(mac.addr, BT_ADDR_LEN)).Times(2).WillOnce(Return(true)).WillOnce(…
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp93 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function
95 return MockBluetooth::GetMocker()->GetLocalAddr(mac, len); in GetLocalAddr()
H A Dbluetooth_mock.h35 virtual bool GetLocalAddr(unsigned char *mac, unsigned int len) = 0;
99 MOCK_METHOD(bool, GetLocalAddr, (unsigned char *mac, unsigned int len), (override));
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h138 bool GetLocalAddr(unsigned char *mac, unsigned int len);
/ohos5.0/foundation/communication/bluetooth/
H A DREADME_zh.md87 bool GetLocalAddr(unsigned char *mac, unsigned int len);
H A DREADME.md87 bool GetLocalAddr(unsigned char *mac, unsigned int len);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c265 if (!GetLocalAddr(mac->addr, BT_ADDR_LEN)) { in SoftBusGetBtMacAddr()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp387 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function