• Home
  • Raw
  • Download

Lines Matching refs:ops_

91     ops_.set_delegate(this);  in SetUp()
92 ops_.set_permanent_attributes(attributes_); in SetUp()
93 ops_.set_stored_rollback_indexes( in SetUp()
134 return ops_.read_rollback_index( in read_rollback_index()
171 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
179 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
185 ops_.avb_ops(), in Validate()
214 FakeAvbOps ops_; member in avb::AvbAtxValidateTest
283 ops_.set_permanent_attributes(attributes_); in TEST_F()
290 ops_.set_permanent_attributes_hash("bad_hash"); in TEST_F()
303 ops_.avb_ops(), in Validate()
401 ops_.set_stored_rollback_indexes( in TEST_F()
478 ops_.set_stored_rollback_indexes( in TEST_F()
495 ops_.avb_ops(), in Validate()
525 ops_.avb_ops(), in TEST_F()
542 ops_.set_partition_dir(testdir_); in SetUp()
543 ops_.set_delegate(this); in SetUp()
544 ops_.set_permanent_attributes(attributes_); in SetUp()
545 ops_.set_stored_rollback_indexes({{0, 0}, in SetUp()
551 ops_.set_stored_is_device_unlocked(false); in SetUp()
561 return ops_.read_from_partition( in read_from_partition()
569 return ops_.write_to_partition(partition, offset, num_bytes, buffer); in write_to_partition()
580 return avb_atx_validate_vbmeta_public_key(ops_.avb_ops(), in validate_vbmeta_public_key()
591 return ops_.read_rollback_index( in read_rollback_index()
598 return ops_.write_rollback_index(ops, rollback_index_slot, rollback_index); in write_rollback_index()
603 return ops_.read_is_device_unlocked(ops, out_is_device_unlocked); in read_is_device_unlocked()
610 return ops_.get_unique_guid_for_partition( in get_unique_guid_for_partition()
617 return ops_.get_size_of_partition(ops, partition, out_size); in get_size_of_partition()
622 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
627 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
631 FakeAvbOps ops_; member in avb::AvbAtxSlotVerifyTest
654 ops_.set_expected_public_key( in TEST_F()
660 avb_slot_verify(ops_.avb_ops(), in TEST_F()