Lines Matching refs:ITestService
21 use aidl_test_interface::aidl::android::aidl::tests::ITestService::{
39 fn get_test_service() -> binder::Strong<dyn ITestService::ITestService> { in get_test_service()
40 binder::get_interface(<BpTestService as ITestService::ITestService>::get_descriptor()) in get_test_service()
46 assert_eq!(ITestService::A1, 1); in test_constants()
47 assert_eq!(ITestService::A2, 1); in test_constants()
48 assert_eq!(ITestService::A3, 1); in test_constants()
49 assert_eq!(ITestService::A4, 1); in test_constants()
50 assert_eq!(ITestService::A5, 1); in test_constants()
51 assert_eq!(ITestService::A6, 1); in test_constants()
52 assert_eq!(ITestService::A7, 1); in test_constants()
53 assert_eq!(ITestService::A8, 1); in test_constants()
54 assert_eq!(ITestService::A9, 1); in test_constants()
55 assert_eq!(ITestService::A10, 1); in test_constants()
56 assert_eq!(ITestService::A11, 1); in test_constants()
57 assert_eq!(ITestService::A12, 1); in test_constants()
58 assert_eq!(ITestService::A13, 1); in test_constants()
59 assert_eq!(ITestService::A14, 1); in test_constants()
60 assert_eq!(ITestService::A15, 1); in test_constants()
61 assert_eq!(ITestService::A16, 1); in test_constants()
62 assert_eq!(ITestService::A17, 1); in test_constants()
63 assert_eq!(ITestService::A18, 1); in test_constants()
64 assert_eq!(ITestService::A19, 1); in test_constants()
65 assert_eq!(ITestService::A20, 1); in test_constants()
66 assert_eq!(ITestService::A21, 1); in test_constants()
67 assert_eq!(ITestService::A22, 1); in test_constants()
68 assert_eq!(ITestService::A23, 1); in test_constants()
69 assert_eq!(ITestService::A24, 1); in test_constants()
70 assert_eq!(ITestService::A25, 1); in test_constants()
71 assert_eq!(ITestService::A26, 1); in test_constants()
72 assert_eq!(ITestService::A27, 1); in test_constants()
73 assert_eq!(ITestService::A28, 1); in test_constants()
74 assert_eq!(ITestService::A29, 1); in test_constants()
75 assert_eq!(ITestService::A30, 1); in test_constants()
76 assert_eq!(ITestService::A31, 1); in test_constants()
77 assert_eq!(ITestService::A32, 1); in test_constants()
78 assert_eq!(ITestService::A33, 1); in test_constants()
79 assert_eq!(ITestService::A34, 1); in test_constants()
80 assert_eq!(ITestService::A35, 1); in test_constants()
81 assert_eq!(ITestService::A36, 1); in test_constants()
82 assert_eq!(ITestService::A37, 1); in test_constants()
83 assert_eq!(ITestService::A38, 1); in test_constants()
84 assert_eq!(ITestService::A39, 1); in test_constants()
85 assert_eq!(ITestService::A40, 1); in test_constants()
86 assert_eq!(ITestService::A41, 1); in test_constants()
87 assert_eq!(ITestService::A42, 1); in test_constants()
88 assert_eq!(ITestService::A43, 1); in test_constants()
89 assert_eq!(ITestService::A44, 1); in test_constants()
90 assert_eq!(ITestService::A45, 1); in test_constants()
91 assert_eq!(ITestService::A46, 1); in test_constants()
92 assert_eq!(ITestService::A47, 1); in test_constants()
93 assert_eq!(ITestService::A48, 1); in test_constants()
94 assert_eq!(ITestService::A49, 1); in test_constants()
95 assert_eq!(ITestService::A50, 1); in test_constants()
96 assert_eq!(ITestService::A51, 1); in test_constants()
97 assert_eq!(ITestService::A52, 1); in test_constants()
98 assert_eq!(ITestService::A53, 1); in test_constants()
99 assert_eq!(ITestService::A54, 1); in test_constants()
100 assert_eq!(ITestService::A55, 1); in test_constants()
101 assert_eq!(ITestService::A56, 1); in test_constants()
102 assert_eq!(ITestService::A57, 1); in test_constants()
130 test_primitive! {test_primitive_byte_constant, RepeatByte, ITestService::BYTE_TEST_CONSTANT}
131 test_primitive! {test_primitive_constant1, RepeatInt, ITestService::TEST_CONSTANT}
132 test_primitive! {test_primitive_constant2, RepeatInt, ITestService::TEST_CONSTANT2}
133 test_primitive! {test_primitive_constant3, RepeatInt, ITestService::TEST_CONSTANT3}
134 test_primitive! {test_primitive_constant4, RepeatInt, ITestService::TEST_CONSTANT4}
135 test_primitive! {test_primitive_constant5, RepeatInt, ITestService::TEST_CONSTANT5}
136 test_primitive! {test_primitive_constant6, RepeatInt, ITestService::TEST_CONSTANT6}
137 test_primitive! {test_primitive_constant7, RepeatInt, ITestService::TEST_CONSTANT7}
138 test_primitive! {test_primitive_constant8, RepeatInt, ITestService::TEST_CONSTANT8}
139 test_primitive! {test_primitive_constant9, RepeatInt, ITestService::TEST_CONSTANT9}
140 test_primitive! {test_primitive_constant10, RepeatInt, ITestService::TEST_CONSTANT10}
141 test_primitive! {test_primitive_constant11, RepeatInt, ITestService::TEST_CONSTANT11}
142 test_primitive! {test_primitive_constant12, RepeatInt, ITestService::TEST_CONSTANT12}
143 test_primitive! {test_primitive_long_constant, RepeatLong, ITestService::LONG_TEST_CONSTANT}
159 ITestService::STRING_TEST_CONSTANT.into(), in test_repeat_string()
160 ITestService::STRING_TEST_CONSTANT2.into(), in test_repeat_string()
472 ITestService::STRING_TEST_CONSTANT_UTF8, in test_utf8_string()
494 Some(ITestService::STRING_TEST_CONSTANT_UTF8.into()), in test_utf8_string()
601 <BpTestService as ITestService::ITestService>::setDefaultImpl(di); in test_default_impl()