Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 25 of 28) 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/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/ide/src/trace/database/
DConfigWorker.ts22 function callModelFun(functionName: string) {
23 let func = eval(functionName);
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_cpu_profiler_parser.cpp24 std::string functionName; member
38 j.at("functionName").get_to(callFrame.functionName); in from_json()
72 auto functionName = node.callFrame.functionName; in ParseNodeData() local
73 DataIndex functionNameKey = traceDataCache_->GetDataIndex(functionName); in ParseNodeData()
/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()
293 repeateValue += FUNCTION + FUNCTION_NAME + "\"" + item.functionName + "\"," + DUR_MAX + in UpdataRepeateValueBySysCalls()
/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts155 functionName: string,
170 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.h24 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
Dbase.cpp196 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() argument
212 string tmpPath = functionName; in PrintLogEx()
244 string debugInfo = functionName; in PrintLogEx()
262 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/trace_data/trace_stdtype/htrace/
Darkts_stdtype.cpp365 uint32_t functionName, in AppendNewData() argument
375 functionNames_.emplace_back(functionName); in AppendNewData()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp876 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local
877 auto pos = functionName.rfind("+"); in GetNativeHookFrameVaddrs()
878 if (pos != functionName.npos && pos != functionName.length() - 1) { in GetNativeHookFrameVaddrs()
879 vaddr = functionName.substr(++pos); in GetNativeHookFrameVaddrs()
/developtools/smartperf_host/ide/src/hdc/common/
DSerialize.ts66 let functionNameValue = this.serializeToString(10, transferConfig.functionName);
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts670 const functionName: string = isSimpleType(type, program) ? constant
672 return createInitExpressionStatementForDecorator(name, functionName,
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js1089 const functionName = content[1]
1093 val = eval('(function (evt) {' + bind('{{' + functionName + '(' + paramList + ',evt)}}',

12