Lines Matching refs:hapFilePaths
157 install(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<v…
184 | hapFilePaths | Array<string> | Yes | Paths where the HAP …
207 | 17700039 | Failed to install the HSP because installing a shared bundle specified by hapFilePaths…
226 let hapFilePaths = ['/data/storage/el2/base/haps/entry/files/'];
235 data.install(hapFilePaths, installParam, (err: BusinessError) => {
251 install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void
278 | hapFilePaths | Array<string> | Yes | Paths where the HAP …
299 | 17700039 | Failed to install the HSP because installing a shared bundle specified by hapFilePaths…
318 let hapFilePaths = ['/data/storage/el2/base/haps/entry/files/'];
322 data.install(hapFilePaths, (err: BusinessError) => {
340 install(hapFilePaths: Array\<string\>, installParam?: InstallParam) : Promise\<void\>
367 | hapFilePaths | Array\<string\> | Yes | Paths where the HAP files of the bundle are…
395 | 17700039 | Failed to install the HSP because installing a shared bundle specified by hapFilePaths…
414 let hapFilePaths = ['/data/storage/el2/base/haps/entry/files/'];
423 data.install(hapFilePaths, installParam)
1081 updateBundleForSelf(hapFilePaths: Array\<string\>, installParam: InstallParam, callback: AsyncCallb…
1083 … enterprise MDM applications on enterprise devices, and the HAPs in **hapFilePaths** must belong t…
1095 | hapFilePaths | Array<string> | Yes | Paths where the HAP …
1116 | 17700039 | Failed to install the HSP because installing a shared bundle specified by hapFilePaths…
1133 let hapFilePaths = ['/data/storage/el2/base/haps/entry/files/'];
1142 data.updateBundleForSelf(hapFilePaths, installParam, (err: BusinessError) => {
1160 updateBundleForSelf(hapFilePaths: Array\<string\>, callback: AsyncCallback\<void\>): void
1162 … enterprise MDM applications on enterprise devices, and the HAPs in **hapFilePaths** must belong t…
1174 | hapFilePaths | Array<string> | Yes | Paths where the HAP …
1193 | 17700039 | Failed to install the HSP because installing a shared bundle specified by hapFilePaths…
1210 let hapFilePaths = ['/data/storage/el2/base/haps/entry/files/'];
1214 data.updateBundleForSelf(hapFilePaths, (err: BusinessError) => {
1232 updateBundleForSelf(hapFilePaths: Array\<string\>, installParam?: InstallParam): Promise\<void\>
1234 … enterprise MDM applications on enterprise devices, and the HAPs in **hapFilePaths** must belong t…
1246 | hapFilePaths | Array<string> | Yes | Paths where the HAP …
1272 | 17700039 | Failed to install the HSP because installing a shared bundle specified by hapFilePaths…
1289 let hapFilePaths = ['/data/storage/el2/base/haps/entry/files/'];
1298 data.updateBundleForSelf(hapFilePaths, installParam)