Searched refs:DataMgrService (Results 1 – 1 of 1) sorted by relevance
29 class DataMgrService : public IRemoteProxy<CloudData::IKvStoreDataService> { class31 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::DataMgrService107 sptr<IRemoteObject> DataMgrService::GetFeatureInterface(const std::string &name) in GetFeatureInterface()111 if (!data.WriteInterfaceToken(DataMgrService::GetDescriptor())) { in GetFeatureInterface()