Searched refs:ConnGattInitClientModule (Results 1 – 6 of 6) sorted by relevance
190 int32_t ConnGattInitClientModule(SoftBusLooper *looper, const ConnBleClientEventListener *listener) in ConnGattInitClientModule() function192 return GetConnectionBleInterface()->ConnGattInitClientModule(looper, listener); in ConnGattInitClientModule()
70 …virtual int32_t ConnGattInitClientModule(SoftBusLooper *looper, const ConnBleClientEventListener *…116 MOCK_METHOD(int32_t, ConnGattInitClientModule,
35 int32_t ConnGattInitClientModule(SoftBusLooper *looper, const ConnBleClientEventListener *listener);
34 .bleClientInitModule = ConnGattInitClientModule,
931 int32_t ConnGattInitClientModule(SoftBusLooper *looper, const ConnBleClientEventListener *listener) in ConnGattInitClientModule() function
161 EXPECT_CALL(bleMock, ConnGattInitClientModule).WillRepeatedly(Return(SOFTBUS_OK)); in SetUp()