/developtools/profiler/host/smartperf/ide/src/hdc/message/ |
D | TransferConfig.ts | 41 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/ |
D | TransferConfig.ts | 41 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/ |
D | htrace_js_cpu_profiler_parser.cpp | 24 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/ |
D | SysCallsStrategy.ts | 33 functionName: functionNames, 50 functionName: string; property
|
D | SysCallsTopStrategy.ts | 43 functionName: functionNames, 72 functionName: string; property
|
D | DistributeTermStrategy.ts | 29 functionName: string; property
|
/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/ |
D | SysCallsStrategy.ts | 33 functionName: functionNames, 50 functionName: string; property
|
D | SysCallsTopStrategy.ts | 43 functionName: functionNames, 72 functionName: string; property
|
D | DistributeTermStrategy.ts | 75 functionName: funNameList[index], 113 functionName: string; property
|
/developtools/smartperf_host/ide/test/hdc/message/ |
D | TransferConfig.test.ts | 107 expect(transferConfig.functionName).toBeUndefined(); 111 transferConfig.functionName = true; 112 expect(transferConfig.functionName).toBeTruthy();
|
/developtools/smartperf_host/ide/src/trace/database/ |
D | ConfigWorker.ts | 22 function callModelFun(functionName: string) { 23 let func = eval(functionName);
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | ConfigWorker.ts | 22 function callModelFun(functionName: string) { 23 let func = eval(functionName);
|
D | TraceWorker.ts | 84 function callModelFun(functionName: string) { 85 let func = eval(functionName);
|
/developtools/profiler/host/smartperf/ide/src/js-heap/model/ |
D | UiStruct.ts | 155 functionName: string, 170 this.name = functionName;
|
/developtools/smartperf_host/ide/src/js-heap/model/ |
D | UiStruct.ts | 155 functionName: string, 170 this.name = functionName;
|
/developtools/hdc/src/daemon/ |
D | daemon_app.cpp | 177 if (ctxNow.transferConfig.functionName == CMDSTR_APP_SIDELOAD) { in WhenTransferFinish() 179 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()
|
/developtools/hdc/src/host/ |
D | host_app.cpp | 70 context->transferConfig.functionName = CMDSTR_APP_INSTALL; in BeginInstall() 83 context->transferConfig.functionName = CMDSTR_APP_SIDELOAD; in BeginSideload()
|
D | host_updater.cpp | 121 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/ |
D | Serialize.test.ts | 50 functionName: 1,
|
/developtools/hdc/src/common/ |
D | transfer.h | 34 string functionName; member
|
D | serial_struct.h | 49 … Field<fieldTen, &Hdc::HdcTransferBase::TransferConfig::functionName>("functionName"),
|
/developtools/smartperf_host/trace_streamer/doc/ |
D | arkTs.md | 31 functionName:函数名称。
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | native_hook_filter.cpp | 714 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/ |
D | native_hook_filter.cpp | 722 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/ |
D | process_component_member.ts | 627 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,
|