/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 | 37 def is_gn_variable(cls, target: str, quote_processed: bool = False): 64 def contains_gn_variable(cls, s: str, quote_processed: bool = False): 74 …in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home", use_cache: bool = False) -> \
|
/developtools/hdc/hdc_rust/src/host/ |
D | logger.rs | 45 fn init(run_in_server: bool, spawned_server: bool, log_level: log::LevelFilter) { in init() 108 fn enabled(&self, metadata: &log::Metadata) -> bool { in enabled() 138 pub fn logger_init(log_level: log::LevelFilter, run_in_server: bool, spawned_server: bool) { in logger_init()
|
D | host_app.rs | 72 pub async fn exist(session_id: u32, channel_id: u32) -> Result<bool, ()> { in exist() 105 ) -> bool { in check_install_continue() 144 async fn do_app_finish(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in do_app_finish() 246 async fn init_install(session_id: u32, channel_id: u32, command: &String) -> bool { in init_install() 303 ) -> Result<bool, &str> { in command_dispatch()
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
D | rom_analyzer.py | 81 …project_path: Text, product_name: Text, output_file: Text, output_execel: bool, add_baseline: bool, 82 unit_adapt: bool): 215 def __save_result_as_excel(cls, result_dict: dict, output_name: str, add_baseline: bool): 269 baseline: bool):
|
D | ram_analyzer.py | 84 … output_file: str, ss: str, output_excel: bool, baseline_file: str, unit_adapt: bool): 481 …esult_as_excel(cls, data_dict: dict, filename: str, ss: str, baseline_file: str, unit_adapt: bool):
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
D | basic_tool.py | 56 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:…
|
D | gn_common_tool.py | 33 def is_gn_variable(cls, target: str, has_quote: bool = True): 151 …def _parse_part_subsystem(cls, part_var_flag: bool, subsystem_var_flag: bool, var_list: List[str],…
|
/developtools/hdc/hdc_rust/src/daemon/ |
D | sys_para.rs | 37 pub fn set_dev_item(key: &str, val: &str) -> bool { in set_dev_item() 53 pub fn get_dev_item(key: &str, def: &str) -> (bool, String) { in get_dev_item() 81 pub fn wait_dev_item(key: &str, val: &str, timeout: i32) -> bool { in wait_dev_item()
|
D | daemon_unity.rs | 39 async fn echo_device_mode_result(session_id: u32, channel_id: u32, result: bool, message: &str) { in echo_device_mode_result() 55 async fn echo_reboot_result(session_id: u32, channel_id: u32, result: bool, message: &str) { in echo_reboot_result() 71 async fn echo_root_run_mode_result(session_id: u32, channel_id: u32, result: bool, message: &str) { in echo_root_run_mode_result() 82 async fn set_root_run_enable(session_id: u32, channel_id: u32, root: bool) { in set_root_run_enable() 239 ) -> bool { in command_dispatch()
|
D | task.rs | 265 fn get_control_permission(param: &str) -> bool { in get_control_permission() 273 fn check_control(command: HdcCommand) -> bool { in check_control()
|
D | daemon_app.rs | 68 pub async fn exsit(session_id: u32, channel_id: u32) -> bool { in exsit() 125 async fn do_app_check(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in do_app_check() 356 ) -> bool { in command_dispatch()
|
/developtools/hdc/hdc_rust/src/common/ |
D | forward.rs | 76 forward_direction: bool, in new() 126 pub async fn remove_forward(task_string: String, forward_direction: bool) -> bool { in remove_forward() 483 pub async fn check_node_info(value: &String, arg: &mut Vec<String>) -> bool { in check_node_info() 540 pub async fn check_command(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in check_command() 596 pub async fn detech_forward_type(session_id: u32, channel_id: u32) -> bool { in detech_forward_type() 773 pub async fn free_context(session_id: u32, channel_id: u32, id: u32, notify_remote: bool) { in free_context() 810 pub async fn setup_tcp_point(session_id: u32, channel_id: u32) -> bool { in setup_tcp_point() 845 ) -> bool { in server_socket_bind_listen() 914 pub async fn setup_device_point(_session_id: u32, _channel_id: u32) -> bool { in setup_device_point() 919 pub async fn setup_device_point(session_id: u32, channel_id: u32) -> bool { in setup_device_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 | 79 pub async fn exsit(session_id: u32, channel_id: u32) -> bool { in exsit() 135 async fn check_local_path(session_id: u32, channel_id: u32) -> bool { in check_local_path() 190 pub async fn begin_transfer(session_id: u32, channel_id: u32, command: &String) -> bool { in begin_transfer() 228 ) -> bool { in set_master_parameters() 331 pub async fn check_slaver(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in check_slaver() 393 async fn transfer_next(session_id: u32, channel_id: u32) -> bool { in transfer_next() 512 ) -> bool { in command_dispatch()
|
D | base.rs | 24 fn ProgramMutex(procname: *const c_char, checkOrNew: bool, tmpDir: *const c_char) -> c_int; in ProgramMutex() 96 pub fn is_absolute_path(path: &str) -> bool { in is_absolute_path() 167 pub fn program_mutex(procname: &str, check_or_new: bool) -> bool { in program_mutex()
|
D | hdctransfer.rs | 125 ) -> bool { in check_local_path() 202 ) -> JoinHandle<(bool, TaskMessage)> { in spawn_handler() 291 fn is_file_access(path: String) -> bool { in is_file_access() 325 ) -> bool { in read_and_send_data() 381 pub fn recv_and_write_file(tbase: &mut HdcTransferBase, _data: &[u8]) -> bool { in recv_and_write_file() 484 pub fn transfer_data(tbase: &mut HdcTransferBase, _payload: &[u8]) -> bool { in transfer_data()
|
D | jdwp.rs | 77 pub async fn send_fd_to_target(&self, target_pid: u32, fd: i32, parameter: &str) -> bool { in send_fd_to_target() 119 pub async fn add_tracker(&self, channel_id: u32, session_id: u32, debug_or_release: bool) { in add_tracker() 198 pub fn jdwp_listen(&self) -> bool { in jdwp_listen()
|
D | filemanager.rs | 42 pub fn open(&mut self) -> (bool, String) { in open()
|
/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/transfer/ |
D | uart_wrapper.rs | 213 async fn update_package(session_id: u32, index: usize, data: OutputData) -> bool { in update_package() 252 async fn remove_package(session_id: u32, index: usize) -> bool { in remove_package() 275 async fn check_stop(session_id: u32) -> bool { in check_stop() 444 response: bool, in output_package() 463 fn is_response(option: u8) -> bool { in is_response()
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
D | get_subsystem_component.py | 134 def run(cls, project_path: str, output_path: str = None, save_result: bool = True):
|
/developtools/hdc/hdc_rust/src/host_transfer/ |
D | host_usb.rs | 62 connectSuccess: bool, in OnDeviceConnected() 77 fn Stop(ptr: *mut libc::c_void) -> bool; in Stop() 93 pub fn on_device_connected(ptr: u64, connect_key: String, connect_success: bool) { in on_device_connected()
|