Searched refs:BleGattsStopService (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 218 int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle) in BleGattsStopService() function 220 return MockBluetooth::GetMocker()->BleGattsStopService(serverId, srvcHandle); in BleGattsStopService()
|
H A D | bluetooth_mock.h | 73 virtual int BleGattsStopService(int serverId, int srvcHandle) = 0; 130 MOCK_METHOD(int32_t, BleGattsStopService, (int serverId, int srvcHandle), (override));
|
H A D | softbus_adapter_ble_gatt_server_test.cpp | 101 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 D | ohos_bt_gatt_server.h | 220 * @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 D | bluetooth_mock.cpp | 269 int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle) in BleGattsStopService() function 271 return MockBluetooth::GetMocker()->BleGattsStopService(serverId, srvcHandle); in BleGattsStopService()
|
H A D | bluetooth_mock.h | 82 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 D | softbus_adapter_ble_gatt_server.c | 176 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 D | ohos_bt_gatt_server.cpp | 917 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() function
|
Completed in 8 milliseconds