Home
last modified time | relevance | path

Searched refs:BundleInfo (Results 1 – 7 of 7) sorted by relevance

/interface/sdk-js/api/
D@ohos.bundle.defaultAppManager.d.ts17 import { BundleInfo } from './bundleManager/BundleInfo';
148 …function getDefaultApplication(type: string, userId: number, callback: AsyncCallback<BundleInfo>):…
166 function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void;
186 function getDefaultApplication(type: string, userId?: number): Promise<BundleInfo>;
206 function getDefaultApplicationSync(type: string, userId?: number): BundleInfo;
D@ohos.bundle.bundleManager.d.ts781 function getBundleInfoForSelf(bundleFlags: number): Promise<BundleInfo>;
792 function getBundleInfoForSelf(bundleFlags: number, callback: AsyncCallback<BundleInfo>): void;
803 function getBundleInfoForSelfSync(bundleFlags: number): BundleInfo;
821 … getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void;
842 bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void;
862 …ction getBundleInfo(bundleName: string, bundleFlags: number, userId?: number): Promise<BundleInfo>;
936 function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback<Array<BundleInfo>>): void;
953 …lBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void;
970 function getAllBundleInfo(bundleFlags: number, userId?: number): Promise<Array<BundleInfo>>;
1267 …leArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void;
[all …]
D@ohos.bundle.d.ts22 import { BundleInfo } from './bundle/bundleInfo';
346 bundleFlags: number, options: BundleOptions, callback: AsyncCallback<BundleInfo>): void;
359 … getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void;
373 …tBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise<BundleInfo>;
532 …ndleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void;
545 …function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback<Array<BundleInfo>>): voi…
559 function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise<Array<BundleInfo>>;
637 …leArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void;
651 function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number): Promise<BundleInfo>;
/interface/sdk-js/build-tools/api_diff/test/ut/api_change_004/new/api/
Dapi_change_004.d.ts17 import { BundleInfo } from './bundleManager/BundleInfo';
148 …function getDefaultApplication(type: string, userId: number, callback: AsyncCallback<BundleInfo>):…
166 function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void;
186 function getDefaultApplication(type: string, userId?: number): Promise<BundleInfo>;
/interface/sdk-js/build-tools/api_diff/test/ut/api_change_004/old/api/
Dapi_change_004.d.ts17 import { BundleInfo } from './bundleManager/BundleInfo';
148 …function getDefaultApplication(type: string, userId: number, callback: AsyncCallback<BundleInfo>):…
166 function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void;
186 function getDefaultApplication(type: string, userId?: number): Promise<BundleInfo>;
/interface/sdk-js/api/bundleManager/
DBundleInfo.d.ts27 export interface BundleInfo { interface
/interface/sdk-js/api/bundle/
DbundleInfo.d.ts91 export interface BundleInfo { interface