Home
last modified time | relevance | path

Searched refs:OhCloudExtDatabaseFree (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.h242 void OhCloudExtDatabaseFree(OhCloudExtDatabase *db);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs516 pub unsafe extern "C" fn OhCloudExtDatabaseFree(src: *mut OhCloudExtDatabase) { in OhCloudExtDatabaseFree() function
1507 OhCloudExtDatabaseFree(db); in ut_database()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp174 … auto pDb = std::shared_ptr<OhCloudExtDatabase>(db, [](auto *db) { OhCloudExtDatabaseFree(db); }); in GetDatabases()