/base/tee/tee_client/services/tlogcat/src/ |
H A D | proc_tag.c | 29 char *tagName; member 83 return tagInfo->tagName; in QueryDriverTagNode() 146 static int32_t InsertTaTagNode(char *tagName, uint32_t tagLen, const char **logTag, const struct LogItem *logItem) in InsertTaTagNode() argument 163 tagName[tagLen - 1] = '\0'; in InsertTaTagNode() 164 tagInfo->taTagName = tagName; in InsertTaTagNode() 165 *logTag = tagName; in InsertTaTagNode() 178 static int32_t InsertDriverTagNode(char *tagName, uint32_t tagLen, const char **logTag, const struct LogItem *logItem) in InsertDriverTagNode() argument 188 tagName[tagLen - 1] = '\0'; in InsertDriverTagNode() 189 tagInfo->tagName = tagName; in InsertDriverTagNode() 209 InsertTagNode(bool isTa, char *tagName, uint32_t tagLen, const char **logTag, const struct LogItem *logItem) InsertTagNode() argument 223 char *tagName = QueryTagNode(isTa, logItem); GetTagName() local [all...] |
/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/ |
H A D | xpower_event_js.cpp | 26 int ReportXPowerJsStackSysEvent(napi_env env, const std::string &tagName, const std::string &info) in ReportXPowerJsStackSysEvent() argument 29 return ReportXPowerJsStackSysEvent(engine, tagName, info); in ReportXPowerJsStackSysEvent() 32 int ReportXPowerJsStackSysEvent(NativeEngine *engine, const std::string &tagName, const std::string &info) in ReportXPowerJsStackSysEvent() argument 46 HiSysEvent::EventType::STATISTIC, "TAGNAME", tagName, "INFO", info, "STACKTRACE", stack); in ReportXPowerJsStackSysEvent() 50 int ReportXPowerJsStackSysEvent(EcmaVM *vm, const std::string &tagName, const std::string &info) in ReportXPowerJsStackSysEvent() argument 64 HiSysEvent::EventType::STATISTIC, "TAGNAME", tagName, "INFO", info, "STACKTRACE", stack); in ReportXPowerJsStackSysEvent()
|
H A D | xpower_event.cpp | 25 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info) in ReportXPowerStackSysEvent() argument 36 HiSysEvent::EventType::STATISTIC, "TAGNAME", tagName, "INFO", info, "STACKTRACE", stack); in ReportXPowerStackSysEvent()
|
/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/include/ |
H A D | xpower_event_js.h | 28 * @param tagName tag name used to track the stack 35 int ReportXPowerJsStackSysEvent(napi_env env, const std::string &tagName, const std::string &info = ""); 36 int ReportXPowerJsStackSysEvent(NativeEngine *engine, const std::string &tagName, const std::string &info = "");
|
H A D | xpower_event.h | 25 * @param tagName tag name used to track the stack 32 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info = "");
|
H A D | xpower_event_jsvm.h | 27 * @param tagName tag name used to track the stack 34 int ReportXPowerJsStackSysEvent(EcmaVM *vm, const std::string &tagName, const std::string &info = "");
|
/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_rule.cpp | 51 std::string &tagName, int32_t &len, std::string &value) in parseSimpleTLV() 60 /* begin parse tagName */ in parseSimpleTLV() 61 tagName.clear(); in parseSimpleTLV() 62 std::copy_n(it, IccOperatorRule::TLV_STAG_CHARLEN, std::back_inserter(tagName)); in parseSimpleTLV() 63 TELEPHONY_LOGI("parseSimpleTLV read tagName: '%{public}s' ", tagName.data()); in parseSimpleTLV() 154 std::string tagName; in DecodeTLVTagCertPkg() local 157 if (!parseSimpleTLV(hexStrBeg, hexStrEnd, tagName, length, value)) { in DecodeTLVTagCertPkg() 164 if (tagName == TAG_CERTIFICATE) { in DecodeTLVTagCertPkg() 167 } else if (tagName in DecodeTLVTagCertPkg() 50 parseSimpleTLV(std::string::const_iterator &it, const std::string::const_iterator &ed, std::string &tagName, int32_t &len, std::string &value) parseSimpleTLV() argument 196 std::string tagName; DecodeTLVTagLimits() local [all...] |
/base/powermgr/power_manager/services/native/src/ |
H A D | power_save_mode.cpp | 53 bool IsNodeLegal(const xmlNodePtr nodePtr, const std::string& tagName) in IsNodeLegal() argument 56 xmlStrEqual(nodePtr->name, BAD_CAST(tagName.c_str())) == 0; in IsNodeLegal()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 314 for (std::string tagName : traceParams.tags) {
in SetAllTags() 315 readyEnableTagList.insert(tagName);
in SetAllTags() 341 for (std::string tagName : readyEnableTagList) {
in SetAllTags() 342 auto iter = allTags.find(tagName);
in SetAllTags() 344 HILOG_ERROR(LOG_CORE, "tag<%{public}s> is invalid.", tagName.c_str());
in SetAllTags()
|