Home
last modified time | relevance | path

Searched refs:BleGattcDisconnect (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp54 int32_t BleGattcDisconnect(int32_t clientId) in BleGattcDisconnect() function
56 return GetConnectionBleInterface()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
H A Dconnection_ble_mock.h43 virtual int32_t BleGattcDisconnect(int32_t clientId) = 0;
62 MOCK_METHOD1(BleGattcDisconnect, int32_t (int));
H A Dconnection_ble_manager_mock.h81 MOCK_METHOD1(BleGattcDisconnect, int(int));
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp245 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_INVALID_PARAM)); in HWTEST_F()
252 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
363 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_GATTC_INTERFACE_FAILED)); in HWTEST_F()
368 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
373 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_GATTC_INTERFACE_FAILED)); in HWTEST_F()
378 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
383 EXPECT_CALL(bleMock, BleGattcDisconnect).WillRepeatedly(Return(SOFTBUS_GATTC_INTERFACE_FAILED)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp135 int32_t BleGattcDisconnect(int32_t clientId) in BleGattcDisconnect() function
137 return MockBluetooth::GetMocker()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
H A Dbluetooth_mock.h53 virtual int BleGattcDisconnect(int clientId) = 0;
107 MOCK_METHOD(int32_t, BleGattcDisconnect, (int clientId), (override));
H A Dsoftbus_adapter_ble_gatt_client_test.cpp86 EXPECT_CALL(mocker, BleGattcDisconnect).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
165 EXPECT_CALL(mocker, BleGattcDisconnect).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
168 EXPECT_CALL(mocker, BleGattcDisconnect).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h215 int BleGattcDisconnect(int clientId);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp186 int32_t BleGattcDisconnect(int32_t clientId) in BleGattcDisconnect() function
188 return MockBluetooth::GetMocker()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
H A Dbluetooth_mock.h60 virtual int32_t BleGattcDisconnect(int32_t clientId) = 0;
127 MOCK_METHOD(int32_t, BleGattcDisconnect, (int32_t clientId), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c347 if (BleGattcDisconnect(clientId) != SOFTBUS_OK) { in SoftbusBleGattcDisconnect()
348 CONN_LOGE(CONN_BLE, "BleGattcDisconnect error"); in SoftbusBleGattcDisconnect()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp503 int BleGattcDisconnect(int clientId) in BleGattcDisconnect() function

Completed in 7 milliseconds