Searched refs:ScopedUnroot (Results 1 – 4 of 4) sorted by relevance
127 android::base::ScopeGuard<std::function<void()>> ScopedUnroot();
144 android::base::ScopeGuard<std::function<void()>> ScopedUnroot() { in ScopedUnroot() function
301 auto scoped_unroot = ScopedUnroot(); in TEST_F()
651 auto scoped_unroot = ScopedUnroot(); in TEST_F()1138 std::make_unique<ScopeGuard<std::function<void()>>>(ScopedUnroot()); in TEST_F()1708 auto scoped_unroot = ScopedUnroot(); in TEST_F()1758 auto scoped_unroot = ScopedUnroot(); in TestGetVisibilityPermissionDenied()