Home
last modified time | relevance | path

Searched refs:dataManager_ (Results 1 - 25 of 25) sorted by relevance

/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp36 dataManager_ = std::make_shared<AppDomainVerifyDataMgr>(); in AppDomainVerifyMgrService()
60 dataManager_->InsertVerifyStatus(bundleName, verifyResultInfo); in VerifyDomain()
72 bool res = dataManager_->DeleteVerifyStatus(bundleName); in ClearDomainVerifyStatus()
103 if (dataManager_->GetVerifyStatus(it->bundleName, verifyResultInfo)) { in FilterAbilities()
124 bool res = dataManager_->GetVerifyStatus(bundleName, verifyResultInfo); in QueryDomainVerifyStatus()
144 bundleVerifyStatusInfo.bundleVerifyStatusInfoMap_ = dataManager_->GetAllVerifyStatus(); in QueryAllDomainVerifyStatus()
157 bool res = dataManager_->UpdateVerifyStatus(bundleName, verifyResultInfo); in SaveDomainVerifyStatus()
208 return dataManager_->QueryAssociatedDomains(bundleName, domains) ? E_OK : E_INTERNAL_ERR; in QueryAssociatedDomains()
219 return dataManager_->QueryAssociatedBundleNames(domain, bundleNames) ? E_OK : E_INTERNAL_ERR; in QueryAssociatedBundleNames()
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H A Dapp_domain_verify_mgr_service_test.cpp468 appDomainVerifyMgrService->dataManager_->verifyMap_->swap(verifyMap); in HWTEST_F()
553 ASSERT_TRUE(appDomainVerifyMgrService->dataManager_); in HWTEST_F()
560 appDomainVerifyMgrService->dataManager_->InsertVerifyStatus(bundleName, verifyResultInfo); in HWTEST_F()
575 ASSERT_TRUE(appDomainVerifyMgrService->dataManager_); in HWTEST_F()
580 appDomainVerifyMgrService->dataManager_->InsertVerifyStatus(bundleName, verifyResultInfo); in HWTEST_F()
594 ASSERT_TRUE(appDomainVerifyMgrService->dataManager_); in HWTEST_F()
597 appDomainVerifyMgrService->dataManager_->InsertVerifyStatus(bundleName, verifyResultInfo); in HWTEST_F()
612 ASSERT_TRUE(appDomainVerifyMgrService->dataManager_); in HWTEST_F()
617 appDomainVerifyMgrService->dataManager_->InsertVerifyStatus(bundleName, verifyResultInfo); in HWTEST_F()
632 ASSERT_TRUE(appDomainVerifyMgrService->dataManager_); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dkv_operator.cpp44 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, appId, storeId, kvStorePtr_); in OpenKvStore()
57 dataManager_.CloseKvStore({ KVSTORE_APPID }, kvStorePtr_); in CloseKvStore()
H A Dkv_operator.h55 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::Sharing::final
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_config_data_manager.h45 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AbilityRuntime::AppConfigDataManager
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_config_data_manager.cpp38 dataManager_.CloseKvStore(APP_ID, kvStorePtr_); in ~AppConfigDataManager()
55 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, APP_ID, STORE_ID, kvStorePtr_); in GetKvStore()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp208 Status status = dataManager_.CloseKvStore(KVSTORE_APPID, kvStorePtr_); in Close()
247 status = dataManager_.DeleteKvStore(KVSTORE_APPID, KVSTORE_MONTH_STOREID, baseDir); in RebuildKvStore()
249 status = dataManager_.DeleteKvStore(KVSTORE_APPID, KVSTORE_YEAR_STOREID, baseDir); in RebuildKvStore()
315 Status status = dataManager_.GetSingleKvStore(options, KVSTORE_APPID, {storeId}, kvStorePtr_); in InitSingleKvstore()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddsched_sync_e2e.h62 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::DistributedSchedule::DmsKvSyncE2E
H A Ddistributed_data_storage.h112 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::DistributedSchedule::DistributedDataStorage
H A Ddistributed_bm_storage.h110 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::DistributedSchedule::DmsBmStorage
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_auto_startup_data_manager.h68 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AbilityRuntime::AbilityAutoStartupDataManager
H A Dapp_exit_reason_data_manager.h86 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AbilityRuntime::AppExitReasonDataManager
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_kvstore.h63 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::Media::MediaLibraryKvStore
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp57 dataManager_.CloseKvStore(appId_, storeId_); in ~DmsKvSyncE2E()
359 Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()
364 dataManager_.DeleteKvStore(appId_, storeId_, BMS_KV_BASE_DIR + appId_.appId); in GetKvStore()
H A Ddistributed_data_storage.cpp153 Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()
217 status = dataManager_.CloseKvStore(appId_, storeId_); in UninitDistributedDataStorage()
224 status = dataManager_.DeleteKvStore(appId_, storeId_, KVDB_PATH); in UninitDistributedDataStorage()
H A Ddistributed_bm_storage.cpp57 dataManager_.CloseKvStore(appId_, storeId_); in ~DmsBmStorage()
561 Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()
566 dataManager_.DeleteKvStore(appId_, storeId_, BMS_KV_BASE_DIR + appId_.appId); in GetKvStore()
/foundation/bundlemanager/app_domain_verify/services/include/manager/core/
H A Dapp_domain_verify_mgr_service.h68 std::shared_ptr<AppDomainVerifyDataMgr> dataManager_ = nullptr; member in OHOS::AppDomainVerify::AppDomainVerifyMgrService
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_data_storage.h84 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AppExecFwk::DistributedDataStorage
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h77 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::DeviceProfile::StorageInitStatus::DeviceProfileStorage
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp153 Status status = dataManager_.GetSingleKvStore(options_, appId_, storeId_, kvStorePtr_); in GetKvStore()
164 Status status = dataManager_.DeleteKvStore(appId_, storeId_, options_.baseDir); in DeleteKvStore()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_data_manager.h156 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::Media::MediaLibraryDataManager
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_data_manager.cpp47 dataManager_.CloseKvStore(APP_ID, kvStorePtr_); in ~AbilityAutoStartupDataManager()
62 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, APP_ID, STORE_ID, kvStorePtr_); in GetKvStore()
H A Dapp_exit_reason_data_manager.cpp44 dataManager_.CloseKvStore(appId_, kvStorePtr_); in ~AppExitReasonDataManager()
59 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp68 dataManager_.CloseKvStore(appId_, storeId_); in ~DistributedDataStorage()
238 APP_LOGE("dataManager_ GetEntries error: %{public}d", status); in GetDistributedBundleName()
346 Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()
488 APP_LOGE("dataManager_ GetEntries error: %{public}d", status); in GetAllOldDistributionBundleInfo()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_data_manager.cpp147 dataManager_.CloseKvStore(KVSTORE_APPID, kvStorePtr_); in ~MediaLibraryDataManager()
444 dataManager_.CloseKvStore(KVSTORE_APPID, kvStorePtr_); in ClearMediaLibraryMgr()

Completed in 16 milliseconds