Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp48 const std::string ALLOW_FORM_VISIBLE_NOTIFY = "allowFormVisibleNotify"; variable
316 ALLOW_FORM_VISIBLE_NOTIFY, in TransformTo()
376 if (array.find(ALLOW_FORM_VISIBLE_NOTIFY) != jsonObjectEnd) { in TransformTo()
377 preBundleConfigInfo.existInJsonFile.push_back(ALLOW_FORM_VISIBLE_NOTIFY); in TransformTo()
H A Dbundle_install_checker.cpp49 const std::string ALLOW_FORM_VISIBLE_NOTIFY = "allowFormVisibleNotify"; variable
1237ALLOW_FORM_VISIBLE_NOTIFY, configInfo.formVisibleNotify, appPrivilegeCapability.formVisibleNotify); in FetchPrivilegeCapabilityFromPreConfig()