Home
last modified time | relevance | path

Searched refs:packageName (Results 1 – 25 of 39) 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
103 …constructor(sessionId: String, dbPath: String, packageName: String, iconId: String, name: String, …
106 this.packageName = packageName
DDatabaseEntity.ets58 public packageName: String
114 … ?: String, taskId ?: String, appName ?: String, appVersion ?: String, packageName ?: String, star…
119 this.packageName = packageName
/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java55 private String packageName = ""; field in HapVerifyInfo
213 return packageName; in getPackageName()
219 public void setPackageName(String packageName) { in setPackageName() argument
220 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.java520 String packageName = packageObj.getString(NAME); in verifyPackageName() local
521 if (packageNames.contains(packageName)) { in verifyPackageName()
525 packageNames.add(packageName); in verifyPackageName()
530 String packageName = packageObj.getString(NAME); in verifyPackageName() local
531 if (packageNames.contains(packageName)) { in verifyPackageName()
535 packageNames.add(packageName); in verifyPackageName()
645 String packageName = entry.getKey().substring(0, entry.getKey().lastIndexOf(DOT)); in mergeTwoPackInfoByPackagePair() local
646 … mergeTwoPackInfoObjByPackagePair(finalPackObj, srcPackObj, packageName, entry.getValue()); in mergeTwoPackInfoByPackagePair()
661 … String packageName, String moduleName) throws BundleException { in mergeTwoPackInfoObjByPackagePair() argument
710 if (srcPackageObj.getString(NAME).equals(packageName)) { in mergeTwoPackInfoObjByPackagePair()
[all …]
DScanStatFileSize.java185 private String splitPath(String path, String packageName) { in splitPath() argument
186 String[] split = path.split(packageName); in splitPath()
DScanStatDuplicate.java316 private String splitPath(String path, String packageName) { in splitPath() argument
317 String[] split = path.split(packageName); in splitPath()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets159 globalThis.packageName,
180 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
183 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
186 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
189 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
192 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
195 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
198 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
201 …ormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packageName).then(data => {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts99 packageName: string; property in ModuleInfo
102 packageName: string
109 this.packageName = packageName;
308 let packageName: string = '';
310 packageName = this.getPkgModulesFilePkgName(metaInfo['pkgPath']);
312 packageName =
324 packageName = toUnixPath(packageName);
326 …ilePath, new ModuleInfo(filePath, cacheFilePath, isCommonJs, recordName, sourceFile, packageName));
413 … `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packageName}\n`;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DLocalRepository.ts62 bundleNameArr.push(globalThis.reportList[reportItemKey].packageName)
95 curGeneralInfo.packageName,
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp90 if (!curTaskInfo.packageName.empty()) { in StartTask()
91 SpProfilerFactory::SetProfilerPkg(curTaskInfo.packageName); in StartTask()
139 {"appName", curTaskInfo.packageName}, in StopTask()
140 {"packageName", curTaskInfo.packageName}, in StopTask()
DRAM.cpp52 packageName = pName; in SetPackageName()
59 processId = sp.GetPidByPkg(packageName); in GetRamInfo()
Dsp_parse_fps.cpp93 FpsResult ParseFPS::ParseTraceFile(FilePath& filePath, PackageName& packageName) in ParseTraceFile() argument
95 if (filePath.empty() || packageName.empty()) { in ParseTraceFile()
111 fps = this->ParseBranch(filePath, packageName, pageTypeClient, touchEventClient); in ParseTraceFile()
DCPU.cpp83 packageName = pName; in SetPackageName()
139 processId = sp.GetPidByPkg(packageName); in GetSysProcessCpuLoad()
/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.h53 std::string packageName = ""; variable
Dsp_task.h47 std::string packageName; member
Dsp_parse_fps.h81 FpsResult ParseTraceFile(FilePath& filePath, PackageName& packageName);
/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/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts66 … `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packageName}\n`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts59 …+= `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packageName}`;

12