Searched refs:port_acl (Results 1 – 12 of 12) sorted by relevance
/trusty/user/app/sample/spi/swspi-srv/ |
D | swspi-srv.c | 56 static const struct tipc_port_acl port_acl = { variable 68 .acl = &port_acl, 76 .acl = &port_acl,
|
/trusty/user/base/app/device_tree/ |
D | main.cpp | 59 const auto port_acl = android::RpcServerTrusty::PortAcl{ in main() 67 std::make_shared<const android::RpcServerTrusty::PortAcl>(port_acl), in main()
|
/trusty/user/base/app/metrics/ |
D | consumer.c | 108 static struct tipc_port_acl port_acl = { in add_metrics_consumer_service() local 115 .acl = &port_acl, in add_metrics_consumer_service()
|
/trusty/user/base/lib/sancov/test/srv/ |
D | main.c | 33 static const struct tipc_port_acl port_acl = { variable 41 .acl = &port_acl,
|
/trusty/user/base/app/coverage/ |
D | aggregator.c | 134 static struct tipc_port_acl port_acl = { in coverage_aggregator_init() local 142 .acl = &port_acl, in coverage_aggregator_init()
|
D | client.c | 143 static struct tipc_port_acl port_acl = { in coverage_client_init() local 151 .acl = &port_acl, in coverage_client_init()
|
/trusty/user/base/app/line-coverage/ |
D | aggregator.c | 136 static struct tipc_port_acl port_acl = { in coverage_aggregator_init() local 144 .acl = &port_acl, in coverage_aggregator_init()
|
D | client.c | 196 static struct tipc_port_acl port_acl = { in coverage_client_init() local 204 .acl = &port_acl, in coverage_client_init()
|
/trusty/user/app/cast-auth/app/ |
D | cast_auth_impl.cc | 234 const auto port_acl = android::RpcServerTrusty::PortAcl{ in runService() 240 std::make_shared<const android::RpcServerTrusty::PortAcl>(port_acl), in runService()
|
/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 164 const auto port_acl = android::RpcServerTrusty::PortAcl{ in main() 173 std::make_shared<const android::RpcServerTrusty::PortAcl>(port_acl), in main()
|
/trusty/user/app/sample/stats-test/consumer/ |
D | consumer.cpp | 301 const auto port_acl = android::RpcServerTrusty::PortAcl{ in main()
|
/trusty/user/app/storage/ |
D | aidl_service.cpp | 743 auto port_acl = in storage_aidl_create_service() 747 std::make_shared<const RpcServerTrusty::PortAcl>(port_acl), in storage_aidl_create_service()
|