Searched refs:system_server_ctx (Results 1 – 1 of 1) sorted by relevance
674 let system_server_ctx = Context::new("u:r:system_server:s0")?; in check_keystore_permission_test() localVariable678 assert!(check_keystore_permission(&system_server_ctx, KeystorePerm::lock()).is_ok()); in check_keystore_permission_test()679 assert!(check_keystore_permission(&system_server_ctx, KeystorePerm::reset()).is_ok()); in check_keystore_permission_test()680 assert!(check_keystore_permission(&system_server_ctx, KeystorePerm::unlock()).is_ok()); in check_keystore_permission_test()702 let system_server_ctx = Context::new("u:r:system_server:s0")?; in check_grant_permission_app() localVariable705 check_grant_permission(&system_server_ctx, SYSTEM_SERVER_PERMISSIONS_NO_GRANT, &key) in check_grant_permission_app()710 &system_server_ctx, in check_grant_permission_app()762 let system_server_ctx = Context::new("u:r:system_server:s0")?; in check_key_permission_domain_app() localVariable821 &system_server_ctx, in check_key_permission_domain_app()829 &system_server_ctx, in check_key_permission_domain_app()[all …]