Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp218 int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle) in BleGattsStopService() function
220 return MockBluetooth::GetMocker()->BleGattsStopService(serverId, srvcHandle); in BleGattsStopService()
H A Dbluetooth_mock.h73 virtual int BleGattsStopService(int serverId, int srvcHandle) = 0;
130 MOCK_METHOD(int32_t, BleGattsStopService, (int serverId, int srvcHandle), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp101 EXPECT_CALL(mocker, BleGattsStopService).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
318 EXPECT_CALL(mocker, BleGattsStopService).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
321 EXPECT_CALL(mocker, BleGattsStopService).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.h220 * @brief Called when a service is stopped via {@link BleGattsStopService}.
534 int BleGattsStopService(int serverId, int srvcHandle);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp269 int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle) in BleGattsStopService() function
271 return MockBluetooth::GetMocker()->BleGattsStopService(serverId, srvcHandle); in BleGattsStopService()
H A Dbluetooth_mock.h82 virtual int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle) = 0;
153 MOCK_METHOD(int32_t, BleGattsStopService, (int32_t serverId, int32_t srvcHandle), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c176 if (BleGattsStopService(g_halServerId, srvcHandle) != SOFTBUS_OK) { in SoftBusGattsStopService()
177 CONN_LOGE(CONN_BLE, "BleGattsStopService return error"); in SoftBusGattsStopService()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp917 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() function

Completed in 8 milliseconds