Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneCpuAbility.ts164 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);
DTabPaneDiskAbility.ts181 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);
DTabPaneNetworkAbility.ts146 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/
DBinaryTool.java64 boolean isWindows = System.getProperty("os.name").toLowerCase().startsWith("win"); in generateBinaryFile()
DScan.java108 String currentDir = System.getProperty(USER_DIR); in scanExecute()
DScanStatSuffix.java225 String currentDir = System.getProperty(USER_DIR); in statSuffix()
DCompressor.java1156 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()
DUncompress.java451 String releativePath = System.getProperty("user.dir"); in uncompressHapByBigStream()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java105 String implClassName = properties.getProperty(ISigner.class.getName()); in loadRemoteSigner()
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15getProperty(i),p=r.dynamicProperty.get(i),l=(0,o.getMediaProperty)(r,i,a.quoteString),c=(0,o.getVa… method in t.VisualModel