Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 25 of 30) sorted by relevance

12

/developtools/smartperf_host/ide/src/hdc/message/
DTransferConfig.ts41 functionName: string,
56 this._functionName = functionName;
134 get functionName(): string { method in TransferConfig
138 set functionName(value: string) { method in TransferConfig
/developtools/smartperf_host/ide/test/hdc/message/
DTransferConfig.test.ts106 expect(transferConfig.functionName).toBeUndefined();
110 transferConfig.functionName = true;
111 expect(transferConfig.functionName).toBeTruthy();
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
Dpbreader_js_cpu_profiler_parser.cpp24 std::string functionName; member
38 j.at("functionName").get_to(callFrame.functionName); in from_json()
73 auto functionName = node.callFrame.functionName; in ParseNodeData() local
74 row.functionName = traceDataCache_->GetDataIndex(functionName); in ParseNodeData()
/developtools/smartperf_host/ide/src/trace/database/
DConfigWorker.ts22 function callModelFun(functionName: string): void {
23 let func = eval(functionName);
/developtools/hdc/hdc_rust/src/cffi/
Dlog.cpp21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() argument
33 string tmpPath = functionName; in PrintLogEx()
Dserial_struct.cpp76 .functionName = string(value.functionName), in SerializeTransferConfig()
197 .functionName = StringToHeapPtr(tc.functionName), // must first index in ParseTransferConfig()
Dserial_struct.h66 string functionName; member
117 const char* functionName; member
191 … Field<fieldTen, &BaseStruct::TransferConfig::functionName>("functionName"),
Dlog.h52 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
/developtools/smartperf_host/trace_streamer/src/metrics/
DsysCallStrategy.h25 std::string functionName; member
Dmetrics.cpp176 functionItem.functionName = jMessage.at("values")[i].at(FUNCTION_ITEM_FUNCTION_NAME); in InitSysCallStrategy()
299 repeateValue += FUNCTION + FUNCTION_NAME + "\"" + item.functionName + "\"," + DUR_MAX + in UpdataRepeateValueBySysCalls()
/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts154 functionName: string,
169 this.name = functionName;
/developtools/hdc/src/host/
Dhost_app.cpp70 context->transferConfig.functionName = CMDSTR_APP_INSTALL; in BeginInstall()
83 context->transferConfig.functionName = CMDSTR_APP_SIDELOAD; in BeginSideload()
Dhost_updater.cpp121 ctxNow.transferConfig.functionName = function; in BeginTransfer()
139 …WRITE_LOG(LOG_DEBUG, "functionName = %s, fileSize = %llu", context->transferConfig.functionName.c_… in CheckMaster()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp181 if (ctxNow.transferConfig.functionName == CMDSTR_APP_SIDELOAD) { in WhenTransferFinish()
183 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()
/developtools/smartperf_host/ide/test/hdc/common/
DSerialize.test.ts49 functionName: 1,
/developtools/hdc/src/common/
Dtransfer.h34 string functionName; member
Dserial_struct.h49 … Field<fieldTen, &Hdc::HdcTransferBase::TransferConfig::functionName>("functionName"),
Dbase.h25 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
Dbase.cpp290 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() argument
306 string tmpPath = functionName; in PrintLogEx()
338 string debugInfo = functionName; in PrintLogEx()
356 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx() argument
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md31 functionName:函数名称。
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp998 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local
999 auto pos = functionName.rfind("+"); in GetNativeHookFrameVaddrs()
1000 if (pos != functionName.npos && pos != functionName.length() - 1) { in GetNativeHookFrameVaddrs()
1001 vaddr = functionName.substr(++pos); in GetNativeHookFrameVaddrs()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp842 jsFunc.functionName, in GetSymbolWithPcAndMap()
853 … symbolsMap_[ip].module_.data(), jsFunc.functionName, matchedSymbols_.back()->demangle_.data()); in GetSymbolWithPcAndMap()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Darkts_stdtype.cpp343 functionNames_.emplace_back(jsCpuProfilerNodeRow.functionName); in AppendNewData()
/developtools/smartperf_host/ide/src/hdc/common/
DSerialize.ts66 let functionNameValue = this.serializeToString(10, transferConfig.functionName);
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts680 const functionName: string = isSimpleType(type, program) ? constant
682 return createInitExpressionStatementForDecorator(name, functionName,

12