Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dmanifest.json10 "allow_ns_connect": true boolean
Dmanifest-scudo.json10 "allow_ns_connect": true boolean
/trusty/user/app/sample/memref-test/lender/
Dmanifest.json10 "allow_ns_connect": false boolean
Dmanifest-scudo.json10 "allow_ns_connect": false boolean
/trusty/user/app/keymaster/
Dmanifest.json10 "allow_ns_connect": true boolean
Dmanifest-scudo.json10 "allow_ns_connect": true boolean
/trusty/user/app/sample/hwbcc/
Dmanifest.json10 "allow_ns_connect": true boolean
/trusty/user/app/sample/memref-test/receiver/
Dmanifest.json10 "allow_ns_connect": true boolean
Dmanifest-scudo.json10 "allow_ns_connect": true boolean
/trusty/user/app/avb/
Dmanifest.json10 "allow_ns_connect": true boolean
/trusty/user/base/app/crash-test/crasher/
Dmanifest.json11 "allow_ns_connect": false boolean
Dmanifest-scudo.json11 "allow_ns_connect": false boolean
/trusty/user/base/app/cfi-test/cfi-crasher/
Dmanifest-scudo.json11 "allow_ns_connect": false boolean
Dmanifest.json11 "allow_ns_connect": false boolean
/trusty/user/base/app/metrics/test/crasher/
Dmanifest-scudo.json13 "allow_ns_connect": true boolean
Dmanifest.json13 "allow_ns_connect": true boolean
/trusty/user/base/lib/scudo/test/srv/
Dmanifest.json11 "allow_ns_connect": false boolean
/trusty/user/base/lib/dlmalloc/test/srv/
Dmanifest.json11 "allow_ns_connect": false boolean
/trusty/user/app/sample/app-mgmt-test/port-start-srv/
Dmanifest.json14 "allow_ns_connect": false boolean
/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/
Dmanifest.json15 "allow_ns_connect": false 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.rs112 pub fn allow_ns_connect(self) -> Self { in allow_ns_connect() method