Home
last modified time | relevance | path

Searched defs:store (Results 151 – 175 of 227) sorted by relevance

12345678910

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp63 Store store; in GetStore() local
280 return Store(store_, [](GeneralStore *store) { store->Release(); }); in __anon4d0511fe0d02()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_step_result_set_test.cpp54 static std::shared_ptr<RdbStore> store; member in OHOS::NativeRdb::RdbStepResultSetTest
59 std::shared_ptr<RdbStore> RdbStepResultSetTest::store = nullptr; member in OHOS::NativeRdb::RdbStepResultSetTest
70 int RdbStepResultSetOpenCallback::OnCreate(RdbStore &store) in OnCreate()
75 int RdbStepResultSetOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp78 int PreferencesFlush(OH_Preferences *store) in PreferencesFlush()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp145 auto release = [&manager](DBStore *store) { manager.CloseKvStore(store); }; in GetDBStore()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp70 void TriggerModelOpenCallback::VersionAddModelType(RdbStore &store) in VersionAddModelType()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp254 int32_t CloudDiskDataCallBack::OnCreate(RdbStore &store) in OnCreate()
259 int32_t CloudDiskDataCallBack::OnUpgrade(RdbStore &store, int32_t oldVersion, int32_t newVersion) in OnUpgrade()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp96 void RelationalStoreInstance::SaveRelationalDBToCache(IRelationalStore *store, const RelationalDBPr… in SaveRelationalDBToCache()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h54 Store store; member
H A Dcloud_service_impl.cpp216 auto store = AutoCache::GetInstance().GetStore(meta, {}); in DoClean() local
359 for (const auto &store : stores) { in DoKvCloudSync() local
455 auto store = AutoCache::GetInstance().GetStore(storeMetaData, {}); in QueryStatistics() local
473 AutoCache::Store store) in QueryTableStatistic()
994 AutoCache::Store store = SyncManager::GetStore(meta, storeInfo.user, true); in PreShare() local
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_validator_openssl.c142 X509_STORE *store = X509_STORE_new(); in ValidateCertChainInner() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp27 SyncAbleEngine::SyncAbleEngine(ISyncInterface *store) in SyncAbleEngine()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dspin_rwlock.rs145 pub(crate) fn store(&mut self, val: T) { in store() method
/ohos5.0/base/security/certificate_manager/test/unittest/src/
H A Dcm_test_common.cpp316 int32_t TestGenerateAppCert(const struct CmBlob *alias, uint32_t alg, uint32_t store) in TestGenerateAppCert()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DKvManagerKVPromiseJsTest.js493 await kvManager.getKVStore(TEST_STORE_ID, options, async function (err, store) { argument
515 await kvManager.getKVStore(TEST_STORE_ID, options, async function (err, store) { argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp134 DBStatus RelationalStoreManager::CloseStore(RelationalStoreDelegate *store) in CloseStore()
/ohos5.0/foundation/communication/netstack/test/fuzztest/netsslinner_fuzzer/
H A Dnetssl_inner_fuzzer.cpp163 X509_STORE *store = nullptr; in SetFreeResourcesTest() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_shooting_mode_album_test/src/
H A Dshooting_mode_album_test.cpp128 const ShootingModeValueBucket &shootingModeAlbum, shared_ptr<MediaLibraryRdbStore> store) in InsertShootingModeAlbumValues()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp37 int ResultSet::Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch) in Init()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp190 for (auto &store : metas_) { in UpdateStore() local
H A Ddevice_matrix.cpp89 for (auto &store : stores) { in Initialize() local
94 for (auto &store : stores) { in Initialize() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp408 auto store = staticStores_[i % len].second; variable
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c169 …ic int32_t ConstructCommonUri(const struct CMUri *uriObj, struct CmBlob *commonUri, uint32_t store) in ConstructCommonUri()
696 int32_t CmCheckAndGetCommonUri(const struct CmContext *context, uint32_t store, const struct CmBlob… in CmCheckAndGetCommonUri()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_meta_data.cpp24 CloudMetaData::CloudMetaData(ICloudSyncStorageInterface *store) in CloudMetaData()
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_permission_data_base_adapter_impl.cpp45 int32_t PermissionDataBaseRdbOpenCallBack::OnCreate(OHOS::NativeRdb::RdbStore& store) in OnCreate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp87 std::shared_ptr<StorageProxy> GetStorageProxy(ICloudSyncStorageInterface *store) in GetStorageProxy()

12345678910