Searched refs:BleGattsDeleteService (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 223 int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) in BleGattsDeleteService() function 225 return MockBluetooth::GetMocker()->BleGattsDeleteService(serverId, srvcHandle); in BleGattsDeleteService()
|
H A D | bluetooth_mock.h | 74 virtual int BleGattsDeleteService(int serverId, int srvcHandle) = 0; 131 MOCK_METHOD(int32_t, BleGattsDeleteService, (int serverId, int srvcHandle), (override));
|
H A D | softbus_adapter_ble_gatt_server_test.cpp | 102 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 D | ohos_bt_gatt_server.h | 227 * @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 D | bluetooth_mock.cpp | 274 int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) in BleGattsDeleteService() function 276 return MockBluetooth::GetMocker()->BleGattsDeleteService(serverId, srvcHandle); in BleGattsDeleteService()
|
H A D | bluetooth_mock.h | 83 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 D | softbus_adapter_ble_gatt_server.c | 189 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 D | ohos_bt_gatt_server.cpp | 953 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() function
|
Completed in 8 milliseconds