Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.h32 static sptr<IKvStoreDataService> GetDistributedKvDataService();
H A Dkvstore_service_death_notifier.cpp53 sptr<IKvStoreDataService> KvStoreServiceDeathNotifier::GetDistributedKvDataService() in GetDistributedKvDataService() function in OHOS::DistributedKv::KvStoreServiceDeathNotifier
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.cpp42 sptr<DistributedKv::IKvStoreDataService> ability = GetDistributedKvDataService(); in GetInstance()
58 sptr<DistributedKv::IKvStoreDataService> UdmfServiceClient::GetDistributedKvDataService() in GetDistributedKvDataService() function in OHOS::UDMF::UdmfServiceClient
H A Dudmf_service_client.h60 static sptr<DistributedKv::IKvStoreDataService> GetDistributedKvDataService();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp68 sptr<IKvStoreDataService> ability = KvStoreServiceDeathNotifier::GetDistributedKvDataService(); in GetInstance()