Searched refs:TEST_CHIP_NAME_1 (Results 1 – 1 of 1) sorted by relevance
228 static TEST_CHIP_NAME_1: &str = "test-bt-chip-1"; variable241 name: Some(TEST_CHIP_NAME_1.to_string()), in create_test_device()268 let result = device.match_target_chip(PATCH_CHIP_KIND, TEST_CHIP_NAME_1); in test_exact_target_match()272 assert_eq!(target.unwrap().name, TEST_CHIP_NAME_1); in test_exact_target_match()284 assert_eq!(target.unwrap().name, TEST_CHIP_NAME_1); in test_substring_target_match()