Home
last modified time | relevance | path

Searched defs:showToast (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/SystemFeature/FileManagement/Photos/entry/src/main/ets/utils/
DUiUtil.ts23 export function showToast(message: string): void { function
/applications/standard/photos/common/src/main/ets/default/utils/
DUiUtil.ts253 static async showToast(resource: Resource): Promise<void> { method in UiUtil
/applications/standard/settings/product/phone/src/main/ets/model/vpnImpl/
DVpnConfigModel.ts93 showToast(msg: string | Resource): void { method in VpnConfigModel