Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Djs_default_app.cpp534 napi_value nBundleInfo = nullptr; in GetDefaultApplicationSync() local
535 NAPI_CALL(env, napi_create_object(env, &nBundleInfo)); in GetDefaultApplicationSync()
536 ConvertBundleInfo(env, nBundleInfo, bundleInfo); in GetDefaultApplicationSync()
538 return nBundleInfo; in GetDefaultApplicationSync()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp710 napi_value nBundleInfo = nullptr; in GetBundleArchiveInfoSync() local
711 NAPI_CALL(env, napi_create_object(env, &nBundleInfo)); in GetBundleArchiveInfoSync()
712 CommonFunc::ConvertBundleInfo(env, bundleInfo, nBundleInfo, bundleFlags); in GetBundleArchiveInfoSync()
714 return nBundleInfo; in GetBundleArchiveInfoSync()
H A Dbundle_manager.cpp3609 napi_value nBundleInfo = nullptr; in GetBundleInfoSync() local
3616 napi_get_reference_value(env, item->second, &nBundleInfo)); in GetBundleInfoSync()
3617 return nBundleInfo; in GetBundleInfoSync()
3635 NAPI_CALL(env, napi_create_object(env, &nBundleInfo)); in GetBundleInfoSync()
3636 CommonFunc::ConvertBundleInfo(env, bundleInfo, nBundleInfo, flags); in GetBundleInfoSync()
3641 return nBundleInfo; in GetBundleInfoSync()
4658 napi_value nBundleInfo = nullptr; in GetBundleInfoForSelfSync() local
4666 return nBundleInfo; in GetBundleInfoForSelfSync()
4678 NAPI_CALL(env, napi_create_object(env, &nBundleInfo)); in GetBundleInfoForSelfSync()
4679 CommonFunc::ConvertBundleInfo(env, bundleInfo, nBundleInfo, flags); in GetBundleInfoForSelfSync()
[all …]