Home
last modified time | relevance | path

Searched refs:ON (Results 1 – 25 of 35) sorted by relevance

12

/tools/netsim/ui/dist/js/
Ddevice-observer.js1ON?e.OFF:e.ON),"classic"===t&&"classic"in i.bt&&i.bt.classic&&"state"in i.bt.classic&&(i.bt.classi…
Ddevice-info.js11 .checked=${d(i.bt.lowEnergy.state===c.ON)}
19 .checked=${d(i.bt.classic.state===c.ON)}
27 .checked=${d(i.wifi.state===c.ON)}
35 .checked=${d(i.uwb.state===c.ON)}
Dmodel.js1 ….UNRECOGNIZED="UNRECOGNIZED"}(N||(N={})),function(N){N.UNKNOWN="UNKNOWN",N.ON="ON",N.OFF="OFF",N.U…
Dpacket-info.js39 .checked=${t.state===d.ON}
/tools/netsim/ui/ts/
Ddevice-observer.ts112 chip.bt.lowEnergy.state === State.ON ? State.OFF : State.ON;
118 chip.bt.classic.state === State.ON ? State.OFF : State.ON;
124 chip.wifi.state = chip.wifi.state === State.ON ? State.OFF : State.ON;
129 chip.uwb.state = chip.uwb.state === State.ON ? State.OFF : State.ON;
136 chip.capture = chip.capture === State.ON ? State.OFF : State.ON;
Ddevice-info.ts343 .checked=${live(chip.bt.lowEnergy.state === State.ON)}
358 .checked=${live(chip.bt.classic.state === State.ON)}
375 .checked=${live(chip.wifi.state === State.ON)}
391 .checked=${live(chip.uwb.state === State.ON)}
Dmodel.ts19 ON = 'ON', enumerator
Dpacket-info.ts237 .checked=${capture.state === State.ON}
/tools/netsim/src/hci/
Dbluetooth_facade.cc193 model.mutable_classic()->set_state(model::State::ON); in Reset()
194 model.mutable_low_energy()->set_state(model::State::ON); in Reset()
210 PatchPhy(device_index, request_state == model::State::ON, true); in Patch()
217 PatchPhy(device_index, request_state == model::State::ON, false); in Patch()
243 model->mutable_classic()->set_state(model::State::ON); in Add()
244 model->mutable_low_energy()->set_state(model::State::ON); in Add()
/tools/netsim/src/wifi/
Dwifi_facade_test.cc34 EXPECT_EQ(model::State::ON, radio.state()); in TEST_F()
65 EXPECT_EQ(model::State::ON, radio.state()); in TEST_F()
Dwifi_facade.cc62 chip_info->model->set_state(model::State::ON); in Reset()
99 model->set_state(model::State::ON); in Add()
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/
Dcommon.py30 ON = 1 variable in PassthroughStates
38 'on': PassthroughStates.ON,
Dmonsoon.py158 if expected_state in [PassthroughStates.ON]:
276 self.usb(PassthroughStates.ON)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Drpm_controller_utils.py25 ON = 'On' variable
114 return self.set_rpm_port_state(rpm_port, ON)
/tools/netsim/rust/netsim-cli/src/
Dresponse.rs228 if chip.capture.enum_value_or_default() == State::ON { in print_device_response()
240 State::ON => "up".to_string(), in chip_state_to_string()
248 State::ON => "on".to_string(), in capture_state_to_string()
Dargs.rs69 UpDownStatus::Up => State::ON, in get_request_bytes()
146 OnOffState::On => State::ON, in get_requests()
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py45 ON = 'ON' variable in SignallingState
59 ON = 'ON' variable in SccState
114 ON = 'ON' variable in DrxMode
199 ON = 'ON' variable in MacPadding
231 ON = 'ON' variable in ReducedPdcch
Dcmw500_cellular_simulator.py470 bts.reduced_pdcch = cmw500.ReducedPdcch.ON
687 self.cmw.switch_scc_state(i, cmw500.SccState.ON)
695 if bts.scc_state == cmw500.SccState.ON.value:
/tools/apkzlib/
DMETADATA3 # DEPENDING ON IT IN YOUR PROJECT. ***
DAndroid.bp19 // DEPENDING ON IT IN YOUR PROJECT. ***
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_voice_call_power_test.py48 self.virtualPhoneHandle.auto_answer = (VirtualPhoneAutoAnswer.ON, 0)
/tools/netsim/src/controller/
Dchip.cc59 request.capture() == model::State::ON, in Patch()
/tools/netsim/src/proto/
Dmodel.proto48 ON = 1; enumerator
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGnssBaseTest.py141 self.monsoons[0].usb(PassthroughStates.ON)
/tools/netsim/rust/netsim-cxx/src/captures/
Dcapture.rs128 true => State::ON.into(), in get_capture_proto()

12