Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp915 sp<IBinder> strong_from_weak = weak.promote(); in TEST_F() local
917 EXPECT_EQ(strong, strong_from_weak); in TEST_F()
919 strong_from_weak = nullptr; in TEST_F()
920 strong_from_weak = weak.promote(); in TEST_F()
921 EXPECT_TRUE(strong_from_weak == nullptr); in TEST_F()