Searched defs:expected_calls (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | mock_uci_manager.rs | 49 expected_calls: Arc<Mutex<VecDeque<ExpectedCall>>>, field 641 let mut expected_calls = self.expected_calls.lock().unwrap(); in open_hal() localVariable 657 let mut expected_calls = self.expected_calls.lock().unwrap(); in close_hal() localVariable 672 let mut expected_calls = self.expected_calls.lock().unwrap(); in device_reset() localVariable 689 let mut expected_calls = self.expected_calls.lock().unwrap(); in core_get_device_info() localVariable 704 let mut expected_calls = self.expected_calls.lock().unwrap(); in core_get_caps_info() localVariable 722 let mut expected_calls = self.expected_calls.lock().unwrap(); in core_set_config() localVariable 742 let mut expected_calls = self.expected_calls.lock().unwrap(); in core_get_config() localVariable 759 let mut expected_calls = self.expected_calls.lock().unwrap(); in core_query_uwb_timestamp() localVariable 774 let mut expected_calls = self.expected_calls.lock().unwrap(); in session_init() localVariable [all …]
|
H A D | mock_uci_hal.rs | 34 expected_calls: Arc<Mutex<VecDeque<ExpectedCall>>>, field 115 let mut expected_calls = self.expected_calls.lock().unwrap(); in open() localVariable 138 let mut expected_calls = self.expected_calls.lock().unwrap(); in close() localVariable 156 let mut expected_calls = self.expected_calls.lock().unwrap(); in send_command() localVariable 179 let mut expected_calls = self.expected_calls.lock().unwrap(); in send_packet() localVariable 201 let mut expected_calls = self.expected_calls.lock().unwrap(); in notify_session_initialized() localVariable
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | simple_request.cc | 89 uint64_t expected_calls = 1; in SimpleRequestBody() local
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | mock_calls.py | 20 def __init__(self, test_case, expected_calls, watched): argument
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/ |
H A D | mock_uwb_service_callback.rs | 27 expected_calls: Arc<Mutex<VecDeque<ExpectedCall>>>, field
|
/aosp_15_r20/external/python/apitools/apitools/base/py/testing/ |
D | mock.py | 117 def __init__(self, expected_calls): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_class.py | 141 def assertCallStack(self, expected_calls): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_class.py | 136 def assertCallStack(self, expected_calls): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | retrying_file_system_test.cc | 30 ExpectedCalls expected_calls; in CreateRetriableErrors() local
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | associated_interface_unittest.cc | 302 size_t expected_calls, in SetUp()
|