Home
last modified time | relevance | path

Searched refs:context_two (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs1428 let context_two = storage_files in test_apply_all_staged_overrides() localVariable
1431 storage_files.stage_server_override(&context_two, "false").unwrap(); in test_apply_all_staged_overrides()
1432 storage_files.stage_local_override(&context_two, "true").unwrap(); in test_apply_all_staged_overrides()
1440 assert_eq!(storage_files.get_boot_flag_value(&context_two).unwrap(), "true"); in test_apply_all_staged_overrides()
1489 let context_two = storage_files in test_get_all_local_overrides() localVariable
1492 storage_files.stage_local_override(&context_two, "false").unwrap(); in test_get_all_local_overrides()
1536 let context_two = storage_files in test_remove_all_local_overrides() localVariable
1539 storage_files.stage_local_override(&context_two, "false").unwrap(); in test_remove_all_local_overrides()
1553 assert_eq!(&storage_files.get_local_flag_value(&context_two).unwrap(), ""); in test_remove_all_local_overrides()
1637 let context_two = storage_files in test_list_flags_in_package() localVariable
[all …]