/foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
H A D | app_domain_verify_mgr_service.cpp | 36 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 D | app_domain_verify_mgr_service_test.cpp | 468 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 D | kv_operator.cpp | 44 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, appId, storeId, kvStorePtr_); in OpenKvStore() 57 dataManager_.CloseKvStore({ KVSTORE_APPID }, kvStorePtr_); in CloseKvStore()
|
H A D | kv_operator.h | 55 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::Sharing::final
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_config_data_manager.h | 45 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AbilityRuntime::AppConfigDataManager
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_config_data_manager.cpp | 38 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 D | medialibrary_kvstore.cpp | 208 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 D | dsched_sync_e2e.h | 62 DistributedKv::DistributedKvDataManager dataManager_;
member in OHOS::DistributedSchedule::DmsKvSyncE2E
|
H A D | distributed_data_storage.h | 112 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::DistributedSchedule::DistributedDataStorage
|
H A D | distributed_bm_storage.h | 110 DistributedKv::DistributedKvDataManager dataManager_;
member in OHOS::DistributedSchedule::DmsBmStorage
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_auto_startup_data_manager.h | 68 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AbilityRuntime::AbilityAutoStartupDataManager
|
H A D | app_exit_reason_data_manager.h | 86 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AbilityRuntime::AppExitReasonDataManager
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | medialibrary_kvstore.h | 63 DistributedKv::DistributedKvDataManager dataManager_;
member in OHOS::Media::MediaLibraryKvStore
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dsched_sync_e2e.cpp | 57 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 D | distributed_data_storage.cpp | 153 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 D | distributed_bm_storage.cpp | 57 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 D | app_domain_verify_mgr_service.h | 68 std::shared_ptr<AppDomainVerifyDataMgr> dataManager_ = nullptr; member in OHOS::AppDomainVerify::AppDomainVerifyMgrService
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_data_storage.h | 84 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::AppExecFwk::DistributedDataStorage
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage.h | 77 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::DeviceProfile::StorageInitStatus::DeviceProfileStorage
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage.cpp | 153 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 D | medialibrary_data_manager.h | 156 DistributedKv::DistributedKvDataManager dataManager_; member in OHOS::Media::MediaLibraryDataManager
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_data_manager.cpp | 47 dataManager_.CloseKvStore(APP_ID, kvStorePtr_); in ~AbilityAutoStartupDataManager() 62 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, APP_ID, STORE_ID, kvStorePtr_); in GetKvStore()
|
H A D | app_exit_reason_data_manager.cpp | 44 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 D | distributed_data_storage.cpp | 68 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 D | medialibrary_data_manager.cpp | 147 dataManager_.CloseKvStore(KVSTORE_APPID, kvStorePtr_); in ~MediaLibraryDataManager() 444 dataManager_.CloseKvStore(KVSTORE_APPID, kvStorePtr_); in ClearMediaLibraryMgr()
|