Home
last modified time | relevance | path

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 Dmock_uci_manager.rs49 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 Dmock_uci_hal.rs34 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 Dsimple_request.cc89 uint64_t expected_calls = 1; in SimpleRequestBody() local
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dmock_calls.py20 def __init__(self, test_case, expected_calls, watched): argument
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/
H A Dmock_uwb_service_callback.rs27 expected_calls: Arc<Mutex<VecDeque<ExpectedCall>>>, field
/aosp_15_r20/external/python/apitools/apitools/base/py/testing/
Dmock.py117 def __init__(self, expected_calls): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_class.py141 def assertCallStack(self, expected_calls): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_class.py136 def assertCallStack(self, expected_calls): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dretrying_file_system_test.cc30 ExpectedCalls expected_calls; in CreateRetriableErrors() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dassociated_interface_unittest.cc302 size_t expected_calls, in SetUp()