Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp223 int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) in BleGattsDeleteService() function
225 return MockBluetooth::GetMocker()->BleGattsDeleteService(serverId, srvcHandle); in BleGattsDeleteService()
H A Dbluetooth_mock.h74 virtual int BleGattsDeleteService(int serverId, int srvcHandle) = 0;
131 MOCK_METHOD(int32_t, BleGattsDeleteService, (int serverId, int srvcHandle), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp102 EXPECT_CALL(mocker, BleGattsDeleteService).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
342 EXPECT_CALL(mocker, BleGattsDeleteService).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
345 EXPECT_CALL(mocker, BleGattsDeleteService).Times(1).WillOnce(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h227 * @brief Called when a service is deleted via {@link BleGattsDeleteService}.
545 int BleGattsDeleteService(int serverId, int srvcHandle);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp274 int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) in BleGattsDeleteService() function
276 return MockBluetooth::GetMocker()->BleGattsDeleteService(serverId, srvcHandle); in BleGattsDeleteService()
H A Dbluetooth_mock.h83 virtual int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) = 0;
154 MOCK_METHOD(int32_t, BleGattsDeleteService, (int32_t serverId, int32_t srvcHandle), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c189 if (BleGattsDeleteService(g_halServerId, srvcHandle) != SOFTBUS_OK) { in SoftBusGattsDeleteService()
190 CONN_LOGE(CONN_BLE, "BleGattsDeleteService return error"); in SoftBusGattsDeleteService()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp953 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() function

Completed in 8 milliseconds