Home
last modified time | relevance | path

Searched defs:is_persistent_instance (Results 1 – 2 of 2) sorted by relevance

/system/see/authmgr/authmgr-be-impl/src/
Dlib.rs71 fn is_persistent_instance(&self, instance_id: &InstanceIdentifier) -> Result<bool, Error> { in is_persistent_instance() method
/system/see/authmgr/authmgr-be/src/
Dtraits.rs48 fn is_persistent_instance(&self, instance_id: &InstanceIdentifier) -> Result<bool, Error>; in is_persistent_instance() method