Searched refs:BleGattcGetService (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 145 bool BleGattcGetService(int32_t clientId, BtUuid serviceUuid) in BleGattcGetService() function 147 return MockBluetooth::GetMocker()->BleGattcGetService(clientId, serviceUuid); in BleGattcGetService()
|
H A D | bluetooth_mock.h | 55 virtual bool BleGattcGetService(int clientId, BtUuid serviceUuid) = 0; 109 MOCK_METHOD(bool, BleGattcGetService, (int clientId, BtUuid serviceUuid), (override));
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 88 EXPECT_CALL(mocker, BleGattcGetService).WillRepeatedly(Return(true)); in MockAll() 205 EXPECT_CALL(mocker, BleGattcGetService).Times(1).WillOnce(Return(false)); in HWTEST_F() 208 EXPECT_CALL(mocker, BleGattcGetService).WillRepeatedly(Return(true)); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_client.h | 232 bool BleGattcGetService(int clientId, BtUuid serviceUuid);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 196 bool BleGattcGetService(int32_t clientId, BtUuid serviceUuid) in BleGattcGetService() function 198 return MockBluetooth::GetMocker()->BleGattcGetService(clientId, serviceUuid); in BleGattcGetService()
|
H A D | bluetooth_mock.h | 62 virtual bool BleGattcGetService(int32_t clientId, BtUuid serviceUuid) = 0; 129 MOCK_METHOD(bool, BleGattcGetService, (int32_t clientId, BtUuid serviceUuid), (override));
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 380 if (!BleGattcGetService(clientId, btUuid)) { in SoftbusGattcGetService() 381 CONN_LOGE(CONN_BLE, "BleGattcGetService error"); in SoftbusGattcGetService()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 558 bool BleGattcGetService(int clientId, BtUuid serviceUuid) in BleGattcGetService() function
|
Completed in 6 milliseconds