Lines Matching defs:what
683 * This function defines what wildcard expands to.
685 static BOOL implies(VBoxEventType_T who, VBoxEventType_T what)
692 return (what == VBoxEventType_OnExtraDataCanChange)
693 || (what == VBoxEventType_OnCanShowWindow);
695 return (what == VBoxEventType_OnMachineStateChanged)
696 || (what == VBoxEventType_OnMachineDataChanged)
697 || (what == VBoxEventType_OnMachineRegistered)
698 || (what == VBoxEventType_OnSessionStateChanged)
699 || (what == VBoxEventType_OnGuestPropertyChanged);
701 return (what == VBoxEventType_OnSnapshotTaken)
702 || (what == VBoxEventType_OnSnapshotDeleted)
703 || (what == VBoxEventType_OnSnapshotChanged) ;
705 return (what == VBoxEventType_OnKeyboardLedsChanged)
706 || (what == VBoxEventType_OnMousePointerShapeChanged)
707 || (what == VBoxEventType_OnMouseCapabilityChanged);
714 return who == what;