| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| H A D | lite_component_map.js | |
| /developtools/hapsigner/hapsigntool_cpp/hap/entity/src/ |
| H A D | block_head.cpp | 33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead() argument 48 std::vector<int8_t> BlockHead::GetBlockHeadLittleEndian(const char type, const char tag, in GetBlockHeadLittleEndian() argument
|
| H A D | sign_content_info.cpp | 23 SignContentHash::SignContentHash(const char type, const char tag, const short algId, in SignContentHash() argument 41 void SignContentInfo::AddContentHashData(const char type, const char tag, const short algId, in AddContentHashData() argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| H A D | HwBlockHead.java | 70 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead() argument 92 public static byte[] getBlockHeadLittleEndian(char type, char tag, int length, int offset) { in getBlockHeadLittleEndian() argument
|
| H A D | SignContentInfo.java | 42 protected char tag; field in SignContentHash 64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash() argument 95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData() argument [all...] |
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/ |
| H A D | hilog_stdtype.h | 28 DataIndex tag = INVALID_UINT64; member
|
| /developtools/global_resource_tool/src/ |
| H A D | json_compiler.cpp | 70 string tag = item->string; in CompileSingleFile() local 73 cerr << "Error: invalid tag name '" << tag << "', please check the JSON file."; in CompileSingleFile() local
|
| /developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/ |
| H A D | hi_sysevent_measure_filter.h | 54 std::string tag = ""; member
|
| /developtools/profiler/device/base/include/ |
| H A D | logging.h | 81 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list vargs) in HiLogPrintArgs() argument 96 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ...) in HiLogPrint() argument
|
| /developtools/profiler/hiebpf/include/ |
| H A D | hiebpf_common.h | 86 uint32_t tag; member 103 uint32_t tag; member
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| H A D | binder_filter.cpp | 170 void BinderFilter::TractionLock(int64_t ts, uint32_t pid, const std::string &tag) in TractionLock() argument 176 void BinderFilter::TractionLocked(int64_t ts, uint32_t pid, const std::string &tag) in TractionLocked() argument 188 void BinderFilter::TractionUnlock(int64_t ts, uint32_t pid, const std::string &tag) in TractionUnlock() argument
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| H A D | serial_struct_define.h | 205 static uint32_t MakeTagWireType(uint32_t tag, WireType wireType) in MakeTagWireType() argument 210 static inline void ReadTagWireType(uint32_t tagKey, uint32_t &tag, WireType &wireType) in ReadTagWireType() argument [all...] |
| /developtools/hdc/src/common/ |
| H A D | serial_struct_define.h | 202 static uint32_t MakeTagWireType(uint32_t tag, WireType wireType) in MakeTagWireType() argument 207 static inline void ReadTagWireType(uint32_t tagKey, uint32_t &tag, WireType &wireType) in ReadTagWireType() argument [all...] |
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| H A D | ebpf_std_type.h | 55 uint32_t tag = 0; member 75 uint32_t tag = 0; member 94 uint32_t tag = 0; member 109 uint32_t tag = 0; member
|
| /developtools/profiler/hidebug/interfaces/cj/ |
| H A D | hidebug_ffi.cpp | 290 uint64_t tag = std::accumulate(taglist.begin(), taglist.end(), 0ull, in FfiHidebugStartAppTraceCapture() local
|
| /developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
| H A D | verify_elf.cpp | 308 int8_t tag = 0; in GetElfSignBlock() local 336 int8_t tag = 0; in GetBinSignBlock() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| H A D | hook_test.c | 271 char *tag = "memtesttag"; in CreateMmap() local
|
| H A D | malloc_test.cpp | 290 const char *tag = "memtesttag"; in CreateMmap() local
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hisysevent/ |
| H A D | hisysevent_stdtype.h | 189 std::string tag; member
|
| /developtools/smartperf_host/trace_streamer/src/parser/ |
| H A D | common_types.h | 60 std::string tag; member
|
| /developtools/packing_tool/adapter/ohos/ |
| H A D | ResourcesParser.java | 188 String tag; field in ResourcesParser.ConfigIndex [all...] |
| /developtools/profiler/host/smartperf/client/client_command/ |
| H A D | sp_utils.cpp | 661 bool tag = false; in IsForeGround() local
|
| /developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/ |
| H A D | htrace_event_parser.cpp | 523 std::string tag = msg.tag().ToStdString(); in BinderTractionLockEvent() local 532 std::string tag = msg.tag().ToStdString(); in BinderTractionLockedEvent() local 540 std::string tag = msg.tag() in BinderTractionUnLockEvent() local [all...] |
| /developtools/profiler/device/plugins/native_daemon/src/ |
| H A D | stack_preprocess.cpp | 1064 std::string tag = ""; in WriteFrames() local
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| H A D | hook_client.cpp | 1221 void hook_memtrace(void* addr, size_t size, const char* tag, bool isUsing) in hook_memtrace() argument 1386 void ohos_malloc_hook_memtrace(void* addr, size_t size, const char* tag, bool isUsing) in ohos_malloc_hook_memtrace() argument
|