Searched refs:ParseShortCutInfo (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/ |
H A D | shortcut_manager.cpp | 35 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 D | common_func.h | 94 static bool ParseShortCutInfo(napi_env env, napi_value param, ShortcutInfo &shortcutInfo);
|
H A D | common_func.cpp | 2436 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 D | launcher_bundle_manager.cpp | 476 if (!CommonFunc::ParseShortCutInfo(env, args[ARGS_POS_ZERO], asyncCallbackInfo->shortcutInfo)) { in StartShortcut()
|
Completed in 7 milliseconds