/developtools/hdc/hdc_rust/src/host/ |
D | auth.rs | 33 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()
|
D | server.rs | 80 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()
|
D | task.rs | 347 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()
|
D | host_app.rs | 40 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()
|
D | client.rs | 320 fn auto_connect_key(key: String, cmd: HdcCommand) -> String { in auto_connect_key()
|
/developtools/hdc/hdc_rust/src/common/ |
D | base.rs | 21 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()
|
D | forward.rs | 240 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()
|
D | filemanager.rs | 38 pub fn open(&mut self) -> (bool, String) { in open() argument
|
D | hdcfile.rs | 120 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/ |
D | auth.rs | 140 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()
|
D | shell.rs | 203 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/ |
D | DefPermission.java | 65 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() 73 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | DefinePermission.java | 68 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() 76 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | ModuleAbilityInfo.java | 97 public void setLabels(HashMap<String, String> labels) { in setLabels() 101 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions()
|
D | ExtensionAbilityInfo.java | 103 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() 107 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | ModuleAppInfo.java | 140 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() 144 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | AbilityInfo.java | 220 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() 224 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | AppInfo.java | 214 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() 218 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | ReqPermission.java | 45 public void setReasons(HashMap<String, String> reasons) { in setReasons()
|
D | Shortcut.java | 53 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
D | JsonUtil.java | 551 …static void getTargetDeviceConfig(Map<String, DeviceConfig> deviceConfigs, JSONObject deviceConfig… in getTargetDeviceConfig() 1012 … String hapName, HashMap<String, String> profileJsons) throws BundleException { in parseModuleProfileInfo() 1053 … HashMap<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() 1216 … HashMap<String, String> profileJsons) throws BundleException { in parseStageExtensionAbility() 1240 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleExtensionAbility() 1297 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbilities() 1312 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbilityAndAddShortcut() 1328 … HashMap<String, String> profileJsons) throws BundleException { in parseModuleAbility() [all …]
|
D | ModuleShortcut.java | 69 public void setLabels(HashMap<String, String> labels) { in setLabels()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
D | SignElf.java | 81 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/ |
D | utils.rs | 74 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/ |
D | RemoteSigner.java | 40 public RemoteSigner(Map<String, Object> params) { in RemoteSigner()
|