Searched refs:toggleStandbyMatch (Results 1 – 3 of 3) sorted by relevance
32 Result<void> toggleStandbyMatch(bool enable) EXCLUDES(mMutex);
43 Result<void> Firewall::toggleStandbyMatch(bool enable) { in toggleStandbyMatch() function in Firewall
53 EXPECT_RESULT_OK(mFw->toggleStandbyMatch(true)); in ScopeBlockedUIDRule()70 EXPECT_RESULT_OK(mFw->toggleStandbyMatch(false)); in ~ScopeBlockedUIDRule()