Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 21 of 21) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts227 const typeName = data.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : data.typeName; constant
514 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
578 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
655 const typeName = it.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : it.typeName; constant
666 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
682 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
784 let typeName = item.typeName; variable
861 let typeName = item.typeName; // @ts-ignore variable
915 let typeName = item.typeName; // @ts-ignore variable
DTabPaneNMCallTree.ts199 const typeName = SpSystemTrace.DATA_DICT.get(memory); constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpGpuCounterChart.ts95 const typeName = this.getKeyTypeName(key); constant
158 const typeName: { [key: string]: Array<string> } = { constant
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp164 static std::string SplitNameFromTypeName(const std::string& typeName) in SplitNameFromTypeName()
184 static std::string EraseNameFromTypeName(const std::string& typeName, const std::string& name) in EraseNameFromTypeName()
212 std::string typeName; in ParseFieldFormat() local
260 … bool ParseSepcialIntType(FieldFormat& field, const std::string& type, const std::string& typeName) in ParseSepcialIntType()
337 const std::string& typeName = field.typeName; in ParseFieldType() local
Dflow_controller.cpp759 for (auto& typeName : FtraceFsOps::GetInstance().GetPlatformEvents()) { in AddPlatformEventsToParser() local
/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DTSTypeReference.ts51 get typeName(): Expression | undefined { method in TSTypeReference
/developtools/smartperf_host/smartperf_device/device_command/cmds/include/
Dcontrol_call_cmd.h39 int typeName = 2; variable
/developtools/profiler/host/smartperf/client/client_command/include/
Dcontrol_call_cmd.h39 int typeName = 2; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DSmapsStruct.ts22 typeName: string = ''; property in Smaps
47 typeName: string = ''; property in SmapsTreeObj
/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dcomponent-componentV2-mix-use-check.ts109 const typeName = child.dumpSrc(); constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.cpp223 static std::string GetNameFromTypeName(const std::string &typeName) in GetNameFromTypeName()
241 static std::string GetTypeFromTypeName(const std::string &typeName, const std::string &name) in GetTypeFromTypeName()
268 std::string typeName; in HandleFieldFormat() local
309 … bool ParseSepcialIntType(FieldFormat &field, const std::string &type, const std::string &typeName) in ParseSepcialIntType()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h62 char typeName[MAX_TYPE_NAME_LEN]; member
82 char typeName[MAX_TYPE_NAME_LEN]; member
121 char typeName[MAX_TYPE_NAME_LEN]; member
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/builder-lambda-translators/
Dfactory.ts370 const typeName: string | undefined = builderLambdaTypeName(leaf); constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_structure.h99 char typeName[MAX_TYPE_NAME_LEN] = {0}; member
118 char typeName[MAX_PROCESS_NAME_SZIE] = {0}; member
/developtools/profiler/hiebpf/include/
Dhiebpf_common.h110 char typeName[MAX_TYPE_NAME_LEN]; member
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp187 std::string typeName = event.GetTypeName(id); variable
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h143 std::string typeName = ""; member
/developtools/hiperf/include/
Dperf_events.h635 std::string typeName; member
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts1119 const typeName = isString(entry) ? entry : entry.fileName.toLowerCase(); constant
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dets_checker.ts1139 const typeName = isString(entry) ? entry : entry.fileName.toLowerCase(); constant
/developtools/ace_ets2bundle/koala-wrapper/native/src/generated/
Dbridges.cc1592 KNativePointer impl_CreateTSTypeReference(KNativePointer context, KNativePointer typeName, KNativeP… in impl_CreateTSTypeReference()
1602 …TSTypeReference(KNativePointer context, KNativePointer original, KNativePointer typeName, KNativeP… in impl_UpdateTSTypeReference()