Searched refs:BleGattcSearchServices (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 140 int32_t BleGattcSearchServices(int32_t clientId) in BleGattcSearchServices() function 142 return MockBluetooth::GetMocker()->BleGattcSearchServices(clientId); in BleGattcSearchServices()
|
H A D | bluetooth_mock.h | 54 virtual int BleGattcSearchServices(int clientId) = 0; 108 MOCK_METHOD(int32_t, BleGattcSearchServices, (int clientId), (override));
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 87 EXPECT_CALL(mocker, BleGattcSearchServices).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll() 182 EXPECT_CALL(mocker, BleGattcSearchServices).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F() 185 EXPECT_CALL(mocker, BleGattcSearchServices).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_client.h | 78 * @brief Invoked in response to BleGattcSearchServices when the GATT service discovery has been completed. 223 int BleGattcSearchServices(int clientId);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 191 int32_t BleGattcSearchServices(int32_t clientId) in BleGattcSearchServices() function 193 return MockBluetooth::GetMocker()->BleGattcSearchServices(clientId); in BleGattcSearchServices()
|
H A D | bluetooth_mock.h | 61 virtual int32_t BleGattcSearchServices(int32_t clientId) = 0; 128 MOCK_METHOD(int32_t, BleGattcSearchServices, (int32_t clientId), (override));
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 357 int32_t status = BleOhosStatusToSoftBus(BleGattcSearchServices(clientId)); in SoftbusGattcSearchServices()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 529 int BleGattcSearchServices(int clientId) in BleGattcSearchServices() function 532 HILOGI("BleGattcSearchServices start, clientId: %{public}d", clientId); in BleGattcSearchServices()
|
Completed in 6 milliseconds