Searched refs:getProperty (Results 1 – 10 of 10) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneCpuAbility.ts | 164 compareFunction = (sort: number, getProperty: (data: SystemCpuSummary) => number | string) => 166 let leftValue = getProperty(cpuAbilityLeftData); 167 let rightValue = getProperty(cpuAbilityRightData); 179 let getProperty = this.getPropertyByType(property, type); variable 180 return this.compareFunction(sort, getProperty);
|
| D | TabPaneDiskAbility.ts | 181 compareFunction = (sort: number, getProperty: (data: SystemDiskIOSummary) => number | string) => 183 let leftValue = getProperty(diskAbilityLeftData); 184 let rightValue = getProperty(diskAbilityRightData); 196 let getProperty = this.getPropertyByType(property, type); variable 197 return this.compareFunction(sort, getProperty);
|
| D | TabPaneNetworkAbility.ts | 146 let getProperty = this.getPropertyByType(property, type); variable 147 return this.compareFunction(sort, getProperty); 150 compareFunction = (sort: number, getProperty: (data: SystemNetworkSummary) => number | string) => 152 let leftValue = getProperty(networkAbilityLeftData); 153 let rightValue = getProperty(networkAbilityRightData);
|
| /developtools/packing_tool/adapter/ohos/ |
| D | BinaryTool.java | 64 boolean isWindows = System.getProperty("os.name").toLowerCase().startsWith("win"); in generateBinaryFile()
|
| D | Scan.java | 108 String currentDir = System.getProperty(USER_DIR); in scanExecute()
|
| D | ScanStatSuffix.java | 225 String currentDir = System.getProperty(USER_DIR); in statSuffix()
|
| D | Compressor.java | 1156 String currentDir = System.getProperty("user.dir"); in hapAddition() 1183 String currentDir = System.getProperty("user.dir"); in copyHapFile() 1295 String currentDir = System.getProperty("user.dir"); in compressHapAddition()
|
| D | Uncompress.java | 451 String releativePath = System.getProperty("user.dir"); in uncompressHapByBigStream()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/ |
| D | SignerFactory.java | 105 String implClassName = properties.getProperty(ISigner.class.getName()); in loadRemoteSigner()
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …getProperty(i),p=r.dynamicProperty.get(i),l=(0,o.getMediaProperty)(r,i,a.quoteString),c=(0,o.getVa… method in t.VisualModel
|