Lines Matching refs:netHandle
144 …function getConnectionProperties(netHandle: NetHandle, callback: AsyncCallback<ConnectionPropertie…
160 function getConnectionProperties(netHandle: NetHandle): Promise<ConnectionProperties>;
176 function getNetCapabilities(netHandle: NetHandle, callback: AsyncCallback<NetCapabilities>): void;
192 function getNetCapabilities(netHandle: NetHandle): Promise<NetCapabilities>;
350 function reportNetConnected(netHandle: NetHandle, callback: AsyncCallback<void>): void;
365 function reportNetConnected(netHandle: NetHandle): Promise<void>;
380 function reportNetDisconnected(netHandle: NetHandle, callback: AsyncCallback<void>): void;
395 function reportNetDisconnected(netHandle: NetHandle): Promise<void>;
465 function setAppNet(netHandle: NetHandle, callback: AsyncCallback<void>): void;
482 function setAppNet(netHandle: NetHandle): Promise<void>;
740 …on(type: 'netBlockStatusChange', callback: Callback<{ netHandle: NetHandle, blocked: boolean }>): …
757 …on(type: 'netCapabilitiesChange', callback: Callback<{ netHandle: NetHandle, netCap: NetCapabiliti…
766 …on(type: 'netConnectionPropertiesChange', callback: Callback<{ netHandle: NetHandle, connectionPro…