Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1544 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota() local
1546 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()
1549 } else if (strcmp(szAtomicDatasizeThresholdMb, "") != 0) { in PrepareBundleDirQuota()
1550 atomicserviceDatasizeThreshold = atoi(szAtomicDatasizeThresholdMb); in PrepareBundleDirQuota()
H A Dbase_bundle_installer.cpp2822 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota() local
2824 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()
2827 } else if (strcmp(szAtomicDatasizeThresholdMb, "") != 0) { in PrepareBundleDirQuota()
2828 atomicserviceDatasizeThreshold = atoi(szAtomicDatasizeThresholdMb); in PrepareBundleDirQuota()