Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp41 const std::string ALLOW_APP_DATA_NOT_CLEARED = "allowAppDataNotCleared"; variable
260 ALLOW_APP_DATA_NOT_CLEARED, in TransformTo()
354 if (array.find(ALLOW_APP_DATA_NOT_CLEARED) != jsonObjectEnd) { in TransformTo()
355 preBundleConfigInfo.existInJsonFile.push_back(ALLOW_APP_DATA_NOT_CLEARED); in TransformTo()
H A Dbundle_install_checker.cpp42 const std::string ALLOW_APP_DATA_NOT_CLEARED = "allowAppDataNotCleared"; variable
1240ALLOW_APP_DATA_NOT_CLEARED, configInfo.userDataClearable, appPrivilegeCapability.userDataClearable… in FetchPrivilegeCapabilityFromPreConfig()