Home
last modified time | relevance | path

Searched refs:tagName (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/
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… 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()
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/
Dxpower_event_js.h35 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…
Dxpower_event.h32 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info = "");
Dxpower_event_jsvm.h34 int ReportXPowerJsStackSysEvent(EcmaVM *vm, const std::string &tagName, const std::string &info = "…
/base/telephony/core_service/services/sim/src/
Dicc_operator_rule.cpp51 std::string &tagName, int32_t &len, std::string &value) in parseSimpleTLV() argument
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 == TAG_PACKAGE) { in DecodeTLVTagCertPkg()
196 std::string tagName; in DecodeTLVTagLimits() local
199 if (!parseSimpleTLV(hexStrBeg, hexStrEnd, tagName, length, value)) { in DecodeTLVTagLimits()
[all …]
/base/powermgr/power_manager/services/native/src/
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/
Dhitrace_dump.cpp372 for (std::string tagName : traceParams.tags) { in SetAllTags() local
373 readyEnableTagList.insert(tagName); in SetAllTags()
399 for (std::string tagName : readyEnableTagList) { in SetAllTags() local
400 auto iter = allTags.find(tagName); in SetAllTags()