Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp65 if ((ret == ERR_OK) && !isAppInstallControlEnabled_) { in AddAppInstallControlRule()
66 isAppInstallControlEnabled_ = true; in AddAppInstallControlRule()
76 if ((ret == ERR_OK) && isAppInstallControlEnabled_) { in DeleteAppInstallControlRule()
87 if ((ret == ERR_OK) && isAppInstallControlEnabled_) { in DeleteAppInstallControlRule()
324 return isAppInstallControlEnabled_; in IsAppInstallControlEnabled()
329 isAppInstallControlEnabled_ = false; in SetAppInstallControlStatus()
338 isAppInstallControlEnabled_ = true; in SetAppInstallControlStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_control_manager.h102 bool isAppInstallControlEnabled_ = false; variable