Searched refs:notifySwitchArgs (Results 1 – 2 of 2) sorted by relevance
427 } else if (const auto notifySwitchArgs = std::get_if<NotifySwitchArgs>(&arg)) { in postProcess() local428 notifySwitchArgs->policyFlags |= POLICY_FLAG_WAKE; in postProcess()
2834 } else if (const auto notifySwitchArgs = std::get_if<NotifySwitchArgs>(&arg)) { in TEST_F() local2835 ASSERT_EQ(POLICY_FLAG_WAKE, notifySwitchArgs->policyFlags); in TEST_F()