/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
H A D | hilog_input_socket_client.cpp | 25 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 D | proc_tag.c | 114 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 D | hilog_base.c | 35 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 D | kmsg_parser.cpp | 86 size_t tagLen = tagStr.size(); in ParseKmsg() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
H A D | cipher_aes_common.c | 48 size_t tagLen = spec->tag.len; in GetCcmTagLen() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | aes_openssl_common.h | 38 uint32_t tagLen; member
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_base.h | 36 uint16_t tagLen : 6; /* include '\0' */ member
|
H A D | hilog_cmd.h | 102 uint8_t tagLen; member
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 170 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 D | constant.cpp | 88 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 D | log_data.h | 33 uint16_t tagLen : 6; /* include '\0' */ member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | utils_test.cpp | 211 size_t tagLen = 1; variable
|
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilogtool_test.cpp | 803 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 D | at_sim.c | 1333 uint8_t tagLen = 0; in FcpTlvSearchTag() local
|