| /developtools/hdc/test/unittest/common/ |
| D | tlv_ut.cpp | 47 uint8_t *BuildTlv(const std::vector<uint32_t> tags, 63 uint8_t *HdcBaseTest::BuildTlv(const std::vector<uint32_t> tags, in BuildTlv() argument 68 if (tags.size() != sizes.size() || tags.empty()) { in BuildTlv() 69 WRITE_LOG(LOG_WARN, "not valid size: %u, %u", tags.size(), sizes.size()); in BuildTlv() 90 for (; pos < tlvsize && i < tags.size(); i++) { in BuildTlv() 91 *(uint32_t *)(tlv + pos) = tags[i]; in BuildTlv() 92 *(uint32_t *)(tlv + pos + sizeof(tags[i])) = sizes[i]; in BuildTlv() 121 std::vector<uint32_t> tags = { 1 }; variable 124 uint8_t *tlv = this->BuildTlv(tags, sizes, 0xAB, tlvsize); 137 std::vector<uint32_t> tags = { 1 }; variable [all …]
|
| /developtools/hdc/src/common/ |
| D | tlv.h | 28 // construct a empty TlvBuf object with valid tags 31 // construct a TlvBuf object from a TLV buffer with valid tags 45 … // // if return true, invalid_tags is empty, else the invalid tags will bring out by invalid_tags
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_components_file.js | 386 const tags = parseTags(node); 387 const flags = filterFlags(tags); 397 * Parse all JSDoc tags from a AST Node. 403 const tags = []; 407 tags.push(jsTag.tagName.getText()); 409 return tags; 413 * Filter useful tags from a tag array. 417 * @param {string} tags 420 function filterFlags(tags) { argument 423 tags.forEach((tag) => {
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | get_newer_or_fail.go | 83 tags, err := m.getAllTags(lastSuccessTime, failedBuildStartTime) 88 if len(tags) == 0 { 96 resp, err := utils.DoSimpleHttpReq(http.MethodGet, tags[len(tags)-1].TagFileURL, nil, nil)
|
| D | steps_ci.go | 68 tags, err := m.getAllTags(from, to) 72 for _, tag := range tags {
|
| /developtools/profiler/hidebug/test/unittest/native/ |
| D | hidebug_test.cpp | 252 uint64_t tags = HIDEBUG_TRACE_TAG_COMMON_LIBRARY; variable 255 … auto captureResult = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength); 276 uint64_t tags = HIDEBUG_TRACE_TAG_COMMON_LIBRARY; variable 279 … auto captureResult = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength); 282 …auto captureResult2 = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength); 302 uint64_t tags = HIDEBUG_TRACE_TAG_COMMON_LIBRARY; variable 305 … auto captureResult = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength);
|
| /developtools/hiperf/ |
| D | .gitignore | 4 .tags
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | BlockHead.java | 65 * @param tag tags of signature block 87 * @param tag tags of signature block
|
| D | SignatureBlockTags.java | 19 * Define class of hap signature block tags 25 * Default value of signature block tags
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | debug_logger.cpp | 187 void DebugLogger::SetLogTags(const std::string &tags) in SetLogTags() argument 189 HLOGI(" tags is '%s'", tags.c_str()); in SetLogTags() 190 auto tagLevels = StringSplit(tags, ","); in SetLogTags()
|
| /developtools/smartperf_host/trace_streamer/ |
| D | commit.md | 18 ```clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)```
|
| /developtools/profiler/device/ |
| D | hisysevent.yaml | 43 TAGS: {type: STRING, arrsize: 100, desc: tags}
|
| /developtools/hiperf/src/ |
| D | debug_logger.cpp | 185 void DebugLogger::SetLogTags(const std::string &tags) in SetLogTags() argument 187 HLOGI(" tags is '%s'", tags.c_str()); in SetLogTags() 188 auto tagLevels = StringSplit(tags, ","); in SetLogTags()
|
| /developtools/smartperf_host/trace_streamer/src/table/monitor/ |
| D | log_table.cpp | 74 if (logInfoObj_.Tags()[CurrentRow()] != INVALID_UINT64) { in Column() 75 auto tagDataIndex = static_cast<size_t>(logInfoObj_.Tags()[CurrentRow()]); in Column()
|
| /developtools/hapsigner/hapsigntool_cpp/ |
| D | bundle.json | 13 "tags": [ array
|
| /developtools/profiler/hidebug/frameworks/hidebug_ndk/ |
| D | hidebug_ndk.cpp | 125 uint64_t tags, uint32_t limitSize, char* fileName, uint32_t length) in OH_HiDebug_StartAppTraceCapture() argument 132 auto ret = nativeInterface.StartAppTraceCapture(tags, flag, limitSize, file); in OH_HiDebug_StartAppTraceCapture()
|
| /developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/ |
| D | hidebug.h | 117 * @param tags Tag of trace 130 uint64_t tags, uint32_t limitSize, char* fileName, uint32_t length);
|
| /developtools/profiler/hidebug/interfaces/cj/ |
| D | hidebug_ffi.cpp | 260 …char *FfiHidebugStartAppTraceCapture(CArrUnit tags, int32_t flag, uint32_t limitSize, int32_t &cod… in FfiHidebugStartAppTraceCapture() argument 263 uint64_t *tagPtr = static_cast<uint64_t *>(tags.head); in FfiHidebugStartAppTraceCapture() 264 for (int64_t i = 0; i < tags.size; i++) { in FfiHidebugStartAppTraceCapture()
|
| D | hidebug_ffi.h | 68 …FFI_EXPORT char *FfiHidebugStartAppTraceCapture(CArrUnit tags, int32_t flag, uint32_t limitSize, i…
|
| /developtools/profiler/hidebug/frameworks/native/src/ |
| D | hidebug_native_interface_impl.cpp | 48 HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag, 91 HiDebug_ErrorCode HidebugNativeInterfaceImpl::StartAppTraceCapture(uint64_t tags, uint32_t flag, in StartAppTraceCapture() argument 94 auto ret = StartCaptureAppTrace((TraceFlag)flag, tags, limitsize, file); in StartAppTraceCapture()
|
| /developtools/profiler/hidebug/test/unittest/js/ |
| D | ExampleJsunit.test.js | 377 let tags = [hidebug.tags.ABILITY_MANAGER]; 380 let fileName = hidebug.startAppTraceCapture(tags, flag, limitSize); 487 let tags = [hidebug.tags.ABILITY_MANAGER]; 490 let fileName = hidebug.startAppTraceCapture(tags, flag, limitSize); 513 let tags = [hidebug.tags.ABILITY_MANAGER]; 516 fileName = hidebug.startAppTraceCapture(tags, flag, limitSize); 520 fileName = hidebug.startAppTraceCapture(tags, flag, limitSize);
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 159 uint32_t& traceFlag, uint32_t& limitSize, std::vector<uint64_t>& tags) in GetTraceParam() argument 177 HILOG_ERROR(LOG_CORE, "Get input tags failed."); in GetTraceParam() 185 HILOG_ERROR(LOG_CORE, "get_element -> Get input tags failed."); in GetTraceParam() 189 HILOG_ERROR(LOG_CORE, "Get input tags failed."); in GetTraceParam() 192 tags.push_back(tag); in GetTraceParam() 651 std::vector<uint64_t> tags; in StartAppTraceCapture() local 652 if (!GetTraceParam(env, info, traceFlag, limitSize, tags)) { in StartAppTraceCapture() 657 …uint64_t tag = std::accumulate(tags.begin(), tags.end(), 0ull, [](uint64_t a, uint64_t b) { return… in StartAppTraceCapture()
|
| /developtools/profiler/hidebug/frameworks/native/include/ |
| D | hidebug_native_interface.h | 46 virtual HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag,
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/ |
| D | hilog_stdtype.cpp | 47 const std::deque<DataIndex> &LogInfo::Tags() const in Tags() function in SysTuning::TraceStdtype::LogInfo
|
| D | hilog_stdtype.h | 39 const std::deque<DataIndex> &Tags() const;
|