/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
D | LocalConfigEntity.ts | 77 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
|
D | DatabaseEntity.ets | 58 public packageName: String 114 … ?: String, taskId ?: String, appName ?: String, appVersion ?: String, packageName ?: String, star… 119 this.packageName = packageName
|
/developtools/packing_tool/adapter/ohos/ |
D | HapVerifyInfo.java | 55 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()
|
D | BinaryTool.java | 91 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()
|
D | ScanStatSuffix.java | 227 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);
|
D | ModuleJsonUtil.java | 520 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 …]
|
D | ScanStatFileSize.java | 185 private String splitPath(String path, String packageName) { in splitPath() argument 186 String[] split = path.split(packageName); in splitPath()
|
D | ScanStatDuplicate.java | 316 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/ |
D | ProfilerTask.ets | 159 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/ |
D | module_mode.ts | 99 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/ |
D | LocalRepository.ts | 62 bundleNameArr.push(globalThis.reportList[reportItemKey].packageName) 95 curGeneralInfo.packageName,
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | sp_task.cpp | 90 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()
|
D | RAM.cpp | 52 packageName = pName; in SetPackageName() 59 processId = sp.GetPidByPkg(packageName); in GetRamInfo()
|
D | sp_parse_fps.cpp | 93 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()
|
D | CPU.cpp | 83 packageName = pName; in SetPackageName() 139 processId = sp.GetPidByPkg(packageName); in GetSysProcessCpuLoad()
|
/developtools/profiler/device/plugins/xpower_plugin/include/ |
D | xpower_common.h | 28 std::string packageName; member
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
D | AppSelectPage.ets | 65 selectPackageName: appInfoItem.packageName, 74 }, appInfoItem => appInfoItem.packageName)
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | RAM.h | 38 std::string packageName = ""; variable
|
D | CPU.h | 53 std::string packageName = ""; variable
|
D | sp_task.h | 47 std::string packageName; member
|
D | sp_parse_fps.h | 81 FpsResult ParseTraceFile(FilePath& filePath, PackageName& packageName);
|
/developtools/ace_ets2bundle/compiler/src/ |
D | gen_module_abc.ts | 42 …tempFilePath};${info.recordName};${moduleType};${toUnixPath(info.sourceFile)};${info.packageName}`;
|
/developtools/profiler/device/services/ipc/include/ |
D | ipc_generator_impl.h | 54 std::string SetNames(std::string fileName, std::string packageName);
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/ |
D | module_mode_mock.ts | 66 … `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packageName}\n`;
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | gen_abc.ts | 59 …+= `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packageName}`;
|