Searched refs:chip_result (Results 1 – 5 of 5) sorted by relevance
108 Ok(chip_result) => chip_result, in handle_hci_client()
119 Ok(chip_result) => chip_result, in run_websocket_transport()
229 Ok(chip_result) => chip_result, in run_fd_transport()
255 let chip_result = chip_manager.get_chip(&chip_id); in test_new_and_get_with_singleton() localVariable256 assert!(chip_result.is_some()); in test_new_and_get_with_singleton()259 let chip = chip_result.unwrap(); in test_new_and_get_with_singleton()
1141 let chip_result = chip_params.add_chip().unwrap(); in test_add_chip() localVariable1142 match get_manager().devices.read().unwrap().get(&chip_result.device_id) { in test_add_chip()1145 let chip = chips.get(&chip_result.chip_id).unwrap(); in test_add_chip()1182 let chip_result = chip_params.add_chip().unwrap(); in test_patch_device() localVariable1193 patch_device(Some(chip_result.device_id), patch_json.as_str()).unwrap(); in test_patch_device()1194 match get_manager().devices.read().unwrap().get(&chip_result.device_id) { in test_patch_device()1310 let chip_result = chip_params.add_chip().unwrap(); in test_reset() localVariable1321 Some(chip_result.device_id), in test_reset()1325 match get_manager().devices.read().unwrap().get(&chip_result.device_id) { in test_reset()1333 reset(chip_result.device_id).unwrap(); in test_reset()[all …]