Home
last modified time | relevance | path

Searched refs:IKvStoreDataService (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dikvstore_data_service.h27 class IKvStoreDataService : public IRemoteBroker { class
33 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.DistributedKv.IKvStoreDataService");
36 class DataShareKvServiceProxy : public IRemoteProxy<IKvStoreDataService> {
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Dkvstore_data_service_mgr.cpp31 sptr<IKvStoreDataService> ability = iface_cast<IKvStoreDataService>(remote); in ClearAppStorage()
H A Ddatamgr_service_proxy.cpp28 : IRemoteProxy<IKvStoreDataService>(impl) in DataMgrServiceProxy()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.h32 static sptr<IKvStoreDataService> GetDistributedKvDataService();
63 sptr<IKvStoreDataService> kvDataServiceProxy_;
H A Dkvstore_service_death_notifier.cpp53 sptr<IKvStoreDataService> KvStoreServiceDeathNotifier::GetDistributedKvDataService() in GetDistributedKvDataService()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.h61 static sptr<DistributedKv::IKvStoreDataService> kvDataServiceProxy_;
62 static sptr<DistributedKv::IKvStoreDataService> GetDistributedKvDataService();
H A Dudmf_service_client.cpp29 sptr<DistributedKv::IKvStoreDataService> UdmfServiceClient::kvDataServiceProxy_;
42 sptr<DistributedKv::IKvStoreDataService> ability = GetDistributedKvDataService(); in GetInstance()
58 sptr<DistributedKv::IKvStoreDataService> UdmfServiceClient::GetDistributedKvDataService() in GetDistributedKvDataService()
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dicloud_service.h29 class IKvStoreDataService : public IRemoteBroker { class
33 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.DistributedKv.IKvStoreDataService");
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Diobject_service.h31 class IKvStoreDataService : public IRemoteBroker { class
33 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.DistributedKv.IKvStoreDataService");
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dirdb_service.h31 class IKvStoreDataService : public IRemoteBroker { class
33 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.DistributedKv.IKvStoreDataService");
H A Drdb_manager_impl.h73 class RdbStoreDataServiceProxy : public IRemoteProxy<DistributedRdb::IKvStoreDataService> {
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp29 class DataMgrService : public IRemoteProxy<CloudData::IKvStoreDataService> {
103 DataMgrService::DataMgrService(const sptr<IRemoteObject> &impl) : IRemoteProxy<CloudData::IKvStoreDataService>(impl) in DataMgrService()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/include/
H A Ddatamgr_service_proxy.h19 class DataMgrServiceProxy : public IRemoteProxy<IKvStoreDataService> {
H A Dikvstore_data_service.h27 class IKvStoreDataService : public IRemoteBroker { class
29 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.DistributedKv.IKvStoreDataService");
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service_stub.h20 class API_EXPORT KvStoreDataServiceStub : public IRemoteStub<IKvStoreDataService> {
H A Dkvstore_data_service.cpp284 auto kvDataServiceProxy = iface_cast<IKvStoreDataService>(remote); in OnStart()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h45 class ObjectStoreDataServiceProxy : public IRemoteProxy<OHOS::DistributedObject::IKvStoreDataService> {
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dikvstore_data_service.cpp25 : IRemoteProxy<IKvStoreDataService>(impl) in DataShareKvServiceProxy()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp121 : IRemoteProxy<DistributedObject::IKvStoreDataService>(impl) in ObjectStoreDataServiceProxy()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp171 : IRemoteProxy<DistributedRdb::IKvStoreDataService>(impl) in RdbStoreDataServiceProxy()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp68 sptr<IKvStoreDataService> ability = KvStoreServiceDeathNotifier::GetDistributedKvDataService(); in GetInstance()

Completed in 12 milliseconds