Searched refs:InitMock (Results 1 – 2 of 2) sorted by relevance
144 NiceMock<ConnectionBrInterfaceMock>InitMock; in SetUpTestCase() local145 EXPECT_CALL(InitMock, SoftBusThreadCreate).WillOnce(Return(SOFTBUS_OK)); in SetUpTestCase()
290 … initRet = resourceManger_.InitMock(hapFiles, resourceInfo.GetSystemPackagePath(), configuration); in Init()