Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp5083 napi_value nBundleInfos; in GetAllBundleInfoByDeveloperId() local
5084 NAPI_CALL(env, napi_create_array(env, &nBundleInfos)); in GetAllBundleInfoByDeveloperId()
5085 ProcessBundleInfos(env, nBundleInfos, bundleInfos, in GetAllBundleInfoByDeveloperId()
5088 return nBundleInfos; in GetAllBundleInfoByDeveloperId()