Home
last modified time | relevance | path

Searched refs:BleGattcGetService (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp145 bool BleGattcGetService(int32_t clientId, BtUuid serviceUuid) in BleGattcGetService() function
147 return MockBluetooth::GetMocker()->BleGattcGetService(clientId, serviceUuid); in BleGattcGetService()
H A Dbluetooth_mock.h55 virtual bool BleGattcGetService(int clientId, BtUuid serviceUuid) = 0;
109 MOCK_METHOD(bool, BleGattcGetService, (int clientId, BtUuid serviceUuid), (override));
H A Dsoftbus_adapter_ble_gatt_client_test.cpp88 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 Dohos_bt_gatt_client.h232 bool BleGattcGetService(int clientId, BtUuid serviceUuid);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp196 bool BleGattcGetService(int32_t clientId, BtUuid serviceUuid) in BleGattcGetService() function
198 return MockBluetooth::GetMocker()->BleGattcGetService(clientId, serviceUuid); in BleGattcGetService()
H A Dbluetooth_mock.h62 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 Dsoftbus_adapter_ble_gatt_client.c380 if (!BleGattcGetService(clientId, btUuid)) { in SoftbusGattcGetService()
381 CONN_LOGE(CONN_BLE, "BleGattcGetService error"); in SoftbusGattcGetService()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp558 bool BleGattcGetService(int clientId, BtUuid serviceUuid) in BleGattcGetService() function

Completed in 6 milliseconds