Searched defs:String (Results 1 – 13 of 13) sorted by relevance
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/ |
D | RemoteSigner.java | 40 public RemoteSigner(Map<String, Object> params) { in RemoteSigner()
|
/developtools/packing_tool/adapter/ohos/ |
D | JsonUtil.java | 484 …static void getTargetDeviceConfig(Map<String, DeviceConfig> deviceConfigs, JSONObject deviceConfig… in getTargetDeviceConfig() 906 … String hapName, HashMap<String, String> profileJsons) throws BundleException { in parseModuleProfileInfo() 985 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleHapInfo() 1092 JSONObject moduleJson, HashMap<String, String> profileJsons) throws BundleException { in parseModulePages() 1142 … JSONObject moduleJson, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleExtensionAbilities() 1163 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleExtensionAbility() 1228 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbilities() 1248 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbility() 1303 … JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos() 1322 … HashMap<String, String> profileJson) throws BundleException { in parseModuleMetadata()
|
D | HapVerifyInfo.java | 351 public void setResourceMap(HashMap<String, String> resourceMap) { in setResourceMap()
|
D | ModuleJsonUtil.java | 699 … HashMap<String, String> packagePair) throws BundleException { in mergeTwoPackInfoByPackagePair() 1048 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() 1081 …public static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, HashMap<String, String… in parseModuleMetadata()
|
D | HapVerify.java | 469 …private static boolean checkFeature(HapVerifyInfo featureHap, Map<String, List<HapVerifyInfo>> dev… in checkFeature()
|
D | ResourcesParser.java | 60 String(9, "String"), enumConstant
|
D | Uncompress.java | 1390 …static void getProfileJson(ZipFile zipFile, HashMap<String, String> resourceMap) throws BundleExce… in getProfileJson()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
D | SignatureAlgorithm.java | 73 Pair<String, ? extends AlgorithmParameterSpec> signatureAlgAndParams) { in SignatureAlgorithm()
|
D | SignBin.java | 60 public static boolean sign(SignerConfig signerConfig, Map<String, String> signParams) { in sign()
|
D | BcPkcs7Generator.java | 236 Pair<String, AlgorithmParameterSpec> signAlgPair, in verifySignatureFromServer()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/ |
D | SignerConfig.java | 163 public void fillParameters(Map<String, String> params) { in fillParameters()
|
/developtools/profiler/tools/smaps_show/src/ |
D | main.rs | 39 fn add(&mut self, key: &String, val: u64) { in add() 220 fn read_smaps(file_path: &String, need_combine: bool) -> Vec<VmStruct> { in read_smaps()
|
/developtools/profiler/host/smartperf/trace_streamer/src/ext/ |
D | sqlite_ext_funcs.cpp | 82 static TSSqlValue String(const char* v) in String() function
|