Home
last modified time | relevance | path

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/
DRemoteSigner.java40 public RemoteSigner(Map<String, Object> params) { in RemoteSigner()
/developtools/packing_tool/adapter/ohos/
DJsonUtil.java484 …static void getTargetDeviceConfig(Map<String, DeviceConfig> deviceConfigs, JSONObject deviceConfig… in getTargetDeviceConfig()
906 … String hapName, HashMap<String, String> profileJsons) throws BundleException { in parseModuleProfileInfo()
985HashMap<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()
1163HashMap<String, String> profileJsons) throws BundleException { in parseModuleExtensionAbility()
1228HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbilities()
1248HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbility()
1303 … JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos()
1322HashMap<String, String> profileJson) throws BundleException { in parseModuleMetadata()
DHapVerifyInfo.java351 public void setResourceMap(HashMap<String, String> resourceMap) { in setResourceMap()
DModuleJsonUtil.java699HashMap<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()
DHapVerify.java469 …private static boolean checkFeature(HapVerifyInfo featureHap, Map<String, List<HapVerifyInfo>> dev… in checkFeature()
DResourcesParser.java60 String(9, "String"), enumConstant
DUncompress.java1390 …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/
DSignatureAlgorithm.java73 Pair<String, ? extends AlgorithmParameterSpec> signatureAlgAndParams) { in SignatureAlgorithm()
DSignBin.java60 public static boolean sign(SignerConfig signerConfig, Map<String, String> signParams) { in sign()
DBcPkcs7Generator.java236 Pair<String, AlgorithmParameterSpec> signAlgPair, in verifySignatureFromServer()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/
DSignerConfig.java163 public void fillParameters(Map<String, String> params) { in fillParameters()
/developtools/profiler/tools/smaps_show/src/
Dmain.rs39 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/
Dsqlite_ext_funcs.cpp82 static TSSqlValue String(const char* v) in String() function