Home
last modified time | relevance | path

Searched refs:packageName (Results 1 – 25 of 43) sorted by relevance

12

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DLocalConfigEntity.ts77 public packageName: string; property in AppInfoItem
83 …constructor(packageName: string, appName: string, appVersion: String, appIcon: string, abilityName…
84 this.packageName = packageName;
95 public packageName: String; property in ReportItem
106 packageName: String,
116 this.packageName = packageName;
DDatabaseEntity.ets64 public packageName: String;
125 packageName?: String,
135 this.packageName = packageName;
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpAllocations.ts31 private packageName: LitSelect | null | undefined; property in SpAllocations
78 return this.processId!.value || this.packageName!.value || '';
215 this.packageName = this.shadowRoot?.getElementById('packageName') as LitSelect;
365 let packageInput = this.packageName?.shadowRoot?.querySelector('input') as HTMLInputElement;
366 let packageDiv = this.packageName?.shadowRoot?.querySelector('.root') as HTMLDivElement;
369 this.packageName!.showItem = '';
370 this.packageName!.style.display = 'block';
377 this.packageName!.style.display = 'none';
381 this.packageName!.dataSource = [];
474 this.packageName!.style.display = 'none';
[all …]
/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java56 private String packageName = ""; field in HapVerifyInfo
218 return packageName; in getPackageName()
224 public void setPackageName(String packageName) { in setPackageName() argument
225 this.packageName = packageName; in setPackageName()
DBinaryTool.java91 Optional<String> packageName = getValueFromJsonFileContent(PROFILE_KEY, PACKAGE_KEY, in writePackageInfo() local
93 if (!packageName.isPresent()) { in writePackageInfo()
100 int strLen = packageName.get().length(); in writePackageInfo()
102 appStream.writeBytes(packageName.get()); in writePackageInfo()
DScanStatSuffix.java227 String packageName = utility.getInput(); in statSuffix() local
228 unpackHap(packageName, outPath); in statSuffix()
230 suffixResult.setPathList(getPathListData(outPath, packageName, soList)); in statSuffix()
249 …private List<String> getPathListData(String outPath, String packageName, ArrayList<String> soList)… in getPathListData() argument
252 File pack = new File(packageName); in getPathListData()
333 private String splitPath(String path, String packageName) {
334 String[] split = path.split(packageName);
DModuleJsonUtil.java521 String packageName = packageObj.getString(NAME); in verifyPackageName() local
522 if (packageNames.contains(packageName)) { in verifyPackageName()
526 packageNames.add(packageName); in verifyPackageName()
531 String packageName = packageObj.getString(NAME); in verifyPackageName() local
532 if (packageNames.contains(packageName)) { in verifyPackageName()
536 packageNames.add(packageName); in verifyPackageName()
646 String packageName = entry.getKey().substring(0, entry.getKey().lastIndexOf(DOT)); in mergeTwoPackInfoByPackagePair() local
647 … mergeTwoPackInfoObjByPackagePair(finalPackObj, srcPackObj, packageName, entry.getValue()); in mergeTwoPackInfoByPackagePair()
662 … String packageName, String moduleName) throws BundleException { in mergeTwoPackInfoObjByPackagePair() argument
711 if (srcPackageObj.getString(NAME).equals(packageName)) { in mergeTwoPackInfoObjByPackagePair()
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets160 globalThis.packageName,
194 globalThis.packageName
204 globalThis.packageName
214 globalThis.packageName
224 globalThis.packageName
234 globalThis.packageName
244 globalThis.packageName
254 globalThis.packageName
264 globalThis.packageName
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dmodule_info.ts27 constructor(entryModuleName: string, modulePath: string, packageName: string) {
30 this.pkgName = packageName;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts108 packageName: string; property in ModuleInfo
111 packageName: string
118 this.packageName = packageName;
362 let packageName: string = '';
365 packageName = metaInfo['pkgName'];
367 pkgName: packageName,
375 packageName = this.getPkgModulesFilePkgName(metaInfo['pkgPath']);
377 packageName =
388 packageName = toUnixPath(packageName);
394 …ilePath, new ModuleInfo(filePath, cacheFilePath, isCommonJs, recordName, sourceFile, packageName));
[all …]
/developtools/profiler/host/smartperf/client/client_command/
DRAM.cpp44 if (packageName.length() > 0) { in ItemData()
71 packageName = pName; in SetPackageName()
78 processId = sp.GetPidByPkg(packageName); in GetRamInfo()
DCPU.cpp72 if (packageName.length() > 0) { in ItemData()
87 packageName = pName; in SetPackageName()
144 processId = sp.GetPidByPkg(packageName); in GetSysProcessCpuLoad()
168 processCpuInfo["ProcAppName"] = packageName; in GetSysProcessCpuLoad()
176 processCpuInfo["ProcAppName"] = packageName; in GetSysProcessCpuLoad()
DMEMORY.cpp34 if (packageName.length() > 0) { in ItemData()
45 packageName = pName; in SetPackageName()
52 processId = sp.GetPidByPkg(packageName); in GetRamInfo()
DGpuCounter.cpp71 int GpuCounter::Init(const std::string &packageName, std::map<std::string, std::string> &retMap) in Init() argument
90 if (packageName.empty()) { in Init()
95 sandBoxPath = constSandBoxPath + packageName + constSandBoxFile; in Init()
Dsp_task.cpp198 if (!curTaskInfo.packageName.empty()) { in StartTask()
199 SpProfilerFactory::SetProfilerPkg(curTaskInfo.packageName); in StartTask()
255 { "appName", curTaskInfo.packageName }, in StopTask()
256 { "packageName", curTaskInfo.packageName }, in StopTask()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DLocalRepository.ts76 bundleNameArr.push(globalThis.reportList[reportItemKey].packageName);
111 curGeneralInfo.packageName,
/developtools/profiler/device/plugins/xpower_plugin/include/
Dxpower_common.h28 std::string packageName; member
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DAppSelectPage.ets65 selectPackageName: appInfoItem.packageName,
74 }, appInfoItem => appInfoItem.packageName)
/developtools/profiler/host/smartperf/client/client_command/include/
DRAM.h38 std::string packageName = ""; variable
DCPU.h54 std::string packageName = ""; variable
DMEMORY.h53 std::string packageName = ""; variable
DGpuCounter.h38 int Init(const std::string &packageName, std::map<std::string, std::string> &retMap);
/developtools/ace_ets2bundle/compiler/src/
Dgen_module_abc.ts42 …tempFilePath};${info.recordName};${moduleType};${toUnixPath(info.sourceFile)};${info.packageName}`;
/developtools/profiler/device/services/ipc/include/
Dipc_generator_impl.h54 std::string SetNames(std::string fileName, std::string packageName);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts59 …+= `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packageName}`;

12