Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.cpp307 … CommonFunc::ConvertShortCutInfos(env, asyncCallbackInfo->shortcutInfos, result[ARGS_POS_ONE]); in GetShortcutInfoComplete()
396 CommonFunc::ConvertShortCutInfos(env, shortcutInfos, nShortcutInfos); in GetShortcutInfoSync()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/
H A Dshortcut_manager.cpp238 … CommonFunc::ConvertShortCutInfos(env, asyncCallbackInfo->shortcutInfos, result[ARGS_POS_ONE]); in GetAllDesktopShortcutInfoComplete()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h160 static void ConvertShortCutInfos(napi_env env, const std::vector<ShortcutInfo> &shortcutInfos, napi…
H A Dcommon_func.cpp2145 void CommonFunc::ConvertShortCutInfos(napi_env env, const std::vector<ShortcutInfo> &shortcutInfos,… in ConvertShortCutInfos() function in OHOS::AppExecFwk::CommonFunc