/base/hiviewdfx/hievent_lite/frameworks/ |
D | hiview_output_event.c | 170 HiviewCache *c = NULL; in CloseEventOutputFile() local 228 HiviewCache *c = NULL; in OutputEvent() local 279 HiviewCache *c = NULL; in OutputEventRealtime() local 324 HiviewCache *c = NULL; in Output2Flash() local 380 HiviewCache *c = NULL; in GetEventFileSize() local 389 HiviewCache *c = NULL; in ReadEventFile() local 443 static void GetEventCache(uint8 type, HiviewCache **c, HiviewFile **f) in GetEventCache() 473 static void FlushEventInfo(const uint8 type, const HiviewCache *c, boolean syncFlag) in FlushEventInfo() 504 HiviewCache *c = NULL; in FlushFaultEvent() local 516 HiviewCache *c = NULL; in FlushUeEvent() local [all …]
|
/base/telephony/cellular_call/services/common/src/ |
D | standardize_utils.cpp | 30 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
D | stringfilter.cpp | 75 for (auto c : text) { in EscapeToRaw() local 95 for (auto c : text) { in IsValidName() local
|
/base/update/updater/services/script/yacc/ |
D | location.hh | 43 explicit position(filename_type* f = YY_NULLPTR, counter_type l = 1, counter_type c = 1) in position() 47 void initialize(filename_type* fn = YY_NULLPTR, counter_type l = 1, counter_type c = 1) in initialize() 131 explicit location (filename_type* f, counter_type l = 1, counter_type c = 1) in location() 134 void initialize(filename_type* f = YY_NULLPTR, counter_type l = 1, counter_type c = 1) in initialize()
|
D | lexer.cpp | 128 #define YY_SC_TO_UI(c) ((YY_CHAR)(c)) argument 196 #define unput(c)yyunput(c, (yytext_ptr)) argument 1251 void yyFlexLexer::yyunput(int c, char* yy_bp) in yyunput() 1284 int c; in yyinput() local
|
/base/global/resmgr_standard/frameworks/resmgr/src/utils/ |
D | utils.cpp | 33 char c = *(s + i); in IsAlphaString() local 48 char c = *(s + i); in IsNumericString() local 252 static uint32_t ParseHex(char c, RState &state) in ParseHex()
|
/base/global/resmgr_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 247 static uint32_t ParseHex(char c, RState &state) in ParseHex()
|
/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() 167 wchar_t c = L'\uFFFF'; in DiallingNumberStringFieldConvertToString() local 180 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/compileruntime/js_api_module/xml/ |
D | js_xml.cpp | 332 char c = s[i]; in WriteEscaped() local 688 int c = PriorDealChar(); in SkipChar() local 701 char c = 0; in ParseNameInner() local 729 char c = strXml_[position_]; in ParseName() local 758 int c = 0; in ParseEntityFunc() local 804 int c = PriorDealChar(); in ParseEntity() local 827 bool XmlPullParser::ParseTagValueFunc(char &c, bool bFlag, TextEnum textEnum, in ParseTagValueFunc() 861 void XmlPullParser::DealWhiteSpace(unsigned char c) in DealWhiteSpace() 883 unsigned char c = strXml_[position_]; in ParseTagValueInner() local 1257 int c = PriorDealChar(); in ParserDoctInnerInfo() local [all …]
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
D | hks_openssl_ed25519tox25519.h | 34 BIGNUM *c; member
|
/base/security/deviceauth/common_lib/impl/src/ |
D | string_util.c | 68 static uint8_t CharToHex(char c) in CharToHex() 138 static bool IsInvalidBase64Character(char c) in IsInvalidBase64Character()
|
D | hc_string.c | 69 HcBool StringAppendChar(HcString *self, char c) in StringAppendChar()
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_base64.c | 80 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 132 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/base/update/updater/services/diffpatch/ |
D | diffpatch.cpp | 66 unsigned int c; in ConvertSha256Hex() local
|
/base/telephony/sms_mms/utils/ |
D | sms_common_utils.cpp | 177 char SmsCommonUtils::BcdToChar(const unsigned char c) in BcdToChar() 238 unsigned char SmsCommonUtils::DigitToDtmfChar(const unsigned char c) in DigitToDtmfChar()
|
D | string_utils.cpp | 27 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt()
|
/base/telephony/core_service/services/sim/include/ |
D | sim_char_decode.h | 82 for (auto c : str) { in CharCodeToSequence() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/ |
D | faultlogger_client.cpp | 64 [](unsigned char c) { return !std::isprint(c); }), module.end()); in AddFaultLog()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_photo_operator.cpp | 126 bool OsAccountPhotoOperator::IsBase(unsigned char c) in IsBase()
|
/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/standard/ |
D | crypto_hash_to_point.c | 200 const struct CurveConstPara *curvePara, BIGNUM *c, BN_CTX *ctx) in CurveHashToPointCalcC() 280 BIGNUM *c = BN_new(); in CurveHashToPoint() local
|
/base/update/updater/services/script/threadpool/ |
D | threadpool.cpp | 87 for (auto c : task.subTaskFlag) { in ~ThreadPool() local
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
D | soft_bus_channel.h | 226 const char *c = "89ab"; in random_uuid() local
|
/base/hiviewdfx/hilog/frameworks/native/ |
D | output_p.inl | 136 #define SECUREC_FMT_TYPE(c,fmtTable) ((((unsigned int)(int)(c)) <= (unsigned int)(int)SECUREC_CHAR… argument 138 #define SECUREC_DECODE_STATE(c,fmtTable,laststate) (SecFmtState)(((fmtTable[(SECUREC_FMT_TYPE(c,fmt… argument 143 #define SECUREC_DECODE_STATE(c,fmtTable,laststate) (SecFmtState)((fmtTable[(fmtTable[(unsigned char… argument
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
D | sys_event_dao_test.cpp | 344 EventStore::SysEeventCallBack c = [&](SysEvent &sysEvent) -> int { in __anoncfbb46500102() variable
|