Home
last modified time | relevance | path

Searched refs:APPLICATION_MULTI_PROJECTS (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.cpp98 const std::string APPLICATION_MULTI_PROJECTS = "multiProjects"; variable
223 {APPLICATION_MULTI_PROJECTS, applicationInfo.multiProjects}, in to_json()
765 APPLICATION_MULTI_PROJECTS, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp105 const char* APPLICATION_MULTI_PROJECTS = "multiProjects"; variable
993 {APPLICATION_MULTI_PROJECTS, applicationInfo.multiProjects}, in to_json()
1166 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_MULTI_PROJECTS, in from_json()