Home
last modified time | relevance | path

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

123

/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/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dstringfilter.cpp82 for (auto c : text) { in EscapeToRaw() local
102 for (auto c : text) { in IsValidName() local
/base/telephony/cellular_call/services/common/src/
Dstandardize_utils.cpp30 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local
/base/hiviewdfx/hicollie/frameworks/native/
Dxcollie_utils.cpp27 bool IsFileNameFormat(char c) in IsFileNameFormat()
/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/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()
207 wchar_t c = L'\uFFFF'; in DiallingNumberStringFieldConvertToString() local
220 int c = data[i] & BYTE_VALUE; in DiallingNumberStringFieldConvertToString() local
Dsim_number_decode.cpp74 bool SimNumberDecode::CharToBCD(const char c, uint8_t &result, const int bcdExtType) in CharToBCD()
193 char c = INIT_VAL; in BCDSectionConvertToString() local
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_string.cpp78 char HilogString::Putc(char c, HilogString *str) in Putc()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_ed25519tox25519.h35 BIGNUM *c; member
/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/device_auth/common_lib/impl/src/
Dstring_util.c68 static uint8_t CharToHex(char c) in CharToHex()
138 static bool IsInvalidBase64Character(char c) in IsInvalidBase64Character()
Dhc_string.c69 HcBool StringAppendChar(HcString *self, char c) in StringAppendChar()
/base/update/updater/services/diffpatch/
Ddiffpatch.cpp93 unsigned int c; in PatchMapFile() local
/base/global/resource_management/frameworks/resmgr/src/utils/
Dutils.cpp110 char c = *(s + i); in IsAlphaString() local
125 char c = *(s + i); in IsNumericString() local
330 static uint32_t ParseHex(char c, RState &state) in ParseHex()
/base/telephony/sms_mms/utils/
Dsms_common_utils.cpp177 char SmsCommonUtils::BcdToChar(const unsigned char c) in BcdToChar()
238 unsigned char SmsCommonUtils::DigitToDtmfChar(const unsigned char c) in DigitToDtmfChar()
/base/update/updater/services/ui/view/
Dview_api.cpp58 …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/
Dfile_format_dump_filter.cpp74 char &c = str.at(pos); in FilterControlChar() local
/base/telephony/core_service/services/sim/include/
Dsim_char_decode.h82 for (auto c : str) { in CharCodeToSequence() local
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_photo_operator.cpp128 bool OsAccountPhotoOperator::IsBase(unsigned char c) in IsBase()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dcrypto_hash_to_point.c200 const struct CurveConstPara *curvePara, BIGNUM *c, BN_CTX *ctx) in CurveHashToPointCalcC()
280 BIGNUM *c = BN_new(); in CurveHashToPoint() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
Dfaultlogger_client.cpp41 for (char c : str) { in GetPrintableStr() local
/base/startup/hvb/libhvb/src/deps/
Dhvb_sysdeps.c34 void *hvb_memset(void *dest, const int c, size_t n) in hvb_memset()
/base/hiviewdfx/hisysevent/frameworks/native/
Djson_flatten_parser.cpp40 for (char c = '0'; c <= '9'; c++) { in Initialize() local
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp350 EventStore::SysEventCallBack c = [&](SysEvent &sysEvent) -> int { in __anon39470c6d0102() variable
520 EventStore::SysEventCallBack c = [&](SysEvent &sysEvent) -> int { in __anon39470c6d0902() variable
/base/security/crypto_framework/common/src/
Dhcf_string.c127 int StringFind(const HcString *self, char c, uint32_t begin) in StringFind()

123