Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dikvstore_data_service.h29 virtual sptr<IRemoteObject> GetFeatureInterface(const std::string &name) = 0;
40 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp33 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
80 auto cloudObject = dataMgr->GetFeatureInterface(CloudService::SERVICE_NAME); in GetCloudService()
107 sptr<IRemoteObject> DataMgrService::GetFeatureInterface(const std::string &name) in GetFeatureInterface() function in OHOS::CloudData::DataMgrService
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp42 auto remote = distributedDataMgr_->GetFeatureInterface("data_object"); in GetObjectService()
126 sptr<IRemoteObject> ObjectStoreDataServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() function in OHOS::ObjectStore::ObjectStoreDataServiceProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dicloud_service.h31 virtual sptr<IRemoteObject> GetFeatureInterface(const std::string &name) = 0;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dirdb_service.h34 virtual sptr<IRemoteObject> GetFeatureInterface(const std::string &name) = 0;
H A Drdb_manager_impl.h77 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Diobject_service.h35 virtual sptr<IRemoteObject> GetFeatureInterface(const std::string &name) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/include/
H A Dikvstore_data_service.h31 virtual sptr<IRemoteObject> GetFeatureInterface(const std::string &name) = 0;
H A Ddatamgr_service_proxy.h23 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp112 … auto remote = distributedDataMgr_->GetFeatureInterface(DistributedRdb::RdbService::SERVICE_NAME); in GetRdbService()
175 sptr<IRemoteObject> RdbStoreDataServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() function in OHOS::DistributedRdb::RdbStoreDataServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h49 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dikvstore_data_service.cpp30 sptr<IRemoteObject> DataShareKvServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() function in OHOS::DataShare::DataShareKvServiceProxy
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service_stub.cpp54 auto remoteObject = GetFeatureInterface(name); in GetFeatureInterfaceOnRemote()
H A Dkvstore_data_service.h87 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
H A Dkvstore_data_service.cpp154 sptr<IRemoteObject> KvStoreDataService::GetFeatureInterface(const std::string &name) in GetFeatureInterface() function in OHOS::DistributedKv::KvStoreDataService
188 GetFeatureInterface(feature); in LoadFeatures()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Ddatamgr_service_proxy.cpp33 sptr<IRemoteObject> DataMgrServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() function in OHOS::DistributedKv::DataMgrServiceProxy
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp96 sptr<IRemoteObject> object = kvStoreDataServiceTest.GetFeatureInterface(name);
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_manager_impl.cpp105 auto remote = dataMgrService_->GetFeatureInterface("data_share"); in GetDataShareServiceProxy()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.cpp46 sptr<IRemoteObject> service = ability->GetFeatureInterface("udmf"); in GetInstance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp73 sptr<IRemoteObject> service = ability->GetFeatureInterface("kv_store"); in GetInstance()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp996 auto remote = serviceProxy->GetFeatureInterface("data_share"); in NotifyToDataShareService()