Searched refs:ConnGattServerStartService (Results 1 – 8 of 8) sorted by relevance
165 int32_t ConnGattServerStartService() in ConnGattServerStartService() function167 return GetConnectionBleInterface()->ConnGattServerStartService(); in ConnGattServerStartService()
64 virtual int32_t ConnGattServerStartService() = 0;111 MOCK_METHOD(int32_t, ConnGattServerStartService, (), (override));
31 int32_t ConnGattServerStartService(void);
29 .bleServerStartService = ConnGattServerStartService,
174 int32_t ConnGattServerStartService(void) in ConnGattServerStartService() function
85 ret = ConnGattServerStartService();
190 EXPECT_CALL(bleMock, ConnGattServerStartService).WillOnce(Return(SOFTBUS_OK));504 EXPECT_CALL(bleMock, ConnGattServerStartService)
42 int32_t ConnGattServerStartService(void) in ConnGattServerStartService() function