Searched defs:getBundleInfo (Results 1 – 5 of 5) sorted by relevance
30 static async getBundleInfo(tag: string, bundleName: string, getInfo: method in BundleManager
48 getBundleInfo(bundleName, callback) { method in ApplicationInfoController
66 static async getBundleInfo(tag: string, bundleName: string, getInfo?: any, requestId?: number) { method in BundleManager
108 async getBundleInfo(bundleName: string, callback: {(data: BundleItemData): void}): Promise<void> { method in BundleResourceModel
204 getBundleInfo(bundleName, callback) { method in AppManagementModel