Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dsystem_memory_level_config.cpp47 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 Dsoftbus_bitmap.h32 #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 Dbundle_active_binary_search.cpp30 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 Dkernel-small-debug-shell-cmd-oom.md6 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…
126low 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 Drs_cubic_bezier_interpolator.cpp86 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 Dcubic_bezier.cpp80 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 DIDeviceCallback.idl20 * @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 DIWakeupCallback.idl20 * @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 DIBleCallback.idl20 * @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 DIBleInterface.idl20 * @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 Drender_color_conversion_common.h77 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 Dsa_store.c156 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 DOpenHarmony-v4.1.1-release.md100 | 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…
116low 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 Ddata_resource.cpp127 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 Dhex_string.cpp79 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 Dsubsys-power-temperature-protection.md45 "low": -400
54 | low | -500 |
138 "low": -400
173 "low": -500
H A Dsubsys-power-level-LED-color.md45 "low": {
65 | low | 低电量 |
167 "low": {
221 "low": {
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dsystem_memory_level_config_test.cpp86 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 Dkernel-small-debug-shell-cmd-oom.md59 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…
127low&nbsp;memory&nbsp;state<br/>total&nbsp;physical&nbsp;memory:&nbsp;0x1bcf000(byte),&nbsp;used:&n…
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_bigint_test.cpp268 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 Dstring_util.c79 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 Dsim_utils.cpp133 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
180low = (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 Drdb_predicates.h43 …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 Dsubsys-power-temperature-protection.md7 …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 Dabs_predicates.cpp265 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()

12345678910>>...16