Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 85) sorted by relevance

1234

/developtools/profiler/protos/types/plugins/native_hook/
Dnative_hook_config.proto22 bool save_file = 2;
28 bool malloc_disable = 8;
29 bool mmap_disable = 9;
30 bool free_stack_report = 10;
31 bool munmap_stack_report = 11;
34 bool string_compressed = 14;
35 bool fp_unwind = 15;
36 bool blocked = 16;
37 bool record_accurately = 17;
38 bool startup_mode = 18;
[all …]
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_config.proto22 bool save_file = 2;
28 bool malloc_disable = 8;
29 bool mmap_disable = 9;
30 bool free_stack_report = 10;
31 bool munmap_stack_report = 11;
34 bool string_compressed = 14;
35 bool fp_unwind = 15;
36 bool blocked = 16;
37 bool record_accurately = 17;
38 bool startup_mode = 18;
[all …]
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto24 bool report_process_tree = 1;
26 bool report_sysmem_mem_info = 2;
30 bool report_sysmem_vmem_info = 4;
34 bool report_process_mem_info = 6;
36 bool report_app_mem_info = 7;
39 bool report_app_mem_by_memory_service = 8;
43 bool report_smaps_mem_info = 10;
45 bool report_purgeable_ashmem_info = 11;
47 bool report_dma_mem_info = 12;
49 bool report_gpu_mem_info = 13;
[all …]
/developtools/profiler/protos/types/plugins/agent_data/
Dagent_plugin_energy_data.proto132 bool is_request_battery = 11; // 作业是否需要设备的电池电量不低于临界阈值
133 bool is_request_charging = 12; // 作业是否需要充电
134 bool is_request_deep_idle = 13; // 作业是否需要设备处于空闲维护窗口中
135 bool is_request_delay = 14; // 作业是否需要延迟
136 bool is_request_network = 15; // 作业是否需要网络
137 bool is_request_persisted = 16; // 是否应跨设备重新引导持久化此作业
138 bool is_request_repeat = 17; // 是否在给定时间内重复作业
139 bool is_request_storage = 18; // 作业是否需要设备的存储空间不低
140 bool is_work_info_valid = 19; // 作业是否有效
146 bool start_now = 3;
[all …]
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/agent_data/
Dagent_plugin_energy_data.proto132 bool is_request_battery = 11; // 作业是否需要设备的电池电量不低于临界阈值
133 bool is_request_charging = 12; // 作业是否需要充电
134 bool is_request_deep_idle = 13; // 作业是否需要设备处于空闲维护窗口中
135 bool is_request_delay = 14; // 作业是否需要延迟
136 bool is_request_network = 15; // 作业是否需要网络
137 bool is_request_persisted = 16; // 是否应跨设备重新引导持久化此作业
138 bool is_request_repeat = 17; // 是否在给定时间内重复作业
139 bool is_request_storage = 18; // 作业是否需要设备的存储空间不低
140 bool is_work_info_valid = 19; // 作业是否有效
146 bool start_now = 3;
[all …]
/developtools/hdc/hdc_rust/src/host/
Dlogger.rs25 stdout_require: bool,
26 run_in_server: bool, // scrolling dump only by server
44 fn init(run_in_server: bool, spawned_server: bool) { in init() argument
76 fn enabled(&self, metadata: &log::Metadata) -> bool { in enabled() argument
101 pub fn logger_init(log_level: log::LevelFilter, run_in_server: bool, spawned_server: bool) { in logger_init() argument
Dhost_app.rs57 pub fn init_install(&mut self, command: &String) -> bool { in init_install() argument
137 fn do_app_finish(&mut self, _payload: &Vec<u8>) -> bool { in do_app_finish() argument
158 fn check_install_continue(&mut self, mode_type: config::AppModeType, str: String) -> bool { in check_install_continue() argument
195 ) -> bool { in command_dispatch() argument
228 fn ready_for_release(&mut self) -> bool { in ready_for_release() argument
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto24 bool report_process_tree = 1;
26 bool report_sysmem_mem_info = 2;
30 bool report_sysmem_vmem_info = 4;
34 bool report_process_mem_info = 6;
36 bool report_app_mem_info = 7;
39 bool report_app_mem_by_memory_service = 8;
43 bool report_smaps_mem_info = 10;
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/process_data/
Dprocess_plugin_config.proto21 bool report_process_tree = 1;
22 bool report_cpu = 2;
23 bool report_diskio = 3;
24 bool report_pss = 4;
/developtools/profiler/protos/types/plugins/process_data/
Dprocess_plugin_config.proto21 bool report_process_tree = 1;
22 bool report_cpu = 2;
23 bool report_diskio = 3;
24 bool report_pss = 4;
/developtools/hdc/hdc_rust/src/daemon/
Dmount.rs16 fn RemountDeviceEx() -> bool; in RemountDeviceEx()
19 pub fn remount_device() -> bool { in remount_device()
Dsys_para.rs37 pub fn set_dev_item(key: &str, val: &str) -> bool { in set_dev_item() argument
48 pub fn get_dev_item(key: &str, def: &str) -> (bool, String) { in get_dev_item() argument
68 pub fn wait_dev_item(key: &str, val: &str, timeout: i32) -> bool { in wait_dev_item() argument
Ddaemon_unity.rs43 async fn echo_device_mode_result(session_id: u32, channel_id: u32, result: bool, message: Vec<u8>) { in echo_device_mode_result() argument
56 async fn echo_reboot_result(session_id: u32, channel_id: u32, result: bool, message: Vec<u8>) { in echo_reboot_result() argument
69 result: bool, in echo_root_run_mode_result() argument
84 async fn set_root_run_enable(session_id: u32, channel_id: u32, force: bool) { in set_root_run_enable() argument
239 ) -> bool { in command_dispatch() argument
/developtools/hdc/hdc_rust/src/common/
Dtaskbase.rs26 ) -> bool; in command_dispatch() argument
28 fn ready_for_release(&mut self) -> bool; in ready_for_release() argument
Dhdctransfer.rs54 pub need_close_notify: bool,
57 pub is_io_finish: bool,
58 pub is_master: bool,
62 pub server_or_daemon: bool,
65 pub is_dir: bool,
72 pub is_file_mode_sync: bool,
112 ) -> bool { in check_local_path() argument
158 ) -> JoinHandle<(bool, TaskMessage)> { in spawn_handler() argument
231 ) -> bool { in read_and_send_data() argument
282 pub fn recv_and_write_file(tbase: &mut HdcTransferBase, _data: &[u8]) -> bool { in recv_and_write_file() argument
[all …]
Dforward.rs161 check_order: bool,
204 is_master: bool,
240 pub async fn check_node_info(value: &String, arg: &mut Vec<String>) -> bool { in check_node_info() argument
268 pub async fn check_command(session_id: u32, channel_id: u32, _payload: &[u8]) -> bool { in check_command() argument
306 pub async fn detech_forward_type(session_id: u32, channel_id: u32) -> bool { in detech_forward_type() argument
462 async fn free_context(session_id: u32, channel_id: u32, id: u32, notify_remote: bool) { in free_context() argument
495 pub async fn setup_tcp_point(session_id: u32, channel_id: u32) -> bool { in setup_tcp_point() argument
521 ) -> bool { in server_socket_bind_listen() argument
572 pub async fn setup_device_point(session_id: u32, channel_id: u32) -> bool { in setup_device_point() argument
639 pub async fn setup_jdwp_point(session_id: u32, channel_id: u32) -> bool { in setup_jdwp_point() argument
[all …]
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dbasic_tool.py70 …ith_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_abs: bool = True, argument
71 … real_path: bool = True, de_duplicate: bool = True, is_sort: bool = True, argument
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/js_memory/
Djs_heap_config.proto27 bool capture_numeric_value = 4;
28 bool track_allocations = 5;
29 bool enable_cpu_profiler = 6;
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hiperf_call_plugin/
Dhiperf_call_plugin_config.proto23 bool is_trace = 5; // Set if using --trace-offcpu, default true.
24 bool is_root = 6; // Set if using root privilege, default true.
25 bool is_emulator = 7; // Set if the device is emulator, default false.
/developtools/profiler/protos/types/plugins/arkts_plugin/
Darkts_plugin_config.proto28 bool capture_numeric_value = 4;
29 bool track_allocations = 5;
30 bool enable_cpu_profiler = 6;
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto24 bool parse_ksyms = 7; // parse /proc/kallsyms or not
29 bool debug_on = 30; // enable debug options
30bool discard_cache_data = 31; // if set true, session will stop immediately.(cache data will be lo…
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto24 bool parse_ksyms = 7; // parse /proc/kallsyms or not
29 bool debug_on = 30; // enable debug options
30bool discard_cache_data = 31; // if set true, session will stop immediately.(cache data will be lo…
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dbasic_tool.py41 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:… argument
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py32 debug = bool(sys.gettrace())
151 def __save_result_as_excel(cls, result_dict: dict, output_name: str, add_baseline: bool): argument
205 baseline: bool): argument
254 …project_path: Text, product_name: Text, output_file: Text, output_execel: bool, add_baseline: bool, argument
255 unit_adapt: bool): argument
325 parser.add_argument("-e", "--excel", type=bool, default=False,
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hilog_data/
Dhilog_plugin_config.proto37 bool need_record = 4;
38 bool need_clear = 5;

1234