Home
last modified time | relevance | path

Searched defs:updateAppItemFormInfo (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/base/src/main/ets/default/model/
DFormModel.ts94 public updateAppItemFormInfo(bundleName: string): void { method in FormDataModel
/applications/standard/launcher/common/src/main/ets/default/model/
DFormModel.ts196 async updateAppItemFormInfo(bundleName: string, eventType?: string): Promise<void> { method in FormModel