Searched refs:LightRefCountBaseTestClass (Results 1 – 1 of 1) sorted by relevance
57 class LightRefCountBaseTestClass : public LightRefCountBase { class59 LightRefCountBaseTestClass() in LightRefCountBaseTestClass() function in OHOS::AAFwk::LightRefCountBaseTestClass64 virtual ~LightRefCountBaseTestClass() in ~LightRefCountBaseTestClass()73 bool LightRefCountBaseTestClass::gDestructorCalled_ = false;161 sptr<LightRefCountBaseTestClass> testObject = new LightRefCountBaseTestClass();162 EXPECT_FALSE(LightRefCountBaseTestClass::gDestructorCalled_);165 EXPECT_TRUE(LightRefCountBaseTestClass::gDestructorCalled_);