Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Link the provided background channel with the given channel Id. callbacks will be invoked immediately when the HttpChannelParent associated with the same channel Id is found. Store the HttpBackgroundChannelParent until a matched linkHttpChannel is invoked.
the channel Id
the background channel to be paired
Link the provided channel parent actor with the given channel Id. callbacks will be invoked immediately when the HttpBackgroundChannelParent associated with the same channel Id is found. Store the HttpChannelParent until a matched linkBackgroundChannel is invoked.
the channel Id
the channel parent actor to be paired
Generated using TypeDoc
Registrar for pairing HttpChannelParent and HttpBackgroundChannelParent via channel Id. HttpChannelParent::OnBackgroundParentReady and HttpBackgroundChannelParent::LinkToChannel will be invoked to notify the existence of associated channel object.