Home
last modified time | relevance | path

Searched refs:ParseShortCutInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/
H A Dshortcut_manager.cpp35 constexpr const char* PARSE_SHORTCUT_INFO = "ParseShortCutInfo";
96 if (!CommonFunc::ParseShortCutInfo(env, args[ARGS_POS_ZERO], asyncCallbackInfo->shortcutInfo) || in AddDesktopShortcutInfo()
98 APP_LOGE("ParseShortCutInfo is error"); in AddDesktopShortcutInfo()
178 if (!CommonFunc::ParseShortCutInfo(env, args[ARGS_POS_ZERO], asyncCallbackInfo->shortcutInfo) || in DeleteDesktopShortcutInfo()
180 APP_LOGE("ParseShortCutInfo is error"); in DeleteDesktopShortcutInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h94 static bool ParseShortCutInfo(napi_env env, napi_value param, ShortcutInfo &shortcutInfo);
H A Dcommon_func.cpp2436 bool CommonFunc::ParseShortCutInfo(napi_env env, napi_value param, ShortcutInfo &shortcutInfo) in ParseShortCutInfo() function in OHOS::AppExecFwk::CommonFunc
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.cpp476 if (!CommonFunc::ParseShortCutInfo(env, args[ARGS_POS_ZERO], asyncCallbackInfo->shortcutInfo)) { in StartShortcut()

Completed in 7 milliseconds