Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 108) sorted by relevance

12345

/base/telephony/cellular_call/services/utils/include/
Dstandardize_utils.h75 static bool IsDtmfKey(char c) in IsDtmfKey()
80 static bool IsPauseKey(char c) in IsPauseKey()
85 static bool IsWaitKey(char c) in IsWaitKey()
/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_output_event.c173 HiviewCache *c = NULL; in CloseEventOutputFile() local
231 HiviewCache *c = NULL; in OutputEvent() local
282 HiviewCache *c = NULL; in OutputEventRealtime() local
323 HiviewCache *c = NULL; in Output2Flash() local
379 HiviewCache *c = NULL; in GetEventFileSize() local
388 HiviewCache *c = NULL; in ReadEventFile() local
448 static void GetEventCache(uint8 type, HiviewCache **c, HiviewFile **f) in GetEventCache()
481 static void FlushEventInfo(const uint8 type, const HiviewCache *c, boolean syncFlag) in FlushEventInfo()
512 HiviewCache *c = NULL; in FlushFaultEvent() local
524 HiviewCache *c = NULL; in FlushUeEvent() local
[all …]
/base/telephony/cellular_call/services/utils/src/
Dstandardize_utils.cpp30 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local
49 for (char c : phoneNumber) { in FormatNumberAndToa() local
68 char c = phoneString.at(i); in ExtractAddressAndPostDial() local
78 char c = phoneString.at(i); in ExtractAddressAndPostDial() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dstringfilter.cpp82 for (auto c : text) { in EscapeToRaw() local
102 for (auto c : text) { in IsValidName() local
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
Dstring_filter.cpp82 for (auto c : text) { in EscapeToRaw() local
102 for (auto c : text) { in IsValidName() local
/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp85 PostDialCallState BaseConnection::ProcessNextChar(int32_t slotId, char &c) in ProcessNextChar()
120 int32_t BaseConnection::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dutils.cpp33 char c = *(s + i); in IsAlphaString() local
48 char c = *(s + i); in IsNumericString() local
248 static uint32_t ParseHex(char c, RState &state) in ParseHex()
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
Djit_fort_helper.h39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
Dsystem_ability.h26 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/base/telephony/core_service/services/sim/src/
Dsim_utils.cpp22 unsigned char SIMUtils::HexCharConvertToInt(char c) in HexCharConvertToInt()
88 bool SIMUtils::IsShowableAscii(char c) in IsShowableAscii()
214 wchar_t c = L'\uFFFF'; in DiallingNumberStringFieldConvertToString() local
311 int c = data[i] & BYTE_VALUE; in Decode8BitConvertToString() local
Dsim_number_decode.cpp74 bool SimNumberDecode::CharToBCD(const char c, uint8_t &result, const int bcdExtType) in CharToBCD()
180 char c = INIT_VAL; in BCDSectionConvertToString() local
/base/global/i18n/frameworks/intl/src/
Dlocale_util.cpp113 char c = *(s + i); in IsAlphaString() local
128 char c = *(s + i); in IsNumericString() local
/base/startup/hvb/libhvb/src/deps/
Dhvb_sysdeps.c39 void *hvb_memset(void *dest, const int c, size_t n) in hvb_memset()
44 int hvb_memset_s(void *dest, size_t destMax, int c, size_t count) in hvb_memset_s()
/base/telephony/sms_mms/utils/
Dsms_common_utils.cpp159 uint8_t SmsCommonUtils::DigitToDtmfChar(const uint8_t c) in DigitToDtmfChar()
172 uint8_t SmsCommonUtils::DtmfCharToDigit(const uint8_t c) in DtmfCharToDigit()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_string.cpp78 char HilogString::Putc(char c, HilogString *str) in Putc()
/base/security/device_security_level/baselib/utils/src/
Dutils_base64.c82 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local
134 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_ed25519tox25519.h35 BIGNUM *c; member
/base/security/dlp_permission_service/frameworks/common/src/
Dhex_string.cpp53 static uint8_t CharToHex(char c) in CharToHex()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dutils.cpp145 char c = *(s + i); in IsAlphaString() local
160 char c = *(s + i); in IsNumericString() local
371 static uint32_t ParseHex(char c, RState &state) in ParseHex()
/base/telephony/call_manager/utils/src/
Dcall_number_utils.cpp136 char c = phoneNumber.at(i); in FormatPhoneNumberAsYouType() local
213 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local
229 for (char c : phoneString) { in RemovePostDialPhoneNumber() local
/base/location/services/location_gnss/gnss/source/
Dstring_utils.cpp41 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt()
165 for (char c : gsm7Str) { in Gsm7Decode() local
/base/msdp/device_status/utils/common/src/
Dutility.cpp88 void Utility::RemoveTrailingChars(char c, char *path) in RemoveTrailingChars()
106 …str.erase(remove_if(str.begin(), str.end(), [](unsigned char c) { return std::isspace(c);}), str.e… in RemoveSpace()
/base/update/updater/services/diffpatch/
Ddiffpatch.cpp96 unsigned int c; in PatchMapFile() local
/base/time/time_service/utils/native/src/
Dtime_file_utils.cpp65 char c = static_cast<char>(fgetc(fp)); in GetNameByPid() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_format_dump_filter.cpp74 char &c = str.at(pos); in FilterControlChar() local

12345