Home
last modified time | relevance | path

Searched refs:descriptionResource (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h108 Resource descriptionResource; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h80 CResource descriptionResource; member
H A Dbundle_manager_convert.cpp245 appInfo.descriptionResource = ConvertResource(cAppInfo.descriptionResource); in ConvertApplicationInfo()
605 appInfo.descriptionResource = {nullptr, nullptr, 0}; in InitApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h216 Resource descriptionResource; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp97 const std::string APPLICATION_DESCRIPTION_RESOURCE = "descriptionResource";
222 {APPLICATION_DESCRIPTION_RESOURCE, applicationInfo.descriptionResource}, in to_json()
758 applicationInfo.descriptionResource, in from_json()
H A Dmodule_profile.cpp1472 applicationInfo.descriptionResource = GetResource(app.bundleName, moduleJson.module.name, app.descriptionId); in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp105 const char* APPLICATION_DESCRIPTION_RESOURCE = "descriptionResource";
396 descriptionResource = *descriptionResourcePtr; in ReadFromParcel()
628 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &descriptionResource); in Marshalling()
983 {APPLICATION_DESCRIPTION_RESOURCE, applicationInfo.descriptionResource}, in to_json()
1157 applicationInfo.descriptionResource, JsonType::OBJECT, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp134 "descriptionResource":{
347 "descriptionResource":{
467 "descriptionResource":{
1055 "descriptionResource": {
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp642 ConvertResource(env, appInfo.descriptionResource, nDescriptionResource); in ConvertApplicationInfo()
643 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "descriptionResource", nDescriptionResource)); in ConvertApplicationInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1735 baseApplicationInfo_->descriptionResource = applicationInfo.descriptionResource; in UpdateBaseApplicationInfo()
H A Dbundle_profile.cpp2046 applicationInfo.descriptionResource = BundleUtil::GetResource( in ToApplicationInfo()
H A Dmodule_profile.cpp1893 applicationInfo.descriptionResource = in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1471 ConvertResource(env, appInfo.descriptionResource, nDescriptionResource); in ConvertApplicationInfo()
1472 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "descriptionResource", nDescriptionResource)); in ConvertApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp438 ConvertResource(env, nDescriptionResource, appInfo.descriptionResource); in ConvertApplicationInfo()
439 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "descriptionResource", nDescriptionResource)); in ConvertApplicationInfo()

Completed in 40 milliseconds