Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 52) sorted by relevance

123

/developtools/hdc/hdc_rust/src/host/
Dauth.rs33 connect_key: String, in handshake_with_daemon()
37 ) -> io::Result<(String, String)> { in handshake_with_daemon() argument
119 fn get_pubkey_pem(rsa: &Rsa<openssl::pkey::Private>) -> io::Result<String> { in get_pubkey_pem()
137 fn get_signature_b64(rsa: &Rsa<openssl::pkey::Private>, plain: String) -> io::Result<String> { in get_signature_b64()
Dserver.rs80 pub async fn server_fork(addr_str: String) { in server_fork()
188 ) -> io::Result<(String, u32)> { in handshake_with_client()
206 fn unpack_channel_handshake(recv: Vec<u8>) -> io::Result<String> { in unpack_channel_handshake()
Dtask.rs347 connect_key: String, in tcp_handle_deamon()
483 async fn remove(connect_key: String) { in remove()
489 async fn put(connect_key: String, daemon_info: DaemonInfo) { in put()
509 async fn get_list(is_full: bool) -> Vec<String> { in get_list()
551 async fn get_valid_session_id(connect_key: String, channel_id: u32) -> io::Result<u32> { in get_valid_session_id()
Dhost_app.rs40 pub fn get_sub_app_files_resurively(_path: &String) -> Vec<String> { in get_sub_app_files_resurively()
182 fn echo_client(&mut self, message: String) { in echo_client()
Dclient.rs320 fn auto_connect_key(key: String, cmd: HdcCommand) -> String { in auto_connect_key()
/developtools/hdc/hdc_rust/src/common/
Dbase.rs21 pub fn split_command_to_args(command_line: &String) -> (Vec<String>, u32) { in split_command_to_args()
98 pub fn get_file_name(s: &mut String) -> Option<String> { in get_file_name()
116 pub fn extract_relative_path(_cwd: &str, mut _path: &str) -> String { in extract_relative_path()
Dforward.rs240 pub async fn check_node_info(value: &String, arg: &mut Vec<String>) -> bool { in check_node_info()
353 value: String, in forward_tcp_accept()
398 pub async fn on_accept(session_id: u32, channel_id: u32, value: String, cid: u32) { in on_accept()
519 path: String, in server_socket_bind_listen()
562 pub async fn canonicalize(path: String) -> Result<String, Error> { in canonicalize()
736 pub async fn daemon_connect_pipe(session_id: u32, channel_id: u32, fd: i32, path: String) { in daemon_connect_pipe()
842 pub async fn filter_command(_payload: &[u8]) -> io::Result<(String, u32)> { in filter_command()
967 error: &mut String, in slave_connect()
1088 pub async fn print_error_info(session_id: u32, channel_id: u32, error: &mut String) { in print_error_info()
Dfilemanager.rs38 pub fn open(&mut self) -> (bool, String) { in open() argument
Dhdcfile.rs120 async fn echo_finish(session_id: u32, channel_id: u32, msg: String) { in echo_finish()
157 argv: Vec<String>, in set_master_parameters()
231 fn get_base_path(path: String) -> String { in get_base_path()
/developtools/hdc/hdc_rust/src/daemon/
Dauth.rs140 async fn make_sign_message(session_id: u32, token: String, channel_id: u32) -> TaskMessage { in make_sign_message()
177 pub fn get_host_pubkey_info(buf: &str) -> (String, String) { in get_host_pubkey_info()
326 async fn validate_signature(signature: String, session_id: u32) -> io::Result<()> { in validate_signature()
467 async fn handshake_fail(session_id: u32, channel_id: u32, msg: String) { in handshake_fail()
Dshell.rs203 fn init_pty_process(cmd: Option<String>, channel_id: u32) -> io::Result<PtyProcess> { in init_pty_process()
229 cmd: Option<String>, in subprocess_task()
292 cmd: Option<String>, in new()
/developtools/packing_tool/adapter/ohos/
DDefPermission.java65 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
73 public void setLabels(HashMap<String, String> labels) { in setLabels()
DDefinePermission.java68 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
76 public void setLabels(HashMap<String, String> labels) { in setLabels()
DModuleAbilityInfo.java97 public void setLabels(HashMap<String, String> labels) { in setLabels()
101 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
DExtensionAbilityInfo.java103 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
107 public void setLabels(HashMap<String, String> labels) { in setLabels()
DModuleAppInfo.java140 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
144 public void setLabels(HashMap<String, String> labels) { in setLabels()
DAbilityInfo.java220 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
224 public void setLabels(HashMap<String, String> labels) { in setLabels()
DAppInfo.java214 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
218 public void setLabels(HashMap<String, String> labels) { in setLabels()
DReqPermission.java45 public void setReasons(HashMap<String, String> reasons) { in setReasons()
DShortcut.java53 public void setLabels(HashMap<String, String> labels) { in setLabels()
DJsonUtil.java551 …static void getTargetDeviceConfig(Map<String, DeviceConfig> deviceConfigs, JSONObject deviceConfig… in getTargetDeviceConfig()
1012 … String hapName, HashMap<String, String> profileJsons) throws BundleException { in parseModuleProfileInfo()
1053HashMap<String, String> profileJsons) throws BundleException { in parseModuleHapInfo()
1153 JSONObject moduleJson, HashMap<String, String> profileJsons) throws BundleException { in parseModulePages()
1204 … JSONObject moduleJson, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleExtensionAbilities()
1216HashMap<String, String> profileJsons) throws BundleException { in parseStageExtensionAbility()
1240HashMap<String, String> profileJsons) throws BundleException { in parseModuleExtensionAbility()
1297HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbilities()
1312HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbilityAndAddShortcut()
1328HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbility()
[all …]
DModuleShortcut.java69 public void setLabels(HashMap<String, String> labels) { in setLabels()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignElf.java81 public static boolean sign(SignerConfig signerConfig, Map<String, String> signParams) { in sign()
142 String inputFile, String outputFile, String profileSigned, Map<String, String> signParams) { in writeBlockDataToFile()
244 …private static SignBlockData generateCodeSignByte(SignerConfig signerConfig, Map<String, String> s… in generateCodeSignByte()
/developtools/hdc/hdc_rust/src/
Dutils.rs74 pub fn get_dev_item(param: &str) -> (bool, String) { in get_dev_item() argument
93 pub fn bytes_to_string(message: Vec<u8>) -> String { in bytes_to_string()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DRemoteSigner.java40 public RemoteSigner(Map<String, Object> params) { in RemoteSigner()

123