Searched refs:THRESHOLD_VAL_LEN (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | aging_request.cpp | 47 char szDatasizeThreshold[AgingConstants::THRESHOLD_VAL_LEN] = {0}; in InitAgingDatasizeThreshold() 49 AgingConstants::THRESHOLD_VAL_LEN); in InitAgingDatasizeThreshold() 64 char szOneDayTimeMs[AgingConstants::THRESHOLD_VAL_LEN] = {0}; in InitAgingOneDayTimeMs() 66 AgingConstants::THRESHOLD_VAL_LEN); in InitAgingOneDayTimeMs()
|
H A D | bundle_aging_mgr.cpp | 68 char szTimerThresold[AgingConstants::THRESHOLD_VAL_LEN] = {0}; in InitAgingTimerInterval() 70 AgingConstants::THRESHOLD_VAL_LEN); in InitAgingTimerInterval() 85 char szBatteryThresold[AgingConstants::THRESHOLD_VAL_LEN] = {0}; in InitAgingBatteryThresold() 87 AgingConstants::THRESHOLD_VAL_LEN); in InitAgingBatteryThresold()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_drawable.cpp | 32 constexpr int32_t THRESHOLD_VAL_LEN = 10; variable 36 char retValue[THRESHOLD_VAL_LEN] = {"true"}; in IsSupportTelephonyVoice() 37 int32_t ret = GetParameter(IS_SUPPORT_TELEPHONY_VOICE, "true", retValue, THRESHOLD_VAL_LEN); in IsSupportTelephonyVoice()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/ |
H A D | aging_constants.h | 33 const int64_t THRESHOLD_VAL_LEN = 20; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 64 const int32_t THRESHOLD_VAL_LEN = 40; variable 1537 char szIsolationModeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in CheckIsolationMode() 1539 szIsolationModeThresholdMb, THRESHOLD_VAL_LEN); in CheckIsolationMode()
|
H A D | bundle_profile.cpp | 26 const int32_t THRESHOLD_VAL_LEN = 40; variable 29 char compressNativeLibs[THRESHOLD_VAL_LEN] = {0}; in IsSupportCompressNativeLibs() 30 …nt32_t ret = GetParameter(COMPRESS_NATIVE_LIBS.c_str(), "", compressNativeLibs, THRESHOLD_VAL_LEN); in IsSupportCompressNativeLibs()
|
H A D | module_profile.cpp | 27 const int32_t THRESHOLD_VAL_LEN = 40; variable 31 char compressNativeLibs[THRESHOLD_VAL_LEN] = {0}; in IsSupportCompressNativeLibs() 32 …nt32_t ret = GetParameter(COMPRESS_NATIVE_LIBS.c_str(), "", compressNativeLibs, THRESHOLD_VAL_LEN); in IsSupportCompressNativeLibs()
|
H A D | bundle_mgr_service_event_handler.cpp | 111 const int32_t THRESHOLD_VAL_LEN = 20; variable 1544 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota() 1546 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()
|
H A D | base_bundle_installer.cpp | 90 const int32_t THRESHOLD_VAL_LEN = 20; variable 2822 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota() 2824 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()
|