Home
last modified time | relevance | path

Searched defs:tagLen (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_client.cpp25 extern "C" int HilogWriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char … in HilogWriteLogMessage()
31 int HilogInputSocketClient::WriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, con… in WriteLogMessage()
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dproc_tag.c114 uint32_t tagLen; in GetLogItemTag() local
146 static int32_t InsertTaTagNode(char *tagName, uint32_t tagLen, const char **logTag, const struct Lo… in InsertTaTagNode()
178 static int32_t InsertDriverTagNode(char *tagName, uint32_t tagLen, const char **logTag, const struc… in InsertDriverTagNode()
209 static int32_t InsertTagNode(bool isTa, char *tagName, uint32_t tagLen, in InsertTagNode()
234 uint32_t tagLen = taTagTempLen + strlen("teeos-") + 1; in GetTagName() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c35 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_… in SendMessage()
86 size_t tagLen = strnlen(tag, MAX_TAG_LEN - 1); in HiLogBasePrintArgs() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dkmsg_parser.cpp86 size_t tagLen = tagStr.size(); in ParseKmsg() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_aes_common.c48 size_t tagLen = spec->tag.len; in GetCcmTagLen() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Daes_openssl_common.h38 uint32_t tagLen; member
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_base.h36 uint16_t tagLen : 6; /* include '\0' */ member
H A Dhilog_cmd.h102 uint8_t tagLen; member
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp170 static int PrintLog(HilogMsg& header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t f… in PrintLog()
302 auto tagLen = strnlen(tag, MAX_TAG_LEN - 1); in HiLogPrintArgs() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp88 bool Constant::DCopy(uint8_t *tag, size_t tagLen, const uint8_t *src, size_t srcLen) in DCopy()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_data.h33 uint16_t tagLen : 6; /* include '\0' */ member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dutils_test.cpp211 size_t tagLen = 1; variable
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp803 int tagLen = res.substr(40).find(":") + 1; variable
852 int tagLen = res.substr(40).find(":") + 1; variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sim.c1333 uint8_t tagLen = 0; in FcpTlvSearchTag() local