Home
last modified time | relevance | path

Searched refs:APPLICATION_RUNNING_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.cpp53 const std::string APPLICATION_RUNNING_RESOURCES_APPLY = "runningResourcesApply"; variable
179 {APPLICATION_RUNNING_RESOURCES_APPLY, applicationInfo.runningResourcesApply}, in to_json()
413 APPLICATION_RUNNING_RESOURCES_APPLY, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp57 const char* APPLICATION_RUNNING_RESOURCES_APPLY = "runningResourcesApply"; variable
947 {APPLICATION_RUNNING_RESOURCES_APPLY, applicationInfo.runningResourcesApply}, in to_json()
1071 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_RUNNING_RESOURCES_APPLY, in from_json()