Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 36) sorted by relevance

12

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dbasic_tool.py70 …les_with_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_abs: bool =…
71real_path: bool = True, de_duplicate: bool = True, is_sort: bool = True,
Dgn_common_tool.py37 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/
Dlogger.rs57 fn init(run_in_server: bool, spawned_server: bool, log_level: log::LevelFilter) { in init()
129 fn enabled(&self, metadata: &log::Metadata) -> bool { in enabled()
162 pub fn logger_init(log_level: log::LevelFilter, run_in_server: bool, spawned_server: bool) { in logger_init()
Dhost_app.rs73 pub async fn exist(session_id: u32, channel_id: u32) -> Result<bool, ()> { in exist()
100 ) -> bool { in check_install_continue()
143 async fn do_app_finish(session_id: u32, channel_id: u32, payload: &[u8]) -> bool { in do_app_finish()
351 ) -> Result<bool, &str> { in command_dispatch()
Dserver.rs45 ) -> bool; in LaunchServerWin32()
64 fn is_target_status_equal(value: TargetStatus) -> bool { in is_target_status_equal()
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py81 …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):
Dram_analyzer.py84 … 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/
Dbasic_tool.py56 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:…
Dgn_common_tool.py33 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/common/
Dforward.rs76 forward_direction: bool, in new()
156 pub async fn remove_forward(task_string: String, forward_direction: bool) -> bool { in remove_forward()
212 async fn write(id: u32, data: Vec<u8>) -> bool { in write()
504 pub fn check_node_info(value: &String, arg: &mut Vec<String>) -> bool { in check_node_info()
568 server_or_daemon: bool, in check_command()
569 ) -> bool { in check_command()
617 pub async fn detech_forward_type(ctx_point: &mut ContextForward) -> bool { in detech_forward_type()
828 pub async fn free_context(cid: u32, notify_remote: bool) { in free_context()
874 pub async fn setup_tcp_point(ctx: &mut ContextForward) -> bool { in setup_tcp_point()
891 async fn server_socket_bind_listen(ctx: &mut ContextForward, path: String) -> bool { in server_socket_bind_listen()
[all …]
Dtaskbase.rs26 ) -> bool; in command_dispatch()
28 fn ready_for_release(&mut self) -> bool; in ready_for_release()
Dhdcfile.rs81 pub async fn exsit(session_id: u32, channel_id: u32) -> bool { in exsit()
136 async fn check_local_path(session_id: u32, channel_id: u32) -> bool { in check_local_path()
191 pub async fn begin_transfer(session_id: u32, channel_id: u32, command: &String) -> bool { in begin_transfer()
236 ) -> Result<bool, Error> { in set_master_parameters()
349 pub async fn check_slaver(session_id: u32, channel_id: u32, _payload: &[u8]) -> Result<bool, Error>… in check_slaver()
411 async fn transfer_next(session_id: u32, channel_id: u32) -> bool { in transfer_next()
499 async fn is_task_queue_empty(session_id: u32, channel_id: u32) -> bool { in is_task_queue_empty()
559 ) -> bool { in command_dispatch()
643 pub async fn echo_fail(session_id: u32, channel_id: u32, error: Error, is_checked: bool) { in echo_fail()
Dhdctransfer.rs171 ) -> Result<bool, Error> { in check_local_path()
279 ) -> JoinHandle<(bool, TaskMessage)> { in spawn_handler()
368 fn is_dir_link(path: String) -> bool { in is_dir_link()
382 fn is_file_access(path: String) -> bool { in is_file_access()
416 ) -> bool { in read_and_send_data()
472 pub fn recv_and_write_file(tbase: &mut HdcTransferBase, _data: &[u8]) -> bool { in recv_and_write_file()
538 async fn put_last_error(error: std::io::Error, session_id: u32, channel_id: u32) ->bool { in put_last_error()
610 pub fn transfer_data(tbase: &mut HdcTransferBase, _payload: &[u8]) -> bool { in transfer_data()
Dbase.rs27 fn ProgramMutex(procname: *const c_char, checkOrNew: bool, tmpDir: *const c_char) -> c_int; in ProgramMutex()
99 pub fn is_absolute_path(path: &str) -> bool { in is_absolute_path()
170 pub fn program_mutex(procname: &str, check_or_new: bool) -> bool { in program_mutex()
Dfilemanager.rs42 pub fn open(&mut self) -> (bool, String) { in open()
/developtools/hdc/hdc_rust/src/daemon_lib/
Dsys_para.rs37 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()
Ddaemon_unity.rs40 async fn echo_device_mode_result(session_id: u32, channel_id: u32, result: bool, message: &str) { in echo_device_mode_result()
56 async fn echo_reboot_result(session_id: u32, channel_id: u32, result: bool, message: &str) { in echo_reboot_result()
72 async fn echo_root_run_mode_result(session_id: u32, channel_id: u32, result: bool, message: &str) { in echo_root_run_mode_result()
83 async fn set_root_run_enable(session_id: u32, channel_id: u32, root: bool) { in set_root_run_enable()
245 ) -> bool { in command_dispatch()
Dtask.rs269 fn get_control_permission(param: &str) -> bool { in get_control_permission()
277 fn check_control(command: HdcCommand) -> bool { in check_control()
Ddaemon_app.rs70 pub async fn exsit(session_id: u32, channel_id: u32) -> bool { in exsit()
145 async fn do_app_check(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in do_app_check()
387 ) -> bool { in command_dispatch()
/developtools/integration_verification/tools/opensource_tools/src/
Dvalidate_readme_opensource.py215 def run_validation(self, validate_format: bool = True, validate_content: bool = False):
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dget_newer_dir.go25 func (m *Manager) getNewerFileFromDir(cur string, less func(files []os.DirEntry, i, j int) bool) st…
Dbuild.go67 func (m *Manager) BuildNoRetry(config BuildConfig, rm bool, ctx context.Context) error {
/developtools/hdc/hdc_rust/src/tar/
Dentry.rs107 pub fn is_finish(&self) -> bool { in is_finish()
112 pub fn is_invalid(&self) -> bool { in is_invalid()
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs214 async fn update_package(session_id: u32, index: usize, data: OutputData) -> bool { in update_package()
253 async fn remove_package(session_id: u32, index: usize) -> bool { in remove_package()
276 async fn check_stop(session_id: u32) -> bool { in check_stop()
445 response: bool, in output_package()
464 fn is_response(option: u8) -> bool { in is_response()
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dget_subsystem_component.py134 def run(cls, project_path: str, output_path: str = None, save_result: bool = True):

12