Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp111 const std::string APPLICATION_RESOURCES_APPLY = "resourcesApply"; variable
235 {APPLICATION_RESOURCES_APPLY, applicationInfo.resourcesApply}, in to_json()
861 APPLICATION_RESOURCES_APPLY, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp120 const char* APPLICATION_RESOURCES_APPLY = "resourcesApply"; variable
1006 {APPLICATION_RESOURCES_APPLY, applicationInfo.resourcesApply}, in to_json()
1192 GetValueIfFindKey<std::vector<int32_t>>(jsonObject, jsonObjectEnd, APPLICATION_RESOURCES_APPLY, in from_json()