Lines Matching refs:API

4 ## cl.wifi.1 Migration of System APIs and APIs in API Version 9 to the New @ohos.wifiManager.d.ts
5 …ing error codes, which is required by API version 9 and the system APIs. Therefore, all system API…
7 Import **@ohos.wifiManager.d.ts**, so that system APIs and APIs in API version 9 of the Wi-Fi subsy…
14 System APIs and APIs in API version 9 are affected. Import **@ohos.wifiManager** to make sure that …
21 **Key API/Component Changes**
25 …e namespace wifi | Migrated this API in API version 9 to **@…
26 …on enableWifi(): void | Migrated this API in API version 9 to **@…
27 …on disableWifi(): void | Migrated this API in API version 9 to **@…
28 …on scan(): void | Migrated this API in API version 9 to **@…
29 …canResults(): Promise<Array<WifiScanInfo>> | Migrated this API in API version 9 to **@…
30 … AsyncCallback<Array<WifiScanInfo>>): void | Migrated this API in API version 9 to **@…
31 …etScanResultsSync():  Array<[WifiScanInfo]> | Migrated this API in API version 9 to **@…
32 …onfig(config: WifiDeviceConfig): Promise<number> | Migrated this API in API version 9 to **@…
33 …ceConfig, callback: AsyncCallback<number>): void | Migrated this API in API version 9 to **@…
34 …andidateConfig(networkId: number): Promise<void> | Migrated this API in API version 9 to **@…
35 …Id: number, callback: AsyncCallback<void>): void | Migrated this API in API version 9 to **@…
36 …onfig(config: WifiDeviceConfig): Promise<boolean> | Deleted this API in API version 9. …
37 …ceConfig, callback: AsyncCallback<boolean>): void | Deleted this API in API version 9. …
38 …onfig(config: WifiDeviceConfig): Promise<boolean> | Deleted this API in API version 9. …
39 …ceConfig, callback: AsyncCallback<boolean>): void | Deleted this API in API version 9. …
40 …didateConfigs():  Array<[WifiDeviceConfig]> | Migrated this API in API version 9 to **@…
41 …on connectToCandidateConfig(networkId: number): void | Migrated this API in API version 9 to **@…
42 …on connectToNetwork(networkId: number): void | Migrated this API in API version 9 to **@…
43 …on connectToDevice(config: WifiDeviceConfig): void | Migrated this API in API version 9 to **@…
44 …on disconnect(): void | Migrated this API in API version 9 to **@…
45 …on reassociate(): void | Migrated this API in API version 9 to **@…
46 …on reconnect(): void | Migrated this API in API version 9 to **@…
47 …on disableNetwork(netId: number): void | Migrated this API in API version 9 to **@…
48 …on removeAllNetwork(): void | Migrated this API in API version 9 to **@…
49 …on removeDevice(id: number): void | Migrated this API in API version 9 to **@…
50 …on enableHotspot(): void | Migrated this API in API version 9 to **@…
51 …on disableHotspot(): void | Migrated this API in API version 9 to **@…
52 …on setHotspotConfig(config: HotspotConfig): void | Migrated this API in API version 9 to **@…
53 …on getP2pLocalDevice(): Promise<WifiP2pDevice> | Migrated this API in API version 9 to **@…
54 …ce(callback: AsyncCallback<WifiP2pDevice>): void | Migrated this API in API version 9 to **@…
55 …Groups(): Promise<Array<WifiP2pGroupInfo>> | Migrated this API in API version 9 to **@…
56 …ncCallback<Array<WifiP2pGroupInfo>>): void | Migrated this API in API version 9 to **@…
57 …on createGroup(config: WifiP2PConfig): void | Migrated this API in API version 9 to **@…
58 …on removeGroup(): void | Migrated this API in API version 9 to **@…
59 …on p2pConnect(config: WifiP2PConfig): void | Migrated this API in API version 9 to **@…
60 …on p2pCancelConnect(): void | Migrated this API in API version 9 to **@…
61 …on startDiscoverDevices(): void | Migrated this API in API version 9 to **@…
62 …on stopDiscoverDevices(): void | Migrated this API in API version 9 to **@…
63 …on deletePersistentGroup(netId: number): void | Migrated this API in API version 9 to **@…
64 …on setDeviceName(devName: string): void | Migrated this API in API version 9 to **@…
65 … interface WifiEapConfig | Migrated this API in API version 9 to **@…
66 … enum EapMethod | Migrated this API in API version 9 to **@…
67 … enum Phase2Method | Migrated this API in API version 9 to **@…
68 … interface WifiDeviceConfig | Migrated this API in API version 9 to **@…
69 … interface IpConfig | Migrated this API in API version 9 to **@…
70 … interface WifiInfoElem | Migrated this API in API version 9 to **@…
71 … enum WifiChannelWidth | Migrated this API in API version 9 to **@…
72 … interface WifiScanInfo | Migrated this API in API version 9 to **@…
73 … enum WifiSecurityType | Migrated this API in API version 9 to **@…
74 … interface WifiLinkedInfo | Migrated this API in API version 9 to **@…
100 ## cl.wifiext.1 Migration of System APIs and APIs in API Version 9 to the New @ohos.wifiManagerExt.…
102 …ing error codes, which is required by API version 9 and the system API. Therefore, all system APIs…
104 Import **@ohos.wifiManagerExt.d.ts**, so that system APIs and APIs in API version 9 of the Wi-Fi su…
111 System APIs and APIs in API version 9 are affected. Import **@ohos.wifiManagerExt**, so that system…