Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp36 const std::string BUNDLE_INFO_EXTENSION_ABILITY_INFOS = "extensionAbilityInfo"; variable
114 if ((jsonObject.find(BUNDLE_INFO_EXTENSION_ABILITY_INFOS) == jsonObject.end()) || in ParseExtensionAbilityInfos()
115 (!jsonObject.at(BUNDLE_INFO_EXTENSION_ABILITY_INFOS).is_array())) { in ParseExtensionAbilityInfos()
118 auto arrays = jsonObject.at(BUNDLE_INFO_EXTENSION_ABILITY_INFOS); in ParseExtensionAbilityInfos()
128 …ACCOUNT_LOGE("array %{public}s exist error type info", BUNDLE_INFO_EXTENSION_ABILITY_INFOS.c_str()… in ParseExtensionAbilityInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp37 const char* BUNDLE_INFO_EXTENSION_ABILITY_INFOS = "extensionAbilityInfo"; variable
655 {BUNDLE_INFO_EXTENSION_ABILITY_INFOS, bundleInfo.extensionInfos}, in to_json()
1013 BUNDLE_INFO_EXTENSION_ABILITY_INFOS, in from_json()