Home
last modified time | relevance | path

Searched refs:RustConnectionManager (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_rust_ffi_connection_shim.cc24 RustConnectionManager& GetConnectionManager() { in GetConnectionManager()
25 static RustConnectionManager manager = {}; in GetConnectionManager()
/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.h61 struct RustConnectionManager { struct
75 RustConnectionManager& GetConnectionManager();
Dconnection_shim.cc150 std::optional<RustConnectionManager> connection_manager;
154 RustConnectionManager& GetConnectionManager() { in GetConnectionManager()