Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dswitch_adapter.cpp53 DistributedKv::Status res = kvDataMgr_.PutSwitch(appID, switchData); in PutSwitch()
71 auto res = kvDataMgr_.GetSwitch(appID, networkId); in GetSwitch()
96 auto res = kvDataMgr_.SubscribeSwitchData(appID, observer_); in SubscribeSwitchData()
115 auto res = kvDataMgr_.UnsubscribeSwitchData(appID, observer_); in UnsubscribeSwitchData()
H A Dkv_adapter.cpp293 status = kvDataMgr_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStorePtr()
502 kvDataMgr_.RegisterKvStoreServiceDeathRecipient(deathRecipient_); in RegisterDeathListener()
512 kvDataMgr_.UnRegisterKvStoreServiceDeathRecipient(deathRecipient_); in UnRegisterDeathListener()
532 kvDataMgr_.CloseKvStore(appId_, storeId_); in DeleteKvStore()
533 kvDataMgr_.DeleteKvStore(appId_, storeId_, DATABASE_DIR); in DeleteKvStore()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter.cpp159 …DistributedKv::Status status = kvDataMgr_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetLocalKvStorePtr()
166 kvDataMgr_.RegisterKvStoreServiceDeathRecipient(shared_from_this()); in RegisterKvStoreDeathListener()
172 kvDataMgr_.UnRegisterKvStoreServiceDeathRecipient(shared_from_this()); in UnregisterKvStoreDeathListener()
178 kvDataMgr_.CloseKvStore(appId_, storeId_); in DeleteKvStore()
179 kvDataMgr_.DeleteKvStore(appId_, storeId_, DATABASE_DIR); in DeleteKvStore()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp82 return kvDataMgr_.GetSingleKvStore(options, appId_, storeId_, kvStoragePtr_); in GetKvStorePtr()
96 return kvDataMgr_.GetSingleKvStore(options, appId_, storeId_, kvStoragePtr_); in GetLocalKvStorePtr()
118 kvDataMgr_.DeleteKvStore(appId_, storeId_, DATABASE_DIR + appId_.appId); in Init()
429 kvDataMgr_.RegisterKvStoreServiceDeathRecipient(shared_from_this()); in RegisterKvStoreDeathListener()
435 kvDataMgr_.UnRegisterKvStoreServiceDeathRecipient(shared_from_this()); in UnRegisterKvStoreDeathListener()
474 DistributedKv::Status status = kvDataMgr_.DeleteKvStore(appId_, storeId_); in DeleteKvStore()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/kvadapter/
H A Dswitch_adapter.h43 DistributedKv::DistributedKvDataManager kvDataMgr_; variable
H A Dkv_adapter.h73 DistributedKv::DistributedKvDataManager kvDataMgr_; variable
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter.h56 DistributedKv::DistributedKvDataManager kvDataMgr_; variable
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp316 status = kvDataMgr_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStorePtr()
326 kvDataMgr_.CloseKvStore(appId_, storeId_); in DeleteKvStore()
327 kvDataMgr_.DeleteKvStore(appId_, storeId_, DATABASE_DIR); in DeleteKvStore()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/include/
H A Dlnn_kv_adapter.h55 DistributedKv::DistributedKvDataManager kvDataMgr_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Ddb_adapter.h74 DistributedKv::DistributedKvDataManager kvDataMgr_; variable