Searched refs:tagName (Results 1 – 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/ |
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… 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()
|
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/ |
D | xpower_event_js.h | 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…
|
D | xpower_event.h | 32 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info = "");
|
D | xpower_event_jsvm.h | 34 int ReportXPowerJsStackSysEvent(EcmaVM *vm, const std::string &tagName, const std::string &info = "…
|
/base/telephony/core_service/services/sim/src/ |
D | icc_operator_rule.cpp | 51 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/ |
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/ |
D | hitrace_dump.cpp | 372 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()
|