Searched refs:GetLocalAddr (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 40 virtual bool GetLocalAddr(unsigned char *mac, uint32_t len) = 0; 84 MOCK_METHOD(bool, GetLocalAddr, (unsigned char *mac, uint32_t len), (override)); 183 EXPECT_CALL(mock_, GetLocalAddr).Times(expectCallCount_[GET_LOCAL_ADDR]); in Build()
|
H A D | bluetooth_mock.cpp | 105 ON_CALL(*this, GetLocalAddr).WillByDefault(BluetoothMock::ActionGetLocalAddr); in BluetoothMock() 401 bool GetLocalAddr(unsigned char *mac, uint32_t len) in GetLocalAddr() function 404 return BluetoothMock::GetMock()->GetLocalAddr(mac, len); in GetLocalAddr()
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 74 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function 76 return MockBluetooth::GetMocker()->GetLocalAddr(mac, len); in GetLocalAddr()
|
H A D | bluetooth_mock.h | 35 virtual bool GetLocalAddr(unsigned char *mac, unsigned int len) = 0; 88 MOCK_METHOD(bool, GetLocalAddr, (unsigned char *mac, unsigned int len), (override));
|
H A D | softbus_adapter_bt_common_test.cpp | 91 EXPECT_CALL(mocker, GetLocalAddr(mac.addr, BT_ADDR_LEN)).Times(2).WillOnce(Return(true)).WillOnce(Return(false)); in HWTEST()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gap.h | 138 bool GetLocalAddr(unsigned char *mac, unsigned int len);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 93 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function 95 return MockBluetooth::GetMocker()->GetLocalAddr(mac, len); in GetLocalAddr()
|
H A D | bluetooth_mock.h | 35 virtual bool GetLocalAddr(unsigned char *mac, unsigned int len) = 0; 101 MOCK_METHOD(bool, GetLocalAddr, (unsigned char *mac, unsigned int len), (override));
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 263 if (!GetLocalAddr(mac->addr, BT_ADDR_LEN)) { in SoftBusGetBtMacAddr()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 384 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function
|
Completed in 7 milliseconds