Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp140 int32_t BleGattcSearchServices(int32_t clientId) in BleGattcSearchServices() function
142 return MockBluetooth::GetMocker()->BleGattcSearchServices(clientId); in BleGattcSearchServices()
H A Dbluetooth_mock.h54 virtual int BleGattcSearchServices(int clientId) = 0;
108 MOCK_METHOD(int32_t, BleGattcSearchServices, (int clientId), (override));
H A Dsoftbus_adapter_ble_gatt_client_test.cpp87 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 Dohos_bt_gatt_client.h78 * @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 Dbluetooth_mock.cpp191 int32_t BleGattcSearchServices(int32_t clientId) in BleGattcSearchServices() function
193 return MockBluetooth::GetMocker()->BleGattcSearchServices(clientId); in BleGattcSearchServices()
H A Dbluetooth_mock.h61 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 Dsoftbus_adapter_ble_gatt_client.c357 int32_t status = BleOhosStatusToSoftBus(BleGattcSearchServices(clientId)); in SoftbusGattcSearchServices()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp529 int BleGattcSearchServices(int clientId) in BleGattcSearchServices() function
532 HILOGI("BleGattcSearchServices start, clientId: %{public}d", clientId); in BleGattcSearchServices()

Completed in 7 milliseconds