Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp29 class DataMgrService : public IRemoteProxy<CloudData::IKvStoreDataService> { class
31 explicit DataMgrService(const sptr<IRemoteObject> &impl);
32 ~DataMgrService() = default;
74 sptr<DataMgrService> dataMgr = new (std::nothrow) DataMgrService(dataMgrObject); in GetCloudService()
103 DataMgrService::DataMgrService(const sptr<IRemoteObject> &impl) : IRemoteProxy<CloudData::IKvStoreD… in DataMgrService() function in OHOS::CloudData::DataMgrService
107 sptr<IRemoteObject> DataMgrService::GetFeatureInterface(const std::string &name) in GetFeatureInterface()
111 if (!data.WriteInterfaceToken(DataMgrService::GetDescriptor())) { in GetFeatureInterface()