| /developtools/hdc/hdc_rust/src/host/ |
| D | logger.rs | 44 fn init(run_in_server: bool, spawned_server: bool) { in init() 76 fn enabled(&self, metadata: &log::Metadata) -> bool { in enabled() 101 pub fn logger_init(log_level: log::LevelFilter, run_in_server: bool, spawned_server: bool) { in logger_init()
|
| D | host_app.rs | 57 pub fn init_install(&mut self, command: &String) -> bool { in init_install() 137 fn do_app_finish(&mut self, _payload: &Vec<u8>) -> bool { in do_app_finish() 158 fn check_install_continue(&mut self, mode_type: config::AppModeType, str: String) -> bool { in check_install_continue() 195 ) -> bool { in command_dispatch() 228 fn ready_for_release(&mut self) -> bool { in ready_for_release()
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
| D | basic_tool.py | 70 …les_with_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_abs: bool =… 71 … real_path: bool = True, de_duplicate: bool = True, is_sort: bool = True,
|
| D | gn_common_tool.py | 57 def is_gn_variable(cls, target: str, quote_processed: bool = False): 84 def contains_gn_variable(cls, s: str, quote_processed: bool = False): 94 …in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home", use_cache: bool = False) -> \
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | rom_analyzer.py | 151 def __save_result_as_excel(cls, result_dict: dict, output_name: str, add_baseline: bool): 205 baseline: bool): 254 …project_path: Text, product_name: Text, output_file: Text, output_execel: bool, add_baseline: bool, 255 unit_adapt: bool):
|
| D | ram_analyzer.py | 283 …esult_as_excel(cls, data_dict: dict, filename: str, ss: str, baseline_file: str, unit_adapt: bool): 532 … output_file: str, ss: str, output_excel: bool, baseline_file: str, unit_adapt: bool):
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
| D | basic_tool.py | 41 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:…
|
| D | gn_common_tool.py | 18 def is_gn_variable(cls, target: str, has_quote: bool = True): 108 …def _parse_part_subsystem(cls, part_var_flag: bool, subsystem_var_flag: bool, var_list: List[str],…
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | forward.rs | 240 pub async fn check_node_info(value: &String, arg: &mut Vec<String>) -> bool { in check_node_info() 268 pub async fn check_command(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in check_command() 306 pub async fn detech_forward_type(session_id: u32, channel_id: u32) -> bool { in detech_forward_type() 462 async fn free_context(session_id: u32, channel_id: u32, id: u32, notify_remote: bool) { in free_context() 495 pub async fn setup_tcp_point(session_id: u32, channel_id: u32) -> bool { in setup_tcp_point() 521 ) -> bool { in server_socket_bind_listen() 572 pub async fn setup_device_point(session_id: u32, channel_id: u32) -> bool { in setup_device_point() 639 pub async fn setup_jdwp_point(session_id: u32, channel_id: u32) -> bool { in setup_jdwp_point() 756 pub async fn setup_file_point(session_id: u32, channel_id: u32) -> bool { in setup_file_point() 793 pub async fn setup_point(session_id: u32, channel_id: u32) -> bool { in setup_point() [all …]
|
| D | taskbase.rs | 26 ) -> bool; in command_dispatch() 28 fn ready_for_release(&mut self) -> bool; in ready_for_release()
|
| D | hdcfile.rs | 74 pub async fn exsit(session_id: u32, channel_id: u32) -> bool { in exsit() 95 async fn check_local_path(session_id: u32, channel_id: u32) -> bool { in check_local_path() 125 pub async fn begin_transfer(session_id: u32, channel_id: u32, command: &String) -> bool { in begin_transfer() 158 ) -> bool { in set_master_parameters() 252 pub async fn check_slaver(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in check_slaver() 292 async fn transfer_next(session_id: u32, channel_id: u32) -> bool { in transfer_next() 373 ) -> bool { in command_dispatch()
|
| D | hdctransfer.rs | 112 ) -> bool { in check_local_path() 158 ) -> JoinHandle<(bool, TaskMessage)> { in spawn_handler() 231 ) -> bool { in read_and_send_data() 282 pub fn recv_and_write_file(tbase: &mut HdcTransferBase, _data: &[u8]) -> bool { in recv_and_write_file() 359 pub fn transfer_data(tbase: &mut HdcTransferBase, _payload: &[u8]) -> bool { in transfer_data()
|
| D | filemanager.rs | 38 pub fn open(&mut self) -> (bool, String) { in open()
|
| D | jdwp.rs | 74 pub async fn send_fd_to_target(&self, target_pid: u32, fd: i32, parameter: &str) -> bool { in send_fd_to_target() 116 pub async fn add_tracker(&self, channel_id: u32, session_id: u32, debug_or_release: bool) { in add_tracker() 206 pub fn jdwp_listen(&self) -> bool { in jdwp_listen()
|
| D | base.rs | 85 pub fn is_absolute_path(path: &str) -> bool { in is_absolute_path()
|
| /developtools/hdc/hdc_rust/src/daemon/ |
| D | daemon_unity.rs | 43 async fn echo_device_mode_result(session_id: u32, channel_id: u32, result: bool, message: Vec<u8>) { in echo_device_mode_result() 56 async fn echo_reboot_result(session_id: u32, channel_id: u32, result: bool, message: Vec<u8>) { in echo_reboot_result() 69 result: bool, in echo_root_run_mode_result() 84 async fn set_root_run_enable(session_id: u32, channel_id: u32, force: bool) { in set_root_run_enable() 239 ) -> bool { in command_dispatch()
|
| D | sys_para.rs | 37 pub fn set_dev_item(key: &str, val: &str) -> bool { in set_dev_item() 48 pub fn get_dev_item(key: &str, def: &str) -> (bool, String) { in get_dev_item() 68 pub fn wait_dev_item(key: &str, val: &str, timeout: i32) -> bool { in wait_dev_item()
|
| D | task.rs | 249 fn get_control_permission(param: &str) -> bool { in get_control_permission() 258 fn check_control(command: HdcCommand) -> bool { in check_control()
|
| D | daemon_app.rs | 67 pub async fn exsit(session_id: u32, channel_id: u32) -> bool { in exsit() 88 async fn do_app_check(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in do_app_check() 257 ) -> bool { in command_dispatch()
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | get_newer_dir.go | 25 func (m *Manager) getNewerFileFromDir(cur string, less func(files []os.DirEntry, i, j int) bool) st…
|
| D | build.go | 67 func (m *Manager) BuildNoRetry(config BuildConfig, rm bool, ctx context.Context) error {
|
| D | common.go | 39 …branch string, manifestBranch string, archiveDir string, workspace string, watchCI bool) *Manager {
|
| /developtools/hdc/hdc_rust/src/ |
| D | utils.rs | 62 pub fn execute_shell_cmd(cmd: String) -> (bool, Vec<u8>) { in execute_shell_cmd() 74 pub fn get_dev_item(param: &str) -> (bool, String) { in get_dev_item()
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | uart_wrapper.rs | 208 async fn update_package(session_id: u32, index: usize, data: OutputData) -> bool { in update_package() 244 async fn remove_package(session_id: u32, index: usize) -> bool { in remove_package() 267 async fn check_stop(session_id: u32) -> bool { in check_stop() 427 response: bool, in output_package() 446 fn is_response(option: u8) -> bool { in is_response()
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | get_subsystem_component.py | 132 def run(cls, project_path: str, output_path: str = None, save_result: bool = True):
|