Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2344 napi_value nCodePaths; in ConvertRecoverableApplicationInfo() local
2345 NAPI_CALL_RETURN_VOID(env, napi_create_array(env, &nCodePaths)); in ConvertRecoverableApplicationInfo()
2350 NAPI_CALL_RETURN_VOID(env, napi_set_element(env, nCodePaths, idx, nCodePath)); in ConvertRecoverableApplicationInfo()
2352 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, CODE_PATHS, nCodePaths)); in ConvertRecoverableApplicationInfo()