Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
Dsa_store.h29 typedef struct ServiceInfo ServiceInfo; typedef
34 struct ServiceInfo { struct
58 ServiceInfo info; argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dconnect.rs601 pub(crate) struct ServiceInfo { struct
618 impl ServiceInfo { argument
811 ) -> ConnectResult<RwLockReadGuard<ServiceInfo>> { in get_service_info()