Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 20 of 20) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dwrap-builder-check.ts37 const functionName = statement.scriptFunction.id?.name; constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/metrics/
DsysCallStrategy.h25 std::string functionName; member
/developtools/smartperf_host/smartperf_host/ide/src/hdc/message/
DTransferConfig.ts134 get functionName(): string { method in TransferConfig
138 set functionName(value: string) { method in TransferConfig
/developtools/hdc/hdc_rust/src/cffi/
Dlog.cpp21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx()
Dserial_struct.h66 string functionName; member
117 const char* functionName; member
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DPerfAnalysis.ts18 functionName: string = ''; property in PerfFunctionAsmParam
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
Dpbreader_js_cpu_profiler_parser.cpp24 std::string functionName; member
73 auto functionName = node.callFrame.functionName; in ParseNodeData() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfFuncAsm.ts32 private functionName: string = ''; property in TabPerfFuncAsm
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
Dhidebug_type.h227 const char* functionName; member
264 const char* functionName; member
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dprocess_component_member.ts772 const functionName: string = isSimpleType(type, program) ? constant
1367 const functionName: string = isSimpleType(type, program) ? constant
Dvalidate_ui_syntax.ts763 const functionName: string = node.name.getText(); constant
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts772 const functionName: string = isSimpleType(type, program) ? constant
1367 const functionName: string = isSimpleType(type, program) ? constant
Dvalidate_ui_syntax.ts767 const functionName: string = node.name.getText(); constant
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/jsc/
Dconvertors-jsc.cc288 JSStringRef functionName = JSStringCreateWithUTF8CString(impl.first.c_str()); in InitExports() local
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts51 functionName: string; property
368 const functionName: string = methodDecorator.functionName; constant
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts53 functionName: string; property
396 const functionName: string = methodDecorator.functionName; constant
/developtools/hdc/src/common/
Dtransfer.h34 string functionName; member
Dbase.cpp621 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx()
689 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Darkts_stdtype.h355 uint32_t functionName = INVALID_UINT32; member
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp1012 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local