Searched refs:create_device (Results 1 – 5 of 5) sorted by relevance
818 pub create_device: ::std::option::Option<u32>, field872 pub fn create_device(&self) -> u32 { in create_device() method873 self.create_device.unwrap_or(0) in create_device()877 self.create_device = ::std::option::Option::None; in clear_create_device()881 self.create_device.is_some() in has_create_device()886 self.create_device = ::std::option::Option::Some(v); in set_create_device()1051 |m: &NetsimFrontendStats| { &m.create_device }, in generated_message_descriptor_data()1052 |m: &mut NetsimFrontendStats| { &mut m.create_device }, in generated_message_descriptor_data()1116 self.create_device = ::std::option::Option::Some(is.read_uint32()?); in merge_from()1157 if let Some(v) = self.create_device { in compute_size()[all …]
164 pub fn create_device( in create_device() method430 fn create_device( in create_device() method516 instance.create_device(ctx, req, resp) in create_frontend_service()
204 use crate::devices::devices_handler::create_device; in new_test_beacon()256 if let Err(err) = create_device(&print_to_string(&request).unwrap()) { in new_test_beacon()
394 pub fn create_device(create_json: &str) -> Result<DeviceIdentifier, String> { in create_device() function596 let id = create_device(create_json)?; in handle_device_create()1504 let id = create_device(&print_to_string(&request).unwrap()); in test_create_device_succeeds()1523 let id = create_device(&print_to_string(&request).unwrap()); in test_create_chipless_device_fails()1539 let id = create_device(&print_to_string(&request).unwrap()); in test_create_radioless_device_fails()1552 let id = create_device(&print_to_string(&request).unwrap()); in test_get_beacon_device()1568 let id = create_device(&print_to_string(&request).unwrap()); in test_create_device_default_name()1587 let id = create_device(&request_json); in test_create_existing_device_fails()1591 let id = create_device(&request_json); in test_create_existing_device_fails()1604 let id = create_device(&print_to_string(&request).unwrap()); in test_patch_beacon_device()[all …]
63 optional uint32 create_device = 2; field