Home
last modified time | relevance | path

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

/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()
/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()
/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/kvadapter/
H A Dswitch_adapter.h43 DistributedKv::DistributedKvDataManager kvDataMgr_; member in OHOS::DistributedDeviceProfile::SwitchAdapter
H A Dkv_adapter.h74 DistributedKv::DistributedKvDataManager kvDataMgr_; member in OHOS::DistributedDeviceProfile::KVAdapter
/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()
/foundation/communication/dsoftbus/core/adapter/kv_store/include/
H A Dlnn_kv_adapter.h55 DistributedKv::DistributedKvDataManager kvDataMgr_; member in OHOS::KVAdapter
/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter.h56 DistributedKv::DistributedKvDataManager kvDataMgr_; member in OHOS::DistributedHardware::KVAdapter
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp325 status = kvDataMgr_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStorePtr()
335 kvDataMgr_.CloseKvStore(appId_, storeId_); in DeleteKvStore()
336 kvDataMgr_.DeleteKvStore(appId_, storeId_, DATABASE_DIR); in DeleteKvStore()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Ddb_adapter.h75 DistributedKv::DistributedKvDataManager kvDataMgr_; member in OHOS::DistributedHardware::DBAdapter

Completed in 5 milliseconds