Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2152 napi_value shortcutObj = nullptr; in ConvertShortCutInfos() local
2153 napi_create_object(env, &shortcutObj); in ConvertShortCutInfos()
2154 ConvertShortCutInfo(env, shortcutInfo, shortcutObj); in ConvertShortCutInfos()
2155 napi_set_element(env, value, index, shortcutObj); in ConvertShortCutInfos()