Lines Matching refs:Service
2 The driver binding and service binding protocol for HttpDxe driver.
44 Create a HTTP driver service binding private instance.
46 @param[in] Controller The controller that has TCP4 service binding
85 Release all the resource used the HTTP service binding instance.
371 // Test for the Http service binding protocol
653 The Start() function is designed to be invoked from the EFI boot service ConnectController().
655 common boot service. It is legal to call Start() from other locations,
705 The Stop() function is designed to be invoked from the EFI boot service DisconnectController().
707 into this common boot service. It is legal to call Stop() from other locations,
808 The Start() function is designed to be invoked from the EFI boot service ConnectController().
810 common boot service. It is legal to call Start() from other locations,
860 The Stop() function is designed to be invoked from the EFI boot service DisconnectController().
862 into this common boot service. It is legal to call Stop() from other locations,
942 HttpInstance->Service = HttpService;
966 // Add it to the HTTP service's child list.
1033 if (HttpInstance->Service != HttpService) {