Lines Matching full:param
31 * @param { string } iface Indicates the network interface name.
32 * @param { AsyncCallback<InterfaceConfiguration> } callback - the callback of getIfaceConfig.
49 * @param { string } iface Indicates the network interface name.
67 * @param { string } iface Indicates the network interface name of the network parameter.
68 * @param { InterfaceConfiguration } ic Indicates the ic. See {@link InterfaceConfiguration}.
69 * @param { AsyncCallback<void> } callback - the callback of setIfaceConfig.
89 * @param { string } iface Indicates the network interface name of the network parameter.
90 * @param { InterfaceConfiguration } ic Indicates the ic. See {@link InterfaceConfiguration}.
111 * @param { string } iface Indicates the network interface name.
112 * @param { AsyncCallback<number> } callback - the callback of isIfaceActive.
129 * @param { string } iface Indicates the network interface name.
147 * @param { AsyncCallback<Array<string>> } callback - the callback of getAllActiveIfaces.
175 * @param { 'interfaceStateChange' } type Indicates Event name.
176 * @param { Callback<{ iface: string, active: boolean }> } callback including iface Indicates the ethernet interface,
190 * @param { 'interfaceStateChange' } type Indicates Event name.
191 * @param { Callback<{ iface: string, active: boolean }> } callback including iface Indicates the ethernet interface,