Home
last modified time | relevance | path

Searched defs:patch_result (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs1258 let patch_result = patch_device_json(Some(bt_chip_result.device_id), error_json.as_str()); in test_patch_error() localVariable
1270 let patch_result = patch_device_json(Some(bt_chip_result.device_id), error_json.as_str()); in test_patch_error() localVariable
1279 let patch_result = in test_patch_error() localVariable
1289 let patch_result = patch_device_json(None, error_json); in test_patch_error() localVariable
1295 let patch_result = patch_device_json(None, error_json); in test_patch_error() localVariable
1644 let patch_result = device.patch( in test_patch_beacon_device() localVariable
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs487 let patch_result = ble_beacon_patch( in test_beacon_patch() localVariable
523 let patch_result = ble_beacon_patch(FacadeIdentifier(0), id, &BleBeaconProto::default()); in test_beacon_patch_default() localVariable