pub fn get_declared_instances(
interface: &str,
) -> Result<Vec<String>, StatusCode>
Expand description
Retrieve all declared instances for a particular interface
For instance, if ‘android.foo.IFoo/foo’ is declared, and ‘android.foo.IFoo’ is passed here, then [“foo”] would be returned.