Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 60) sorted by relevance

123

/developtools/hdc/src/common/
Dtlv.cpp46 uint32_t tag = *reinterpret_cast<const uint32_t*>(tlvs + pos); in TlvBuf() local
89 bool TlvBuf::Append(const uint32_t tag, const string &val) in Append()
94 bool TlvBuf::Append(const uint32_t tag, const uint32_t len, const uint8_t *val) in Append()
114 bool TlvBuf::FindTlv(const uint32_t tag, uint32_t &len, uint8_t *&val) const in FindTlv() argument
141 bool TlvBuf::FindTlv(const uint32_t tag, string &val) const in FindTlv() argument
/developtools/smartperf_host/smartperf_host/ide/src/command/
DCmd.ts67 tag: 'shell', constant
81 tag: 'file', constant
102 tag: 'hiprofiler_cmd', constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java42 protected char tag; field in SignContentHash
64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash()
95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData()
DBlockHead.java70 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead()
92 public static byte[] getBlockHeadLittleEndian(char type, char tag, int length, int offset) { in getBlockHeadLittleEndian()
/developtools/hdc/test/unittest/common/
Dtlv_ut.cpp185 uint32_t tag = 1; variable
210 uint32_t tag = 1; variable
232 uint32_t tag = 1; variable
256 uint32_t tag = 1; variable
282 uint32_t tag = 5; variable
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dblock_head.cpp33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int … in GetBlockHead()
48 std::vector<int8_t> BlockHead::GetBlockHeadLittleEndian(const char type, const char tag, in GetBlockHeadLittleEndian()
Dsign_content_info.cpp23 SignContentHash::SignContentHash(const char type, const char tag, const short algId, in SignContentHash()
41 void SignContentInfo::AddContentHashData(const char type, const char tag, const short algId, in AddContentHashData()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dbinder_filter.cpp170 void BinderFilter::TractionLock(int64_t ts, uint32_t pid, const std::string &tag) in TractionLock()
176 void BinderFilter::TractionLocked(int64_t ts, uint32_t pid, const std::string &tag) in TractionLocked()
188 void BinderFilter::TractionUnlock(int64_t ts, uint32_t pid, const std::string &tag) in TractionUnlock()
/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DTaggedTemplateExpression.ts47 get tag(): Expression | undefined { method in TaggedTemplateExpression
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/
DDeserializerBase.ts143 const tag = this.readInt8() constant
148 const tag = this.readInt8() constant
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dmmc.proto37 int32 tag = 15; field
66 int32 tag = 17; field
Dbinder.proto75 string tag = 1; field
80 string tag = 1; field
170 string tag = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Dmmc.proto37 int32 tag = 15; field
66 int32 tag = 17; field
Dbinder.proto75 string tag = 1; field
80 string tag = 1; field
170 string tag = 1; field
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dmmc.proto37 int32 tag = 15; field
66 int32 tag = 17; field
Dbinder.proto75 string tag = 1; field
80 string tag = 1; field
170 string tag = 1; field
/developtools/profiler/protos/types/plugins/hilog_data/
Dhilog_plugin_result.proto24 string tag = 6; field
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/hilog_data/
Dhilog_plugin_result.proto24 string tag = 6; field
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/
DBaseElement.js15 export function element(tag) { argument
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dbinder.proto75 string tag = 1; field
80 string tag = 1; field
170 string tag = 1; field
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js62 tag: true, property
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/
Dhilog_stdtype.h28 DataIndex tag = INVALID_UINT64; member
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerLog.ts128 tag: string | undefined; property in LogStruct
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/hi-sysevent/
DTabPaneHisysEvents.test.ts98 const tag = tagElement.querySelector('.tag'); constant
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h55 uint32_t tag = 0; member
75 uint32_t tag = 0; member
94 uint32_t tag = 0; member
109 uint32_t tag = 0; member

123