Home
last modified time | relevance | path

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

12345

/tools/netsim/proto/netsim/
Dconfig.proto25 optional bool ipv4 = 2; field
32 optional bool ipv6 = 7; field
47 optional bool disabled = 1; field
60 optional bool disable_address_reuse = 2; field
62 optional bool test_beacons = 3; field
66 optional bool enabled = 1; field
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dradio_measurement.py38 spectrum_management: bool = False,
39 qos: bool = False,
40 apsd: bool = False,
41 radio_measurement: bool = False):
88 security: bool = False,
89 key_scope: bool = False,
92 mobility_domain: bool = False,
93 high_throughput: bool = False,
94 very_high_throughput: bool = False,
95 ftm: bool = False):
Dwireless_network_management.py54 preferred_candidate_list_included: bool = False,
55 abridged: bool = False,
56 disassociation_imminent: bool = False,
57 ess_disassociation_imminent: bool = False,
/tools/netsim/rust/proto/src/
Dconfiguration.rs61 pub fn le_extended_advertising(&self) -> bool { in le_extended_advertising()
69 pub fn has_le_extended_advertising(&self) -> bool { in has_le_extended_advertising()
74 pub fn set_le_extended_advertising(&mut self, v: bool) { in set_le_extended_advertising()
80 pub fn le_periodic_advertising(&self) -> bool { in le_periodic_advertising()
88 pub fn has_le_periodic_advertising(&self) -> bool { in has_le_periodic_advertising()
93 pub fn set_le_periodic_advertising(&mut self, v: bool) { in set_le_periodic_advertising()
99 pub fn ll_privacy(&self) -> bool { in ll_privacy()
107 pub fn has_ll_privacy(&self) -> bool { in has_ll_privacy()
112 pub fn set_ll_privacy(&mut self, v: bool) { in set_ll_privacy()
118 pub fn le_2m_phy(&self) -> bool { in le_2m_phy()
[all …]
Dstats.rs66 pub fn has_reason(&self) -> bool { in has_reason()
88 pub fn has_description(&self) -> bool { in has_description()
124 pub fn has_packet(&self) -> bool { in has_packet()
176 fn is_initialized(&self) -> bool { in is_initialized()
394 pub fn has_device_id(&self) -> bool { in has_device_id()
416 pub fn has_kind(&self) -> bool { in has_kind()
435 pub fn has_duration_secs(&self) -> bool { in has_duration_secs()
454 pub fn has_tx_count(&self) -> bool { in has_tx_count()
473 pub fn has_rx_count(&self) -> bool { in has_rx_count()
492 pub fn has_tx_bytes(&self) -> bool { in has_tx_bytes()
[all …]
Dpacket_streamer.rs61 pub fn has_initial_info(&self) -> bool { in has_initial_info()
110 pub fn has_hci_packet(&self) -> bool { in has_hci_packet()
159 pub fn has_packet(&self) -> bool { in has_packet()
230 fn is_initialized(&self) -> bool { in is_initialized()
407 pub fn has_error(&self) -> bool { in has_error()
456 pub fn has_hci_packet(&self) -> bool { in has_hci_packet()
505 pub fn has_packet(&self) -> bool { in has_packet()
575 fn is_initialized(&self) -> bool { in is_initialized()
/tools/security/remote_provisioning/hwtrust/cxxbridge/
Dlib.rs69 allow_any_mode: bool, in verify_dice_chain()
89 fn is_dice_chain_proper(chain: &DiceChain) -> bool; in is_dice_chain_proper()
97 is_factory: bool, in validate_csr()
98 allow_any_mode: bool, in validate_csr()
106 fn csr_has_uds_certs(csr: &Csr) -> bool; in csr_has_uds_certs()
138 allow_any_mode: bool, in new_session()
158 allow_any_mode: bool, in verify_dice_chain()
261 fn is_dice_chain_proper(chain: &DiceChain) -> bool { in is_dice_chain_proper()
278 is_factory: bool, in validate_csr()
279 allow_any_mode: bool, in validate_csr()
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py99 streaming: bool = True,
100 expected_result: bool = True) -> bool:
166 streaming: bool = True,
167 is_airplane_mode: bool = False,
173 turn_off_wifi_in_the_end: bool = False,
174 turn_off_airplane_mode_in_the_end: bool = False) -> bool:
250 to_change_slot: bool = True,
251 streaming: bool = True,
252 is_airplane_mode: bool = False,
258 turn_off_wifi_in_the_end: bool = False,
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dmme.py34 def pws_write(self, local_id: str, n50: bool = False):
51 def pws_kill(self, local_id: str, n50: bool = False):
/tools/netsim/rust/packets/src/
Dieee80211.rs89 pub fn is_multicast(&self) -> bool { in is_multicast()
94 pub fn is_broadcast(&self) -> bool { in is_broadcast()
184 pub fn has_a4(&self) -> bool { in has_a4()
189 pub fn is_to_ap(&self) -> bool { in is_to_ap()
194 pub fn is_mgmt(&self) -> bool { in is_mgmt()
249 pub fn is_qos_data(&self) -> bool { in is_qos_data()
306 pub fn is_multicast(&self) -> bool { in is_multicast()
311 pub fn is_broadcast(&self) -> bool { in is_broadcast()
318 pub fn is_robust_mgmt(&self) -> bool { in is_robust_mgmt()
354 pub fn is_beacon(&self) -> bool { in is_beacon()
[all …]
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py112 self, device_name: str, radio: model.PhyKind, state: bool
150 self, device_name: str, radio: common.ChipKind, state: bool
172 def set_capture_all(self, state: bool) -> None:
/tools/treble/build/treble_build/report/
Dprojects.go40 …j *app.RepoProject, remote *app.RepoRemote, proj ProjectDependencies, getFiles bool, upstreamBranc…
110 func resolveProjectMap(ctx context.Context, rtx *Context, manifestFile string, getFiles bool, upstr…
Drun.go30 func binaryExecutables(ctx context.Context, dir string, recursive bool) ([]string, int, error) {
173 func RunPaths(ctx context.Context, rtx *Context, target string, singlePath bool, files []string) []…
/tools/asuite/atest/integration_tests/
Dbazel_mode_test.py203 self, shell_command: str, check: bool = False
232 unit_test: bool = True,
260 host_supported: bool = True,
420 host_supported: bool,
441 unit_test: bool,
Dresult_compare_test.py70 is_bazel_mode: bool = False,
91 is_bazel_mode: bool = False,
/tools/security/remote_provisioning/hwtrust/src/
Dsession.rs64 pub fn set_is_factory(&mut self, is_factory: bool) { in set_is_factory()
69 pub fn set_allow_any_mode(&mut self, allow_any_mode: bool) { in set_allow_any_mode()
90 pub fn contains(&self, version: ProfileVersion) -> bool { in contains()
/tools/external_updater/tests/
Dgitrepo.py74 allow_empty: bool = False,
99 allow_fast_forward: bool = True,
100 allow_unrelated_histories: bool = False,
/tools/netsim/rust/daemon/src/
Dservice.rs46 no_cli_ui: bool, in new()
47 no_web_ui: bool, in new()
50 dev: bool, in new()
Dffi.rs62 ) -> bool; in ReadPacketResponseLoop()
68 fn WritePacketRequest(stream_id: u32, proto_bytes: &[u8]) -> bool; in WritePacketRequest()
192 pub fn AddDeviceToPhy(rootcanal_id: u32, is_low_energy: bool); in AddDeviceToPhy()
196 pub fn RemoveDeviceFromPhy(rootcanal_id: u32, is_low_energy: bool); in RemoveDeviceFromPhy()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dffx.py105 skip_status_code_check: bool = False,
106 skip_reachability_check: bool = False
Dssh.py111 def full_command(self, command: str, force_tty: bool = False) -> List[str]:
176 force_tty: bool = False) -> SSHResult:
202 def _run(self, command: str, timeout_sec: int, force_tty: bool) -> SSHResult:
/tools/netsim/scripts/
Dcpu_usage.py87 def _trace_usage(filename: str, avd: str, netsim_wifi: bool):
153 def _collect_cpu_usage(avd: str, netsim_wifi: bool):
/tools/asuite/adevice/src/
Dcommands.rs70 pub fn is_empty(&self) -> bool { in is_empty()
175 pub fn is_mkdir(&self) -> bool { in is_mkdir()
179 pub fn is_rm(&self) -> bool { in is_rm()
/tools/external_updater/tests/endtoend/
Dconftest.py60 def updater_cmd(should_build_updater: bool) -> list[str]:
/tools/external_updater/tests/endtoend/treebuilder/
Dfakeproject.py49 def initial_import(self, upstream_is_tag: bool = False) -> None:

12345