Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h227 int OhCloudExtDatabaseGetAlias(const OhCloudExtDatabase *db, unsigned char **alias, unsigned int *l…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs475 pub unsafe extern "C" fn OhCloudExtDatabaseGetAlias( in OhCloudExtDatabaseGetAlias() function
1484 OhCloudExtDatabaseGetAlias( in ut_database()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp185 OhCloudExtDatabaseGetAlias(pDb.get(), &alias, reinterpret_cast<unsigned int *>(&aliasLen)); in GetDatabases()