/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/ide/test/hdc/message/ |
D | TransferConfig.test.ts | 106 expect(transferConfig.functionName).toBeUndefined(); 110 transferConfig.functionName = true; 111 expect(transferConfig.functionName).toBeTruthy();
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/ |
D | pbreader_js_cpu_profiler_parser.cpp | 24 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/ |
D | ConfigWorker.ts | 22 function callModelFun(functionName: string): void { 23 let func = eval(functionName);
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | log.cpp | 21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() argument 33 string tmpPath = functionName; in PrintLogEx()
|
D | serial_struct.cpp | 76 .functionName = string(value.functionName), in SerializeTransferConfig() 197 .functionName = StringToHeapPtr(tc.functionName), // must first index in ParseTransferConfig()
|
D | serial_struct.h | 66 string functionName; member 117 const char* functionName; member 191 … Field<fieldTen, &BaseStruct::TransferConfig::functionName>("functionName"),
|
D | log.h | 52 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
|
/developtools/smartperf_host/trace_streamer/src/metrics/ |
D | sysCallStrategy.h | 25 std::string functionName; member
|
D | metrics.cpp | 176 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/ |
D | UiStruct.ts | 154 functionName: string, 169 this.name = functionName;
|
/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/hdc/src/daemon/ |
D | daemon_app.cpp | 181 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/ |
D | Serialize.test.ts | 49 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"),
|
D | base.h | 25 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
|
D | base.cpp | 290 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/ |
D | arkTs.md | 31 functionName:函数名称。
|
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/ |
D | native_hook_filter.cpp | 998 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/ |
D | symbols_file.cpp | 842 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/ |
D | arkts_stdtype.cpp | 343 functionNames_.emplace_back(jsCpuProfilerNodeRow.functionName); in AppendNewData()
|
/developtools/smartperf_host/ide/src/hdc/common/ |
D | Serialize.ts | 66 let functionNameValue = this.serializeToString(10, transferConfig.functionName);
|
/developtools/ace_ets2bundle/compiler/src/ |
D | process_component_member.ts | 680 const functionName: string = isSimpleType(type, program) ? constant 682 return createInitExpressionStatementForDecorator(name, functionName,
|