Home
last modified time | relevance | path

Searched refs:async_method (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestasync.py23 async def async_method(self): pass member in AsyncClass
207 self.assertIsInstance(mock_method.async_method, AsyncMock)
291 self.assertIsInstance(mock.async_method, AsyncMock)
300 self.assertIsInstance(mock.async_method, AsyncMock)
309 mock.async_method
364 self.assertIsInstance(mock_method.async_method, AsyncMock)
386 self.assertIsInstance(MockNormalClass.async_method, AsyncMock)
395 def test_async(async_method): argument
396 self.assertIsInstance(async_method, AsyncMock)
400 mock = AsyncMock(spec_set=AsyncClass.async_method)
[all …]
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestasync.py23 async def async_method(self): pass member in AsyncClass
207 self.assertIsInstance(mock_method.async_method, AsyncMock)
291 self.assertIsInstance(mock.async_method, AsyncMock)
300 self.assertIsInstance(mock.async_method, AsyncMock)
309 mock.async_method
364 self.assertIsInstance(mock_method.async_method, AsyncMock)
386 self.assertIsInstance(MockNormalClass.async_method, AsyncMock)
395 def test_async(async_method): argument
396 self.assertIsInstance(async_method, AsyncMock)
400 mock = AsyncMock(spec_set=AsyncClass.async_method)
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs195 pub async fn async_method< in async_method() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs472 .async_method(#dbus_method_name, #input_tuple) in generate_dbus_interface_client()