/base/telephony/cellular_call/services/common/include/ |
D | standardize_utils.h | 65 static bool IsDtmfKey(char c) in IsDtmfKey() 70 static bool IsPauseKey(char c) in IsPauseKey() 75 static bool IsWaitKey(char c) in IsWaitKey()
|
/base/telephony/cellular_call/services/common/src/ |
D | standardize_utils.cpp | 30 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local 49 char c = phoneString.at(i); in ExtractAddressAndPostDial() local 59 char c = phoneString.at(i); in ExtractAddressAndPostDial() local
|
/base/hiviewdfx/hievent_lite/frameworks/ |
D | hiview_output_event.c | 173 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/security/device_auth/services/frameworks/inc/hiview_adapter/ |
D | hisysevent_adapter.h | 21 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) argument 35 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) DevAuthReportCallEvent(a, b, c, d) argument
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/ |
D | string_filter.cpp | 82 for (auto c : text) { in EscapeToRaw() local 102 for (auto c : text) { in IsValidName() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
D | stringfilter.cpp | 82 for (auto c : text) { in EscapeToRaw() local 102 for (auto c : text) { in IsValidName() local
|
/base/telephony/cellular_call/services/connection/src/ |
D | base_connection.cpp | 85 PostDialCallState BaseConnection::ProcessNextChar(int32_t slotId, char &c) in ProcessNextChar() 120 int32_t BaseConnection::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar()
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | xcollie_utils.cpp | 27 bool IsFileNameFormat(char c) in IsFileNameFormat()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | utils.cpp | 33 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/security_component_manager/services/security_component_service/sa/test/mock/include/ |
D | system_ability.h | 25 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/base/telephony/sms_mms/utils/ |
D | sms_common_utils.cpp | 109 uint8_t SmsCommonUtils::DigitToDtmfChar(const uint8_t c) in DigitToDtmfChar() 122 uint8_t SmsCommonUtils::DtmfCharToDigit(const uint8_t c) in DtmfCharToDigit()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_utils.cpp | 22 unsigned char SIMUtils::HexCharConvertToInt(char c) in HexCharConvertToInt() 88 bool SIMUtils::IsShowableAscii(char c) in IsShowableAscii() 207 wchar_t c = L'\uFFFF'; in DiallingNumberStringFieldConvertToString() local 220 int c = data[i] & BYTE_VALUE; in DiallingNumberStringFieldConvertToString() local
|
D | sim_number_decode.cpp | 74 bool SimNumberDecode::CharToBCD(const char c, uint8_t &result, const int bcdExtType) in CharToBCD() 193 char c = INIT_VAL; in BCDSectionConvertToString() local
|
/base/telephony/call_manager/utils/src/ |
D | call_number_utils.cpp | 148 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local 164 for (char c : phoneString) { in RemovePostDailPhoneNumber() local
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
D | hilog_string.cpp | 78 char HilogString::Putc(char c, HilogString *str) in Putc()
|
/base/msdp/device_status/utils/common/src/ |
D | utility.cpp | 80 void Utility::RemoveTrailingChars(char c, char *path) in RemoveTrailingChars() 98 …str.erase(remove_if(str.begin(), str.end(), [](unsigned char c) { return std::isspace(c);}), str.e… in RemoveSpace()
|
/base/security/device_auth/common_lib/impl/src/ |
D | string_util.c | 67 static uint8_t CharToHex(char c) in CharToHex() 111 static bool IsInvalidBase64Character(char c) in IsInvalidBase64Character()
|
/base/security/dlp_permission_service/frameworks/common/src/ |
D | hex_string.cpp | 48 static uint8_t CharToHex(char c) in CharToHex()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
D | hks_openssl_ed25519tox25519.h | 35 BIGNUM *c; member
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_base64.c | 82 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/time/time_service/utils/native/src/ |
D | time_file_utils.cpp | 76 char c = static_cast<char>(fgetc(fp)); in GetNameByPid() local
|
/base/update/updater/services/diffpatch/ |
D | diffpatch.cpp | 93 unsigned int c; in PatchMapFile() local
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | utils.cpp | 144 char c = *(s + i); in IsAlphaString() local 159 char c = *(s + i); in IsNumericString() local 364 static uint32_t ParseHex(char c, RState &state) in ParseHex()
|
/base/update/updater/services/ui/view/ |
D | view_api.cpp | 58 …if (std::find_if_not(std::next(begin(color)), end(color), [](unsigned char c) { return isxdigit(c)… in CheckColor()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | file_format_dump_filter.cpp | 74 char &c = str.at(pos); in FilterControlChar() local
|