Home
last modified time | relevance | path

Searched refs:szIsolationModeThresholdMb (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1494 bool CheckSupportIsolation(const char *szIsolationModeThresholdMb, const std::string &isolationMode) in CheckSupportIsolation() argument
1496 if ((std::strcmp(szIsolationModeThresholdMb, VALUE_TRUE) == 0) || in CheckSupportIsolation()
1497 (std::strcmp(szIsolationModeThresholdMb, VALUE_TRUE_BOOL) == 0)) { in CheckSupportIsolation()
1517 char szIsolationModeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in CheckIsolationMode() local
1519 szIsolationModeThresholdMb, THRESHOLD_VAL_LEN); in CheckIsolationMode()
1523 if (!CheckSupportIsolation(szIsolationModeThresholdMb, isolationMode)) { in CheckIsolationMode()

Completed in 6 milliseconds