Lines Matching refs:mFw
52 mFw = Firewall::getInstance(); in ScopeBlockedUIDRule()
53 EXPECT_RESULT_OK(mFw->toggleStandbyMatch(true)); in ScopeBlockedUIDRule()
54 EXPECT_RESULT_OK(mFw->addRule(mTestUid, STANDBY_MATCH)); in ScopeBlockedUIDRule()
69 EXPECT_RESULT_OK(mFw->removeRule(mTestUid, STANDBY_MATCH)); in ~ScopeBlockedUIDRule()
70 EXPECT_RESULT_OK(mFw->toggleStandbyMatch(false)); in ~ScopeBlockedUIDRule()
82 Firewall* mFw; variable
92 mFw = Firewall::getInstance(); in ScopedSetDataSaverByBPF()
94 const Result<bool> current = mFw->getDataSaverSetting(); in ScopedSetDataSaverByBPF()
98 EXPECT_RESULT_OK(mFw->setDataSaver(wanted)); in ScopedSetDataSaverByBPF()
105 EXPECT_RESULT_OK(mFw->setDataSaver(mSavedDataSaverSetting.value())); in ~ScopedSetDataSaverByBPF()
110 Firewall* mFw;