Searched refs:notifyKeyArgs (Results 1 – 2 of 2) sorted by relevance
429 } else if (const auto notifyKeyArgs = std::get_if<NotifyKeyArgs>(&arg)) { in postProcess() local430 notifyKeyArgs->policyFlags |= POLICY_FLAG_WAKE; in postProcess()
2836 } else if (const auto notifyKeyArgs = std::get_if<NotifyKeyArgs>(&arg)) { in TEST_F() local2837 ASSERT_EQ(POLICY_FLAG_WAKE, notifyKeyArgs->policyFlags); in TEST_F()