Home
last modified time | relevance | path

Searched refs:SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp86 EXPECT_EQ(SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR, ret); in HWTEST_F()
H A Dconnection_ble_manager_test.cpp505 .WillOnce(Return(SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR)); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h671 SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR = SOFTBUS_CONN_ERR_BASE + 53, enumerator
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h620 SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR = SOFTBUS_CONN_ERR_BASE + 53, enumerator
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp194 ASSERT_EQ(SoftBusGattsAddService(service, true, 1), SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR); in HWTEST_F() local
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c108 return SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR; in SoftBusGattsAddService()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c203 return SOFTBUS_CONN_BLE_UNDERLAY_SERVER_ADD_SERVICE_ERR; in ConnGattServerStartService()

Completed in 16 milliseconds