Searched refs:rootcanal_port (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 28 rootcanal_port: Option<u16>, in create() 33 manager: FacadeServiceManager::create(rt, grpc_port, rootcanal_port, snoop_path), in create() 118 rootcanal_port: Option<u16>, in create() 129 stack.set_rootcanal_port(rootcanal_port).await; in create()
|
D | main.rs | 55 let rootcanal_port = value_t!(matches, "rootcanal-port", u16).ok(); in async_main() localVariable 61 rootcanal_port, in async_main()
|
/system/bt/gd/cert/ |
D | gd_device.py | 114 rootcanal_port = config.get("rootcanal_port") 115 if rootcanal_port is None: 116 rootcanal_port = "" 122 .replace("$(rootcanal_port)", rootcanal_port) \
|