Home
last modified time | relevance | path

Searched defs:allow_ta_connect (Results 1 – 22 of 22) sorted by relevance

/trusty/user/app/storage/
Dmanifest.json9 "allow_ta_connect": true, boolean
Dmanifest-scudo.json9 "allow_ta_connect": true, boolean
/trusty/user/app/sample/memref-test/lender/
Dmanifest.json9 "allow_ta_connect": true, boolean
Dmanifest-scudo.json9 "allow_ta_connect": true, boolean
/trusty/user/app/keymaster/
Dmanifest.json9 "allow_ta_connect": false, boolean
Dmanifest-scudo.json9 "allow_ta_connect": false, boolean
/trusty/user/app/sample/hwbcc/
Dmanifest.json9 "allow_ta_connect": true, boolean
/trusty/user/app/sample/memref-test/receiver/
Dmanifest.json9 "allow_ta_connect": false, boolean
Dmanifest-scudo.json9 "allow_ta_connect": false, boolean
/trusty/user/app/avb/
Dmanifest.json9 "allow_ta_connect": false, boolean
/trusty/user/base/app/crash-test/crasher/
Dmanifest.json10 "allow_ta_connect": true, boolean
Dmanifest-scudo.json10 "allow_ta_connect": true, boolean
/trusty/user/base/app/cfi-test/cfi-crasher/
Dmanifest-scudo.json10 "allow_ta_connect": true, boolean
Dmanifest.json10 "allow_ta_connect": true, boolean
/trusty/user/base/app/metrics/test/crasher/
Dmanifest-scudo.json12 "allow_ta_connect": false, boolean
Dmanifest.json12 "allow_ta_connect": false, boolean
/trusty/user/base/lib/scudo/test/srv/
Dmanifest.json10 "allow_ta_connect": true, boolean
/trusty/user/base/lib/dlmalloc/test/srv/
Dmanifest.json10 "allow_ta_connect": true, boolean
/trusty/user/app/sample/app-mgmt-test/port-start-srv/
Dmanifest.json13 "allow_ta_connect": true, boolean
/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/
Dmanifest.json14 "allow_ta_connect": true, boolean
/trusty/user/base/tools/
Dmanifest_compiler.py228 def __init__(self, allow_ta_connect, allow_ns_connect): argument
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs118 pub fn allow_ta_connect(self) -> Self { in allow_ta_connect() method