Home
last modified time | relevance | path

Searched refs:CheckShortcutInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/
H A Dshortcut_manager.cpp97 !CommonFunc::CheckShortcutInfo(asyncCallbackInfo->shortcutInfo)) { in AddDesktopShortcutInfo()
179 !CommonFunc::CheckShortcutInfo(asyncCallbackInfo->shortcutInfo)) { in DeleteDesktopShortcutInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h190 static bool CheckShortcutInfo(const ShortcutInfo &shortcutInfo);
H A Dcommon_func.cpp2538 bool CommonFunc::CheckShortcutInfo(const ShortcutInfo &shortcutInfo) in CheckShortcutInfo() function in OHOS::AppExecFwk::CommonFunc