Home
last modified time | relevance | path

Searched refs:oldShortcut (Results 1 – 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinner_bundle_info.cpp4053 void InnerBundleInfo::InnerProcessShortcut(const Shortcut &oldShortcut, ShortcutInfo &shortcutInfo)… in InnerProcessShortcut() argument
4055 shortcutInfo.id = oldShortcut.shortcutId; in InnerProcessShortcut()
4056 shortcutInfo.icon = oldShortcut.icon; in InnerProcessShortcut()
4057 shortcutInfo.label = oldShortcut.label; in InnerProcessShortcut()
4058 shortcutInfo.iconId = oldShortcut.iconId; in InnerProcessShortcut()
4060 auto iter = oldShortcut.icon.find(PORT_SEPARATOR); in InnerProcessShortcut()
4062 shortcutInfo.iconId = atoi(oldShortcut.icon.substr(iter + 1).c_str()); in InnerProcessShortcut()
4065 shortcutInfo.labelId = oldShortcut.labelId; in InnerProcessShortcut()
4067 auto iter = oldShortcut.label.find(PORT_SEPARATOR); in InnerProcessShortcut()
4069 shortcutInfo.labelId = atoi(oldShortcut.label.substr(iter + 1).c_str()); in InnerProcessShortcut()
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h2051 void InnerProcessShortcut(const Shortcut &oldShortcut, ShortcutInfo &shortcutInfo) const;