Searched refs:GetLocalAddr (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 40 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 D | bluetooth_mock.cpp | 108 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 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(…
|
/ohos5.0/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; 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 D | ohos_bt_gap.h | 138 bool GetLocalAddr(unsigned char *mac, unsigned int len);
|
/ohos5.0/foundation/communication/bluetooth/ |
H A D | README_zh.md | 87 bool GetLocalAddr(unsigned char *mac, unsigned int len);
|
H A D | README.md | 87 bool GetLocalAddr(unsigned char *mac, unsigned int len);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 265 if (!GetLocalAddr(mac->addr, BT_ADDR_LEN)) { in SoftBusGetBtMacAddr()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 387 bool GetLocalAddr(unsigned char *mac, unsigned int len) in GetLocalAddr() function
|