Lines Matching refs:bundleManager
8 … the bundle information, call **getAllBundleInfo** in the **@ohos.bundle.bundleManager.d.ts** file.
16 …dle.bundleManager.d.ts**. For details about how to use the new API, see [API Reference](../../../a…
18 import bundleManager from '@ohos.bundle.bundleManager';
27 …cation information, call **getAllApplicationInfo** in the **@ohos.bundle.bundleManager.d.ts** file.
35 …dle.bundleManager.d.ts**. For details about how to use the new API, see [API Reference](../../../a…
37 import bundleManager from '@ohos.bundle.bundleManager';
40 ## cl.bundlemanager.3 Permission on getAllBundleInfo in @ohos.bundle.bundleManager.d.ts Changed
43 Therefore, the permission on **getAllBundleInfo** in **@ohos.bundle.bundleManager.d.ts** is changed…
51 The permission on **getAllBundleInfo** in **@ohos.bundle.bundleManager.d.ts** is changed to **ohos.…
57 ## cl.bundlemanager.4 Permission on getAllApplicationInfo in @ohos.bundle.bundleManager.d.ts Changed
60 Therefore, the permission on **getAllApplicationInfo** in **@ohos.bundle.bundleManager.d.ts** is ch…
68 The permission on **getAllApplicationInfo** in **@ohos.bundle.bundleManager.d.ts** is changed to **…
74 …SpecifiedDistributionType Moved from @ohos.bundle.installer.d.ts to @ohos.bundle.bundleManager.d.ts
76 …ionType** API is moved from **@ohos.bundle.installer.d.ts** to **@ohos.bundle.bundleManager.d.ts**.
80 …utionType** API in **@ohos.bundle.installer.d.ts** is moved to **@ohos.bundle.bundleManager.d.ts**.
84 …utionType** API in **@ohos.bundle.installer.d.ts** is moved to **@ohos.bundle.bundleManager.d.ts**.
88 To use **getSpecifiedDistributionType**, import the **bundleManager** module.
91 import bundleManager form '@ohos.bundle.bundleManager'
94 …nager.6 getAdditionalInfo Moved from @ohos.bundle.installer.d.ts to @ohos.bundle.bundleManager.d.ts
96 …nalInfo** API is moved from **@ohos.bundle.installer.d.ts** to **@ohos.bundle.bundleManager.d.ts**.
100 …ionalInfo** API in **@ohos.bundle.installer.d.ts** is moved to **@ohos.bundle.bundleManager.d.ts**.
104 …nalInfo** API is moved from **@ohos.bundle.installer.d.ts** to **@ohos.bundle.bundleManager.d.ts**.
108 To use **getAdditionalInfo**, import the **bundleManager** module.
111 import bundleManager form '@ohos.bundle.bundleManager'