Home
last modified time | relevance | path

Searched refs:gDestructed (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderStabilityTest.cpp327 static bool gDestructed; member in MarksStabilityInConstructor
333 gDestructed = true; in ~MarksStabilityInConstructor()
336 bool MarksStabilityInConstructor::gDestructed = false; member in MarksStabilityInConstructor
339 ASSERT_FALSE(MarksStabilityInConstructor::gDestructed); in TEST()
344 ASSERT_FALSE(MarksStabilityInConstructor::gDestructed); in TEST()
347 ASSERT_FALSE(MarksStabilityInConstructor::gDestructed); in TEST()
350 ASSERT_TRUE(MarksStabilityInConstructor::gDestructed); in TEST()