Searched refs:BleGattcDisconnect (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_mock.cpp | 54 int32_t BleGattcDisconnect(int32_t clientId) in BleGattcDisconnect() function 56 return GetConnectionBleInterface()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
|
H A D | connection_ble_mock.h | 43 virtual int32_t BleGattcDisconnect(int32_t clientId) = 0; 62 MOCK_METHOD1(BleGattcDisconnect, int32_t (int));
|
H A D | connection_ble_manager_mock.h | 81 MOCK_METHOD1(BleGattcDisconnect, int(int));
|
/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | ble_service_connection_test.cpp | 245 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 D | bluetooth_mock.cpp | 135 int32_t BleGattcDisconnect(int32_t clientId) in BleGattcDisconnect() function 137 return MockBluetooth::GetMocker()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
|
H A D | bluetooth_mock.h | 53 virtual int BleGattcDisconnect(int clientId) = 0; 107 MOCK_METHOD(int32_t, BleGattcDisconnect, (int clientId), (override));
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 86 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 D | ohos_bt_gatt_client.h | 215 int BleGattcDisconnect(int clientId);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 186 int32_t BleGattcDisconnect(int32_t clientId) in BleGattcDisconnect() function 188 return MockBluetooth::GetMocker()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
|
H A D | bluetooth_mock.h | 60 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 D | softbus_adapter_ble_gatt_client.c | 347 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 D | ohos_bt_gatt_client.cpp | 503 int BleGattcDisconnect(int clientId) in BleGattcDisconnect() function
|
Completed in 7 milliseconds