Home
last modified time | relevance | path

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 Daging_request.cpp47 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 Dbundle_aging_mgr.cpp68 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 Dbundle_resource_drawable.cpp32 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 Daging_constants.h33 const int64_t THRESHOLD_VAL_LEN = 20; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp64 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 Dbundle_profile.cpp26 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 Dmodule_profile.cpp27 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 Dbundle_mgr_service_event_handler.cpp111 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 Dbase_bundle_installer.cpp90 const int32_t THRESHOLD_VAL_LEN = 20; variable
2822 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota()
2824 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()