Home
last modified time | relevance | path

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

/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_test_client.rs294 assert_result_matches(res, SecretkeeperError::EntryNotFound) in assert_entry_not_found()
299 assert_result_matches(res, SecretkeeperError::DicePolicyError) in assert_dice_policy_error()
302 fn assert_result_matches(res: Result<Secret, Error>, want: SecretkeeperError) { in assert_result_matches() function