Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h96 static bool ParseShortcutWant(napi_env env, napi_value param, ShortcutIntent &shortcutIntent);
H A Dcommon_func.cpp2372 bool CommonFunc::ParseShortcutWant(napi_env env, napi_value param, ShortcutIntent &shortcutIntent) in ParseShortcutWant() function in OHOS::AppExecFwk::CommonFunc
2431 if (!ParseShortcutWant(env, value, shortcutIntent)) { in ParseShortcutWantArray()