/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/serial/ |
H A D | serial_port_manager.cc | 37 SerialPortManager::Binder& GetBinderOverride() { in GetBinderOverride() 48 BrowserContextKeyedAPIFactory<SerialPortManager>* 49 SerialPortManager::GetFactoryInstance() { in GetFactoryInstance() 54 SerialPortManager* SerialPortManager::Get(content::BrowserContext* context) { in Get() 58 SerialPortManager::SerialPortManager(content::BrowserContext* context) in SerialPortManager() function in extensions::api::SerialPortManager 66 SerialPortManager::~SerialPortManager() {} in ~SerialPortManager() 75 void SerialPortManager::GetDevices( in GetDevices() 82 void SerialPortManager::GetPort( in GetPort() 153 void SerialPortManager::DispatchEvent( in DispatchEvent() 166 void SerialPortManager::EnsureConnection() { in EnsureConnection() [all …]
|
H A D | serial_port_manager.h | 33 class SerialPortManager : public BrowserContextKeyedAPI { 35 static SerialPortManager* Get(content::BrowserContext* context); 38 static BrowserContextKeyedAPIFactory<SerialPortManager>* GetFactoryInstance(); 40 explicit SerialPortManager(content::BrowserContext* context); 41 ~SerialPortManager() override; 44 device::mojom::SerialPortManager::GetDevicesCallback callback); 55 mojo::PendingReceiver<device::mojom::SerialPortManager>)>; 60 friend class BrowserContextKeyedAPIFactory<SerialPortManager>; 91 mojo::Remote<device::mojom::SerialPortManager> port_manager_; 97 base::WeakPtrFactory<SerialPortManager> weak_factory_{this}; [all …]
|
H A D | serial_apitest.cc | 285 class FakeSerialPortManager : public device::mojom::SerialPortManager { 294 void Bind(mojo::PendingReceiver<device::mojom::SerialPortManager> receiver) { in Bind() 331 mojo::ReceiverSet<device::mojom::SerialPortManager> receivers_; 341 api::SerialPortManager::OverrideBinderForTesting(base::BindRepeating( in SerialApiTest() 348 api::SerialPortManager::OverrideBinderForTesting(base::NullCallback()); in ~SerialApiTest() 361 mojo::PendingReceiver<device::mojom::SerialPortManager> receiver) { in BindSerialPortManager()
|
H A D | serial_api.cc | 74 auto* port_manager = SerialPortManager::Get(browser_context()); in Run() 115 auto* manager = SerialPortManager::Get(browser_context()); in Run() 166 auto* port_manager = SerialPortManager::Get(browser_context()); in FinishConnect()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/serial/ |
H A D | serial_port_manager.cc | 38 SerialPortManager::Binder& GetBinderOverride() { in GetBinderOverride() 49 BrowserContextKeyedAPIFactory<SerialPortManager>* 50 SerialPortManager::GetFactoryInstance() { in GetFactoryInstance() 55 SerialPortManager* SerialPortManager::Get(content::BrowserContext* context) { in Get() 59 SerialPortManager::SerialPortManager(content::BrowserContext* context) in SerialPortManager() function in extensions::api::SerialPortManager 67 SerialPortManager::~SerialPortManager() {} in ~SerialPortManager() 76 void SerialPortManager::GetDevices( in GetDevices() 83 void SerialPortManager::OpenPort( in OpenPort() 156 void SerialPortManager::DispatchEvent( in DispatchEvent() 169 void SerialPortManager::EnsureConnection() { in EnsureConnection() [all …]
|
H A D | serial_port_manager.h | 33 class SerialPortManager : public BrowserContextKeyedAPI { 38 static SerialPortManager* Get(content::BrowserContext* context); 41 static BrowserContextKeyedAPIFactory<SerialPortManager>* GetFactoryInstance(); 43 explicit SerialPortManager(content::BrowserContext* context); 44 ~SerialPortManager() override; 47 device::mojom::SerialPortManager::GetDevicesCallback callback); 59 mojo::PendingReceiver<device::mojom::SerialPortManager>)>; 64 friend class BrowserContextKeyedAPIFactory<SerialPortManager>; 97 mojo::Remote<device::mojom::SerialPortManager> port_manager_; 103 base::WeakPtrFactory<SerialPortManager> weak_factory_{this}; [all …]
|
H A D | serial_apitest.cc | 287 class FakeSerialPortManager : public device::mojom::SerialPortManager { 296 void Bind(mojo::PendingReceiver<device::mojom::SerialPortManager> receiver) { in Bind() 337 mojo::ReceiverSet<device::mojom::SerialPortManager> receivers_; 347 api::SerialPortManager::OverrideBinderForTesting(base::BindRepeating( in SerialApiTest() 354 api::SerialPortManager::OverrideBinderForTesting(base::NullCallback()); in ~SerialApiTest() 367 mojo::PendingReceiver<device::mojom::SerialPortManager> receiver) { in BindSerialPortManager()
|
H A D | serial_connection.h | 35 class SerialPortManager; variable 103 virtual void Open(api::SerialPortManager* port_manager,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/cpp/test/ |
H A D | fake_serial_port_manager.h | 20 class FakeSerialPortManager : public mojom::SerialPortManager { 25 void AddReceiver(mojo::PendingReceiver<mojom::SerialPortManager> receiver); 46 mojo::ReceiverSet<mojom::SerialPortManager> receivers_;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/serial/ |
H A D | serial_chooser_context.h | 64 device::mojom::SerialPortManager* GetPortManager(); 70 mojo::PendingRemote<device::mojom::SerialPortManager> manager); 81 mojo::PendingRemote<device::mojom::SerialPortManager> manager); 99 mojo::Remote<device::mojom::SerialPortManager> port_manager_;
|
H A D | serial_chooser_context.cc | 318 device::mojom::SerialPortManager* SerialChooserContext::GetPortManager() { in GetPortManager() 332 mojo::PendingRemote<device::mojom::SerialPortManager> manager) { in SetPortManagerForTesting() 380 mojo::PendingRemote<device::mojom::SerialPortManager> manager; in EnsurePortManagerConnection() 387 mojo::PendingRemote<device::mojom::SerialPortManager> manager) { in SetUpPortManagerConnection()
|
H A D | chrome_serial_delegate.h | 25 device::mojom::SerialPortManager* GetPortManager(
|
H A D | chrome_serial_browsertest.cc | 38 mojo::PendingRemote<device::mojom::SerialPortManager> port_manager; in SetUpOnMainThread()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/serial/ |
H A D | serial_port_manager_impl.h | 30 class SerialPortManagerImpl : public mojom::SerialPortManager, 38 void Bind(mojo::PendingReceiver<mojom::SerialPortManager> receiver); 63 mojo::ReceiverSet<SerialPortManager> receivers_;
|
H A D | serial_port_manager_impl_unittest.cc | 78 void Bind(mojo::PendingReceiver<mojom::SerialPortManager> receiver) { in Bind() 91 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 114 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 133 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 182 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/serial/ |
H A D | serial_port_manager_impl.h | 31 class SerialPortManagerImpl : public mojom::SerialPortManager, 39 void Bind(mojo::PendingReceiver<mojom::SerialPortManager> receiver); 70 mojo::ReceiverSet<SerialPortManager> receivers_;
|
H A D | serial_port_manager_impl_unittest.cc | 151 void Bind(mojo::PendingReceiver<mojom::SerialPortManager> receiver) { in Bind() 166 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 180 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 200 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 219 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 269 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F() 318 mojo::Remote<mojom::SerialPortManager> port_manager; in TEST_F()
|
H A D | serial_port_manager_impl.cc | 25 void OnPortOpened(mojom::SerialPortManager::OpenPortCallback callback, in OnPortOpened() 43 mojo::PendingReceiver<mojom::SerialPortManager> receiver) { in Bind()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/public/mojom/ |
H A D | device_service.mojom | 91 // binds a SerialPortManager endpoint. 92 BindSerialPortManager(pending_receiver<SerialPortManager> receiver);
|
H A D | serial.mojom | 94 interface SerialPortManager { 110 // Client interface for SerialPortManager.
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/mojom/ |
H A D | device_service.mojom | 91 // binds a SerialPortManager endpoint. 92 BindSerialPortManager(pending_receiver<SerialPortManager> receiver);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/ |
H A D | serial_delegate.h | 55 virtual device::mojom::SerialPortManager* GetPortManager(
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/ |
H A D | serial_delegate.h | 55 virtual device::mojom::SerialPortManager* GetPortManager(
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/serial/ |
H A D | serial_test_utils.h | 33 device::mojom::SerialPortManager*(RenderFrameHost* frame));
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/serial/ |
H A D | serial_test_utils.h | 33 device::mojom::SerialPortManager*(RenderFrameHost* frame));
|