Home
last modified time | relevance | path

Searched refs:InnerProcessShortcut (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2223 void InnerProcessShortcut(const Shortcut &oldShortcut, ShortcutInfo &shortcutInfo) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp12899 innerBundleInfo.InnerProcessShortcut(shortcut, shortcutInfo);
12927 innerBundleInfo.InnerProcessShortcut(shortcut, shortcutInfo);
12957 innerBundleInfo.InnerProcessShortcut(shortcut, shortcutInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp4130 void InnerBundleInfo::InnerProcessShortcut(const Shortcut &oldShortcut, ShortcutInfo &shortcutInfo)… in InnerProcessShortcut() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp4869 info.InnerProcessShortcut(item, shortcutInfo); in GetShortcutInfosByInnerBundleInfo()