Searched refs:SoftBusGattsStopService (Results 1 – 8 of 8) sorted by relevance
64 int SoftBusGattsStopService(int srvcHandle) in SoftBusGattsStopService() function66 return GetConnectionBleInterface()->SoftBusGattsStopService(srvcHandle); in SoftBusGattsStopService()
44 virtual int SoftBusGattsStopService(int srvcHandle) = 0;62 MOCK_METHOD1(SoftBusGattsStopService, int (int));
84 MOCK_METHOD1(SoftBusGattsStopService, int(int));
307 HWTEST_F(AdapterBleGattServerTest, SoftBusGattsStopService, TestSize.Level3)319 …ASSERT_EQ(SoftBusGattsStopService(MOCK_GATT_SERVICE_HANDLE), SOFTBUS_CONN_BLE_UNDERLAY_SERVICE_STO…322 ASSERT_EQ(SoftBusGattsStopService(MOCK_GATT_SERVICE_HANDLE), SOFTBUS_OK);628 ASSERT_EQ(SoftBusGattsStopService(MOCK_GATT_SERVER_HANDLE), SOFTBUS_OK);
161 int SoftBusGattsStopService(int srvcHandle);
101 …EXPECT_CALL(bleMock, SoftBusGattsStopService).WillRepeatedly(Return(SOFTBUS_CONN_BLE_UNDERLAY_SERV…
160 int SoftBusGattsStopService(int srvcHandle) in SoftBusGattsStopService() function
719 status = SoftBusGattsStopService(serviceHandle); in ConnGattServerStopService()