Home
last modified time | relevance | path

Searched refs:SoftBusGattsStartService (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.cpp119 int SoftBusGattsStartService(int srvcHandle) in SoftBusGattsStartService() function
121 return GetConnectionBleInterface()->SoftBusGattsStartService(srvcHandle); in SoftBusGattsStartService()
H A Dconnection_ble_manager_mock.h54 virtual int SoftBusGattsStartService(int srvcHandle) = 0;
102 MOCK_METHOD(int, SoftBusGattsStartService, (int), (override));
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp283 HWTEST_F(AdapterBleGattServerTest, SoftBusGattsStartService, TestSize.Level3)
295 …ASSERT_EQ(SoftBusGattsStartService(MOCK_GATT_SERVICE_HANDLE), SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_ST…
298 ASSERT_EQ(SoftBusGattsStartService(MOCK_GATT_SERVICE_HANDLE), SOFTBUS_OK);
517 ASSERT_EQ(SoftBusGattsStartService(MOCK_GATT_SERVICE_HANDLE), SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h160 int SoftBusGattsStartService(int srvcHandle);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c148 int SoftBusGattsStartService(int srvcHandle) in SoftBusGattsStartService() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c532 rc = SoftBusGattsStartService(ctx->srvcHandle); in BleConnDescriptorAddMsgHandler()