Home
last modified time | relevance | path

Searched refs:isDeliveryInstall (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dmodule_info.h85 bool isDeliveryInstall; member
H A DREADME.md7 - `ModuleInfo` encapsulating moduleName, description, name, moduleType, isDeliveryInstall, deviceTy…
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dmodule_info_utils.cpp32 des->isDeliveryInstall = src.isDeliveryInstall; in CopyModuleInfo()
H A Dconvert_utils.cpp372 moduleInfos[index].isDeliveryInstall) == nullptr) { in GetJsonModuleInfos()
757 (*moduleInfos + index)->isDeliveryInstall = cJSON_IsTrue(item); in ConvertJsonToModuleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp209 bundleInfo->moduleInfos->isDeliveryInstall = bundleProfile.moduleInfo.isDeliveryInstall; in SetModuleInfos()
H A Dbundle_parser.cpp420 bundleProfile.moduleInfo.isDeliveryInstall = cJSON_IsTrue(deliveryObject); in ParseModuleInfo()