Searched refs:descriptionResource (Results 1 - 14 of 14) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 108 Resource descriptionResource; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 80 CResource descriptionResource; member
|
H A D | bundle_manager_convert.cpp | 245 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 D | application_info.h | 216 Resource descriptionResource; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 97 const std::string APPLICATION_DESCRIPTION_RESOURCE = "descriptionResource"; 222 {APPLICATION_DESCRIPTION_RESOURCE, applicationInfo.descriptionResource}, in to_json() 758 applicationInfo.descriptionResource, in from_json()
|
H A D | module_profile.cpp | 1472 applicationInfo.descriptionResource = GetResource(app.bundleName, moduleJson.module.name, app.descriptionId); in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 105 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 D | bms_bundle_data_storage_database_test.cpp | 134 "descriptionResource":{ 347 "descriptionResource":{ 467 "descriptionResource":{ 1055 "descriptionResource": {
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 642 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 D | inner_bundle_info.cpp | 1735 baseApplicationInfo_->descriptionResource = applicationInfo.descriptionResource; in UpdateBaseApplicationInfo()
|
H A D | bundle_profile.cpp | 2046 applicationInfo.descriptionResource = BundleUtil::GetResource( in ToApplicationInfo()
|
H A D | module_profile.cpp | 1893 applicationInfo.descriptionResource = in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1471 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 D | bundle_mgr.cpp | 438 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