Home
last modified time | relevance | path

Searched defs:high (Results 1 – 17 of 17) sorted by relevance

/base/powermgr/battery_manager/services/native/profile/
Dbattery_config.json11 "high": { object
17 "high": 680, number
26 "high": 99, number
/base/startup/init/scripts/
Dparam_cfg_to_code.py122 def add_to_code_dict(code_dict, cfg_dict, high=True): argument
/base/security/security_guard/test/unittest/mock/rdb/
Drdb_predicates.h43 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between()
44 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween()
82 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between()
83 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween()
/base/security/dlp_permission_service/frameworks/common/src/
Dhex_string.cpp78 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
/base/security/device_auth/common_lib/impl/src/
Dstring_util.c78 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
/base/telephony/core_service/services/sim/src/
Dsim_utils.cpp132 char16_t high = charBytes[i]; in CharsConvertToChar16() local
166 uint8_t high = 0; in Gsm7bitConvertToString() local
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
Ddomain_chain_rule.cpp137 uint8_t high = CharToHex(first); in CharToHex() local
/base/global/i18n_lite/frameworks/i18n/src/
Ddata_resource.cpp128 int32_t high = static_cast<int32_t>(length - 1); in BinarySearchString() local
449 int32_t high = static_cast<int32_t>(localesCount - 1); in BinarySearchLocale() local
/base/notification/distributed_notification_service/services/ans/src/common/
Daes_gcm_helper.cpp76 unsigned char high = HexChar2Byte(hex[i]); in Hex2Byte() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddwarf_section.cpp74 uintptr_t high = fdeCount; in SearchEntry() local
Darm_exidx.cpp156 uintptr_t high = tableLen; in SearchEntry() local
/base/update/updater/services/package/pkg_manager/
Dpkg_utils.cpp264 uint32_t high = ReadLE32(buff + sizeof(uint32_t)); in GetFileSize() local
/base/update/sys_installer/services/module_update/util/src/
Dmodule_utils.cpp183 uint16_t high = ReadLE16(buff + sizeof(uint16_t)); in ReadLE32() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_auth_mgr.c81 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
/base/powermgr/battery_manager/frameworks/napi/src/
Dbattery_info.cpp336 napi_value high = nullptr; in CreateEnumLevelState() local
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp662 napi_value high = nullptr; in CreateEnumEventPriority() local
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
Dhks_teec.c82 static inline uint64_t Uint32To64(uint32_t high, uint32_t low) in Uint32To64()