Home | History | Annotate | Download | only in Observable

Lines Matching refs:ReferenceGuid

71  * whenever the appropriate observable instance specified by ReferenceGuid calls Publish.

73 * @param EFI_GUID ReferenceGuid The observable guid that the callback interface will subscribe to.
84 IN EFI_GUID ReferenceGuid,
92 * @param EFI_GUID ReferenceGuid The observable guid to unsubscribe the interface from.
100 IN EFI_GUID ReferenceGuid,
106 * Use this to notify all functions who are subscribed to the guid specified by ReferenceGuid.
108 * @param EFI_GUID ReferenceGuid The observable guid that contains the list of interfaces to be notified.
117 IN EFI_GUID ReferenceGuid,
125 * @param EFI_GUID ReferenceGuid The observable guid to add.
133 IN EFI_GUID ReferenceGuid
141 * @param EFI_GUID ReferenceGuid The observable guid to remove.
148 IN EFI_GUID ReferenceGuid