Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h330 int OhCloudExtCloudSyncSubscribe(
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs604 pub unsafe extern "C" fn OhCloudExtCloudSyncSubscribe( in OhCloudExtCloudSyncSubscribe() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp356 …auto status = OhCloudExtCloudSyncSubscribe(server.get(), databases.get(), expire, &relations, &err… in DoSubscribe()