Home
last modified time | relevance | path

Searched refs:tag (Results 1 - 25 of 103) sorted by relevance

12345

/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H A Dsteps_ci.go72 for _, tag := range tags {
73 pkg, err := m.genTagPackage(tag)
99 resp, err := utils.DoSimpleHttpReq(http.MethodPost, "http://ci.openharmony.cn/api/ci-backend/ci-portal/v1/build/tag", data, map[string]string{"Content-Type": "application/json;charset=UTF-8"})
107 for _, tag := range tagResp.Result.TagList {
108 if _, ok := deDup[tag.Id]; ok {
111 deDup[tag.Id] = tag
112 date, err := time.ParseInLocation("2006-01-02 15:04:05", tag.Timestamp, time.Local)
117 ret = append(ret, tag)
131 func (m *Manager) genTagPackage(tag *Ta
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
H A DSignContentInfo.java40 * the signature sub-block tag
42 protected char tag; field in SignContentHash
64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash() argument
66 this.tag = tag; in SignContentHash()
90 * @param tag the signature sub-block tag
95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData() argument
96 SignContentHash signInfo = new SignContentHash(type, tag, algId, length, hash); in addContentHashData()
134 ret[index] = (byte) tmp.tag; in getByteContent()
[all...]
H A DHwBlockHead.java65 * @param tag tags of signature block
70 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead() argument
73 (byte) (tag), in getBlockHead()
87 * @param tag tags of signature block
92 public static byte[] getBlockHeadLittleEndian(char type, char tag, int length, int offset) { in getBlockHeadLittleEndian() argument
95 bf.putChar(tag); in getBlockHeadLittleEndian()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dblock_head.cpp33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead() argument
37 tmpVec.push_back(tag); in GetBlockHead()
48 std::vector<int8_t> BlockHead::GetBlockHeadLittleEndian(const char type, const char tag, in GetBlockHeadLittleEndian() argument
53 bf.PutByte(tag); in GetBlockHeadLittleEndian()
H A Dsign_content_info.cpp23 SignContentHash::SignContentHash(const char type, const char tag, const short algId, in SignContentHash() argument
27 m_tag = tag; in SignContentHash()
41 void SignContentInfo::AddContentHashData(const char type, const char tag, const short algId, in AddContentHashData() argument
44 SignContentHash signInfo(type, tag, algId, length, hash); in AddContentHashData()
/developtools/hdc/hdc_rust/src/cffi/
H A Dserial_struct_define.h205 static uint32_t MakeTagWireType(uint32_t tag, WireType wireType) in MakeTagWireType() argument
207 return (tag << 3) | static_cast<uint32_t>(wireType); // 3:tag type offset in MakeTagWireType()
210 static inline void ReadTagWireType(uint32_t tagKey, uint32_t &tag, WireType &wireType) in ReadTagWireType() argument
213 tag = tagKey >> 3; // 3:tag type offset in ReadTagWireType()
431 static void WriteTagWriteType(uint32_t tag, WireType wireType, Writer &out)
433 WriteVarint(MakeTagWireType(tag, wireType), out);
567 void WriteRepeated(uint32_t tag, It begin, It end, Writer &out)
574 WriteVarint(MakeTagWireType(tag, WireTyp
[all...]
/developtools/hdc/src/common/
H A Dserial_struct_define.h202 static uint32_t MakeTagWireType(uint32_t tag, WireType wireType) in MakeTagWireType() argument
204 return (tag << 3) | static_cast<uint32_t>(wireType); // 3:tag type offset in MakeTagWireType()
207 static inline void ReadTagWireType(uint32_t tagKey, uint32_t &tag, WireType &wireType) in ReadTagWireType() argument
210 tag = tagKey >> 3; // 3:tag type offset in ReadTagWireType()
428 static void WriteTagWriteType(uint32_t tag, WireType wireType, Writer &out)
430 WriteVarint(MakeTagWireType(tag, wireType), out);
564 void WriteRepeated(uint32_t tag, It begin, It end, Writer &out)
571 WriteVarint(MakeTagWireType(tag, WireTyp
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H A Dblock_head.h36 static std::string GetBlockHead(const char type, const char tag, const short length, const int offset);
37 static std::vector<int8_t> GetBlockHeadLittleEndian(const char type, const char tag,
H A Dsign_content_info.h28 SignContentHash(const char type, const char tag, const short algId,
46 void AddContentHashData(const char type, const char tag, const short algId,
/developtools/packing_tool/adapter/ohos/
H A DResourcesParser.java188 String tag; field in ResourcesParser.ConfigIndex
282 byte[] tag = new byte[TAG_BYTE_LENGTH]; in loadBaseConfig()
283 bufBuf.get(tag); in loadBaseConfig()
284 cfg.tag = new String(tag, StandardCharsets.UTF_8); in loadBaseConfig()
312 byte[] tag = new byte[TAG_BYTE_LENGTH]; in readBaseItem()
313 buf.get(tag); in readBaseItem()
359 byte[] tag = new byte[TAG_BYTE_LENGTH]; in loadConfig()
360 bufBuf.get(tag); in loadConfig()
361 cfg.tag in loadConfig()
[all...]
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
H A 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
/developtools/smartperf_host/trace_streamer/src/filter/
H A Dbinder_filter.cpp170 void BinderFilter::TractionLock(int64_t ts, uint32_t pid, const std::string &tag) in TractionLock() argument
172 Unused(tag); in TractionLock()
176 void BinderFilter::TractionLocked(int64_t ts, uint32_t pid, const std::string &tag) in TractionLocked() argument
178 Unused(tag); in TractionLocked()
188 void BinderFilter::TractionUnlock(int64_t ts, uint32_t pid, const std::string &tag) in TractionUnlock() argument
190 Unused(tag); in TractionUnlock()
H A Dbinder_filter.h45 void TractionLock(int64_t ts, uint32_t pid, const std::string &tag);
46 void TractionLocked(int64_t ts, uint32_t pid, const std::string &tag);
47 void TractionUnlock(int64_t ts, uint32_t pid, const std::string &tag);
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H A Dhilog_plugin_unittest.cpp250 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
273 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
298 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
324 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
350 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
376 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
402 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
428 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), ""); in HWTEST_F()
454 EXPECT_STREQ(info.mutable_detail()->tag().c_str(), "HwMSDPMovementImpl"); in HWTEST_F()
480 EXPECT_STREQ(info.mutable_detail()->tag() in HWTEST_F()
[all...]
/developtools/profiler/hiebpf/include/
H A Dhiebpf_common.h86 uint32_t tag; member
103 uint32_t tag; member
/developtools/profiler/device/base/include/
H A Dlogging.h81 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list vargs) in HiLogPrintArgs() argument
87 prioNames[prio].c_str(), tag); in HiLogPrintArgs()
96 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ...) in HiLogPrint() argument
101 int count = HiLogPrintArgs(prio, domain, tag, fmt, vargs); in HiLogPrint()
/developtools/profiler/device/plugins/native_daemon/src/
H A Ddebug_logger.cpp194 if (tagLevelPair.size() == 1) { // only tag in SetLogTags()
196 } else { // tag:level in SetLogTags()
205 DebugLevel DebugLogger::GetLogLevelByTag(const std::string &tag) const in GetLogLevelByTag()
207 if (logTagLevelmap_.count(tag) > 0) { in GetLogLevelByTag()
208 return logTagLevelmap_.at(tag); in GetLogLevelByTag()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
H A Dftrace_mmc_event_formatter.cpp34 "sbc_err=%d sbc_resp=0x%x 0x%x 0x%x 0x%x sbc_retries=%u bytes_xfered=%u data_err=%d tag=%d can_retune=%u "
40 msg.sbc_retries(), msg.bytes_xfered(), msg.data_err(), msg.tag(), msg.can_retune(), msg.doing_retune(),
57 "sbc_flags=0x%x sbc_retires=%u blocks=%u block_size=%u blk_addr=%u data_flags=0x%x tag=%d can_retune=%u "
61 msg.sbc_flags(), msg.sbc_retries(), msg.blocks(), msg.blksz(), msg.blk_addr(), msg.data_flags(), msg.tag(),
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/
H A Dhilog_stdtype.cpp26 tags_.emplace_back(logInfoRow.tag); in AppendNewLogInfo()
H A Dhilog_stdtype.h28 DataIndex tag = INVALID_UINT64; member
/developtools/ace_js2bundle/ace-loader/plugin/templater/
H A Dlite_component_map.js312 tag = {
316 return tag[deviceType];
H A Ddata.js62 tag: true,
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/sa/
H A Dsa.py28 if item.tag == name:
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
H A Dfilter_filter_test.cpp17 #include <hwext/gtest-tag.h>
/developtools/hiperf/src/
H A Ddebug_logger.cpp196 if (tagLevelPair.size() == 1) { // only tag in SetLogTags()
198 } else { // tag:level in SetLogTags()
207 DebugLevel DebugLogger::GetLogLevelByTag(const std::string &tag) const in GetLogLevelByTag()
209 if (logTagLevelmap_.count(tag) > 0) { in GetLogLevelByTag()
210 return logTagLevelmap_.at(tag); in GetLogLevelByTag()

Completed in 11 milliseconds

12345