Home
last modified time | relevance | path

Searched refs:tagName (Results 1 - 9 of 9) sorted by relevance

/base/tee/tee_client/services/tlogcat/src/
H A Dproc_tag.c29 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 Dxpower_event_js.cpp26 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 Dxpower_event.cpp25 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 Dxpower_event_js.h28 * @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 Dxpower_event.h25 * @param tagName tag name used to track the stack
32 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info = "");
H A Dxpower_event_jsvm.h27 * @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 Dicc_operator_rule.cpp51 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 Dpower_save_mode.cpp53 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 Dhitrace_dump.cpp314 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()

Completed in 7 milliseconds