Home
last modified time | relevance | path

Searched refs:SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp101 EXPECT_CALL(bleMock, SoftBusGattsStopService).WillRepeatedly(Return(SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR)); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h679 SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR = SOFTBUS_CONN_ERR_BASE + 61, enumerator
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h628 SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR = SOFTBUS_CONN_ERR_BASE + 61, enumerator
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp319 ASSERT_EQ(SoftBusGattsStopService(MOCK_GATT_SERVICE_HANDLE), SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR); in HWTEST_F() local
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c178 return SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR; in SoftBusGattsStopService()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c722 status = SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STOP_ERR; in ConnGattServerStopService()

Completed in 16 milliseconds