Home
last modified time | relevance | path

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

12

/developtools/profiler/host/smartperf/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/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/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()
76 auto functionName = node.callFrame.functionName; in ParseJsCpuProfiler() local
77 DataIndex functionNameKey = traceDataCache_->GetDataIndex(functionName); in ParseJsCpuProfiler()
/developtools/smartperf_host/ide/src/trace/component/metrics/
DSysCallsStrategy.ts33 functionName: functionNames,
50 functionName: string; property
DSysCallsTopStrategy.ts43 functionName: functionNames,
72 functionName: string; property
DDistributeTermStrategy.ts29 functionName: string; property
/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DSysCallsStrategy.ts33 functionName: functionNames,
50 functionName: string; property
DSysCallsTopStrategy.ts43 functionName: functionNames,
72 functionName: string; property
DDistributeTermStrategy.ts75 functionName: funNameList[index],
113 functionName: string; property
/developtools/smartperf_host/ide/test/hdc/message/
DTransferConfig.test.ts107 expect(transferConfig.functionName).toBeUndefined();
111 transferConfig.functionName = true;
112 expect(transferConfig.functionName).toBeTruthy();
/developtools/smartperf_host/ide/src/trace/database/
DConfigWorker.ts22 function callModelFun(functionName: string) {
23 let func = eval(functionName);
/developtools/profiler/host/smartperf/ide/src/trace/database/
DConfigWorker.ts22 function callModelFun(functionName: string) {
23 let func = eval(functionName);
DTraceWorker.ts84 function callModelFun(functionName: string) {
85 let func = eval(functionName);
/developtools/profiler/host/smartperf/ide/src/js-heap/model/
DUiStruct.ts155 functionName: string,
170 this.name = functionName;
/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts155 functionName: string,
170 this.name = functionName;
/developtools/hdc/src/daemon/
Ddaemon_app.cpp177 if (ctxNow.transferConfig.functionName == CMDSTR_APP_SIDELOAD) { in WhenTransferFinish()
179 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()
/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/smartperf_host/ide/test/hdc/common/
DSerialize.test.ts50 functionName: 1,
/developtools/hdc/src/common/
Dtransfer.h34 string functionName; member
Dserial_struct.h49 … Field<fieldTen, &Hdc::HdcTransferBase::TransferConfig::functionName>("functionName"),
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md31 functionName:函数名称。
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.cpp714 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local
715 auto pos = functionName.rfind("+"); in GetNativeHookFrameVaddrs()
716 if (pos != functionName.npos && pos != functionName.length() - 1) { in GetNativeHookFrameVaddrs()
717 vaddr = functionName.substr(++pos); in GetNativeHookFrameVaddrs()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp722 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local
723 auto pos = functionName.rfind("+"); in GetNativeHookFrameVaddrs()
724 if (pos != functionName.npos && pos != functionName.length() - 1) { in GetNativeHookFrameVaddrs()
725 vaddr = functionName.substr(++pos); in GetNativeHookFrameVaddrs()
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts627 const functionName: string = isSimpleType(type, program) ? constant
629 return createInitExpressionStatementForDecorator(name, functionName,
809 function createInitExpressionStatementForDecorator(propertyName: string, functionName: string,
814 ts.factory.createIdentifier(functionName), undefined, [parameterNode, ts.factory.createThis(),
1125 const functionName: string = isSimpleType(type, program) ? constant
1127 return createInitExpressionStatementForDecorator(name, functionName,

12