Home
last modified time | relevance | path

Searched defs:IsolatedConnection (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/core/
H A Dnode_controller.h141 struct IsolatedConnection { struct
150 IsolatedConnection& operator=(const IsolatedConnection& other); argument
151 IsolatedConnection& operator=(IsolatedConnection&& other); argument
154 scoped_refptr<NodeChannel> channel;
155 ports::PortRef local_port;
156 std::string name;
H A Dnode_controller.cc1254 NodeController::IsolatedConnection::IsolatedConnection( in IsolatedConnection() function in mojo::core::NodeController::IsolatedConnection
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Disolated_connection.cc12 IsolatedConnection::IsolatedConnection() in IsolatedConnection() function in mojo::IsolatedConnection
/aosp_15_r20/external/libchrome/mojo/core/test/
H A Dmultiprocess_test_helper.h20 class IsolatedConnection; variable
/aosp_15_r20/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
H A DSeccompDeviceTest.java132 class IsolatedConnection implements ServiceConnection { class in SeccompDeviceTest
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DServiceTest.java310 final class IsolatedConnection implements ServiceConnection { class in ServiceTest
317 public IsolatedConnection() { in IsolatedConnection() method in ServiceTest.IsolatedConnection