/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/ |
H A D | system_memory_level_config.cpp | 47 void SystemMemoryLevelConfig::SetLow(unsigned int low) in SetLow() argument 49 low_ = low; in SetLow() 83 unsigned int low; in ParseConfig() local 87 XmlHelper::SetUnsignedIntParam(param, "low", low, MEMORY_LEVEL_LOW_DEFAULT); in ParseConfig() 93 low *= KB_PER_MB; in ParseConfig() 98 SetLow(low); in ParseConfig() 101 …e=%{public}u, moderate=%{public}u, low=%{public}u, critical=%{public}u.", purgeable, moderate, low, in ParseConfig()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_bitmap.h | 32 #define SOFTBUS_BITSGET(x, high, low) ((x) & (((DATA_ONE(x) << ((high) + 1)) - 1) & ~((DATA_ONE(x) … argument 33 #define SOFTBUS_BITSSHIFT(x, high, low) (((x) >> (low)) & ((DATA_ONE(x) << ((high) - (low) + 1)) - … argument
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_binary_search.cpp | 30 int32_t low = 0; in BinarySearch() local 33 while (low <= high) { in BinarySearch() 34 int32_t mid = (low + high) / divider; in BinarySearch() 37 low = mid + 1; in BinarySearch()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-oom.md | 6 This command is used to query and set the low memory threshold and the PageCache reclaim threshold. 29 … -m [mem byte] | Sets the low memory threshold (in MB). | 0 to 1<br>The value **0** … 58 oom low memory threshold: 0x80000(byte) 68 [oom] OS is in low memory state 69 total physical memory: 0x1bcf000(byte), used: 0x1b50000(byte) ,free: 0x7f000(byte), low memory thre… 126 …low memory state<br>total physical memory: 0x1bcf000(byte), used: 0x1b50000(byte), free: 0x7f000(b… 130 | excFrom: User! | The system memory is low, and the …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_cubic_bezier_interpolator.cpp | 86 int low = 0; in BinarySearch() local 91 while (low <= high) { in BinarySearch() 92 middle = (static_cast<unsigned int>(low + high)) >> 1; in BinarySearch() 98 low = middle + 1; in BinarySearch() 103 return low; in BinarySearch()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/ |
H A D | cubic_bezier.cpp | 80 int low = 0; in BinarySearch() local 83 while (low <= high) { in BinarySearch() 85 int middle = (low + high) / 2; in BinarySearch() 88 low = middle + 1; in BinarySearch() 95 return low; in BinarySearch()
|
/ohos5.0/drivers/interface/bluetooth/lp_ble/v1_0/ |
H A D | IDeviceCallback.idl | 20 * @brief Provides APIs for the low power BLE service. 29 * @brief Declares the callbacks for the low power BLE module. 36 * @brief Declares the path of the low power BLE module interface package. 43 * @brief Defines the device callback for the low power BLE module. 45 …* Before enabling the low power BLE feature, you need to register this callback to report the info…
|
H A D | IWakeupCallback.idl | 20 * @brief Provides APIs for the low power BLE service. 29 * @brief Declares the callbacks for the low power BLE module. 36 * @brief Declares the path of the low power BLE module interface package. 43 * @brief Defines the wakeup message callback for the low power BLE module. 45 …* Before enabling the low power BLE feature, you need to register this callback to report the info…
|
H A D | IBleCallback.idl | 20 * @brief Provides APIs for the low power BLE service. 29 * @brief Declares the callbacks for the low power BLE module. 36 * @brief Declares the path of the low power BLE module interface package. 43 * @brief Defines the message callback for the low power BLE module. 45 …* Before enabling the low power BLE feature, you need to register this callback to report the info…
|
H A D | IBleInterface.idl | 20 * @brief Provides APIs for the low power BLE service. 29 * @brief Declares the callbacks for the low power BLE module. 36 * @brief Declares the path of the low power BLE module interface package. 43 * @brief Defines the message callback for the low power BLE module. 50 * @brief Defines the device callback for the low power BLE module. 57 * @brief Defines the wakeup message callback for the low power BLE module.
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_color_conversion_common.h | 77 const vec3 low = srgb * mlow; in SrgbToLinear() local 79 return mix(high, low, cutoff); in SrgbToLinear() 92 const vec3 low = linear * mlow; in LinearToSrgb() local 94 return mix(high, low, cutoff); in LinearToSrgb()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | sa_store.c | 156 int16 low = 0; in SASTORA_FindHandleByPid() local 157 while (low <= high) { in SASTORA_FindHandleByPid() 159 int16 mid = (high + low) / 2; in SASTORA_FindHandleByPid() 165 low = mid + 1; in SASTORA_FindHandleByPid() 179 int16 low = 0; in SASTORA_FindHandleByUidPid() local 180 while (low <= high) { in SASTORA_FindHandleByUidPid() 182 int16 mid = (high + low) / 2; in SASTORA_FindHandleByUidPid() 188 low = mid + 1; in SASTORA_FindHandleByUidPid()
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.1.1-release.md | 100 | I8QH9S | There is a low probability that a C++ crash occurs in libnative_appdatafwk.z.so of the o… 101 | I963TL | There is a low probability that a C++ crash occurs in libark_jsruntime.so of the com.oho… 102 | I98KIG | There is a low probability that app freezing occurs in the com.ohos.camera process becau… 112 | I8QLRO | There is a low probability that a C++ crash occurs in libbtstack.z.so of the stack threa… 113 | I8TLYJ | There is a low probability that a C++ crash occurs in libbtstack.z.so of the SaInit1 thr… 114 | I8TM99 | There is a low probability that a C++ crash occurs in libbtframework.z.so of the softbus… 115 …FJS | There is a low probability that a JS crash occurs in ObservedPropertyAbstractPU of the com.o… 116 …low probability that app freezing occurs in the com.ohos.settings process because THREAD_BLOCK_6S … 119 | I9AEO0 | There is a low probability that app freezing occurs in the com.ohos.settings process due… 120 | I9635I | There is a low probability that the device automatically restarts.| The impact is contro… [all …]
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | data_resource.cpp | 127 int32_t low = 0; in BinarySearchString() local 129 while (low <= high) { in BinarySearchString() 130 int32_t mid = low + (high - low) / 2; in BinarySearchString() 138 low = mid + 1; in BinarySearchString() 448 int32_t low = 0; in BinarySearchLocale() local 450 while (low <= high) { in BinarySearchLocale() 451 int32_t mid = low + (high - low) / 2; in BinarySearchLocale() 459 low = mid + 1; in BinarySearchLocale()
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 79 uint8_t low = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]); in HexStringToByte() local 80 if (high == MAX_HEX || low == MAX_HEX) { // max hex must < 16 in HexStringToByte() 84 byte[i] |= low; // Set the low nibble in HexStringToByte()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-power-temperature-protection.md | 45 "low": -400 54 | low | -500 | 138 "low": -400 173 "low": -500
|
H A D | subsys-power-level-LED-color.md | 45 "low": { 65 | low | 低电量 | 167 "low": { 221 "low": {
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | system_memory_level_config_test.cpp | 86 unsigned int low = 0; variable 88 setLow.SetLow(low); 89 EXPECT_EQ(setLow.GetLow(), low);
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-oom.md | 59 oom low memory threshold: 0x80000(byte) 69 [oom] OS is in low memory state 70 total physical memory: 0x1bcf000(byte), used: 0x1b50000(byte) ,free: 0x7f000(byte), low memory thre… 127 …low memory state<br/>total physical memory: 0x1bcf000(byte), used:&n…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_bigint_test.cpp | 268 uint64_t low = uint64_t(rand()); variable 269 u64Val[i] = (high << 32) | low; 310 uint64_t low = uint64_t(rand()); variable 311 u64Val[i] = (high << 32) | low; 352 uint64_t low = uint64_t(rand()); variable 353 u64Val[i] = (high << 32) | low; 390 uint64_t low = uint64_t(rand()); variable 391 u64Val[i] = (high << 32) | low;
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 79 uint8_t low = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]); in HexStringToByte() local 80 if (high == OUT_OF_HEX || low == OUT_OF_HEX) { in HexStringToByte() 84 byte[i] |= low; /* Set the low nibble */ in HexStringToByte()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_utils.cpp | 133 char16_t low = charBytes[i + 1]; in CharsConvertToChar16() local 135 ret[id] = (char16_t)((high << BYTE_LENGTH) | low); in CharsConvertToChar16() 137 ret[id] = (char16_t)((low << BYTE_LENGTH) | high); in CharsConvertToChar16() 167 uint8_t low = 0; in Gsm7bitConvertToString() local 180 … low = (bytes[pos] & (unsigned char)(0xFF << (BYTE_LENGTH - left))) >> (BYTE_LENGTH - left); in Gsm7bitConvertToString() 182 str.push_back(high | low); in Gsm7bitConvertToString()
|
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | rdb_predicates.h | 43 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between() argument 44 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween() argument 82 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between() argument 83 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween() argument
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-temperature-protection.md | 7 …erent environments, the battery temperature may become excessively high or low due to the impact o… 44 "low": -400 53 | low | -500 | 137 "low": -400 171 "low": -500
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_predicates.cpp | 265 AbsPredicates *AbsPredicates::Between(const std::string &field, const ValueObject &low, const Value… in Between() argument 267 if (!CheckParameter("between", field, { low, high })) { in Between() 273 bindArgs.push_back(low); in Between() 281 AbsPredicates *AbsPredicates::NotBetween(const std::string &field, const ValueObject &low, const Va… in NotBetween() argument 283 if (!CheckParameter("notBetween", field, { low, high })) { in NotBetween() 289 bindArgs.push_back(low); in NotBetween()
|