Home
last modified time | relevance | path

Searched refs:SerialPortManager (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/serial/
H A Dserial_port_manager.cc37 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 Dserial_port_manager.h33 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 Dserial_apitest.cc285 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 Dserial_api.cc74 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 Dserial_port_manager.cc38 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 Dserial_port_manager.h33 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 Dserial_apitest.cc287 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 Dserial_connection.h35 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 Dfake_serial_port_manager.h20 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 Dserial_chooser_context.h64 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 Dserial_chooser_context.cc318 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 Dchrome_serial_delegate.h25 device::mojom::SerialPortManager* GetPortManager(
H A Dchrome_serial_browsertest.cc38 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 Dserial_port_manager_impl.h30 class SerialPortManagerImpl : public mojom::SerialPortManager,
38 void Bind(mojo::PendingReceiver<mojom::SerialPortManager> receiver);
63 mojo::ReceiverSet<SerialPortManager> receivers_;
H A Dserial_port_manager_impl_unittest.cc78 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 Dserial_port_manager_impl.h31 class SerialPortManagerImpl : public mojom::SerialPortManager,
39 void Bind(mojo::PendingReceiver<mojom::SerialPortManager> receiver);
70 mojo::ReceiverSet<SerialPortManager> receivers_;
H A Dserial_port_manager_impl_unittest.cc151 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 Dserial_port_manager_impl.cc25 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 Ddevice_service.mojom91 // binds a SerialPortManager endpoint.
92 BindSerialPortManager(pending_receiver<SerialPortManager> receiver);
H A Dserial.mojom94 interface SerialPortManager {
110 // Client interface for SerialPortManager.
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/mojom/
H A Ddevice_service.mojom91 // 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 Dserial_delegate.h55 virtual device::mojom::SerialPortManager* GetPortManager(
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dserial_delegate.h55 virtual device::mojom::SerialPortManager* GetPortManager(
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/serial/
H A Dserial_test_utils.h33 device::mojom::SerialPortManager*(RenderFrameHost* frame));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/serial/
H A Dserial_test_utils.h33 device::mojom::SerialPortManager*(RenderFrameHost* frame));

12