Searched refs:isAppInstallControlEnabled_ (Results 1 – 2 of 2) sorted by relevance
65 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()
102 bool isAppInstallControlEnabled_ = false; variable