Home
last modified time | relevance | path

Searched defs:store (Results 176 – 200 of 227) sorted by relevance

12345678910

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp187 DBStore *store = nullptr; in ChangeKVStoreDate() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_sensitive_operations_test/src/
H A Dmedialibrary_app_uri_sensitive_operations_test.cpp109 auto store = g_rdbStore; in PrepareUniqueNumberTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp575 …oolsUnitTest::GetSyncDataTest(const SyncInputArg &syncInputArg, SQLiteSingleVerNaturalStore *store, in GetSyncDataTest()
587 int DistributedDBToolsUnitTest::GetSyncDataNextTest(SQLiteSingleVerNaturalStore *store, uint32_t bl… in GetSyncDataNextTest()
598 int DistributedDBToolsUnitTest::PutSyncDataTest(SQLiteSingleVerNaturalStore *store, in PutSyncDataTest()
605 int DistributedDBToolsUnitTest::PutSyncDataTest(SQLiteSingleVerNaturalStore *store, in PutSyncDataTest()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c235 static CfResult SetVerifyParams(X509_STORE *store, X509 *mostTrustCert) in SetVerifyParams()
275 X509_STORE *store = X509_STORE_new(); in VerifyCertChain() local
836 X509_STORE *store = X509_STORE_new(); in VerifyOcspSigner() local
1211 X509_STORE *store = NULL; in GetCertIssuerFromChain() local
H A Dcertificate_openssl_common.c466 X509_STORE *store = X509_STORE_new(); in FindCertificateBySubject() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/
H A Dmedialibrary_utils_test.cpp50 int ConfigTestOpenCall::OnCreate(RdbStore &store) in OnCreate()
55 int ConfigTestOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp149 std::string store; in ProcessSpace() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreCustomDir.test.js84 let store = null; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp53 void SkiaPersistentCache::store(const SkData& key, const SkData& data) in store() function in OHOS::Rosen::Drawing::SkiaPersistentCache
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_permission_operations_test/src/
H A Dmedialibrary_app_uri_permission_operations_test.cpp109 auto store = g_rdbStore; in PrepareUniqueNumberTable() local
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog_common.cpp176 napi_value ParseUint32(napi_env env, napi_value object, uint32_t &store) in ParseUint32()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp315 static std::shared_ptr<RdbStore> store; member in RdbStorePredicateTest
331 std::shared_ptr<RdbStore> RdbStorePredicateTest::store = nullptr; member in RdbStorePredicateTest
362 int PredicateTestOpenCallback::OnCreate(RdbStore &store) in OnCreate()
367 int PredicateTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp372 auto store = new (std::nothrow) GeneralStoreMock(); in __anon0b1436170202() local
409 auto store = new (std::nothrow) GeneralStoreMock(); in __anon0b1436170302() local
1723 auto store = std::make_shared<GeneralStoreMock>(); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp53 void InitStore(ReminderStore& store) in InitStore()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp25 …ingleKvStore::InsertMockKvStore(AppId appId, StoreId storeId, std::shared_ptr<SingleKvStore> store) in InsertMockKvStore()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_analysis_album_operations.cpp63 static int32_t ExecSqls(const vector<string> &sqls, const shared_ptr<MediaLibraryUnistore> &store) in ExecSqls()
606 static int32_t UpdateForMergeGroupAlbums(const shared_ptr<MediaLibraryRdbStore> store, const vector… in UpdateForMergeGroupAlbums()
H A Dmedialibrary_file_operations.cpp494 const shared_ptr<MediaLibraryRdbStore> store) in CampatQueryDebug()
H A Dmedialibrary_album_fusion_utils.cpp941 static int32_t GetNoOwnerDataCnt(const std::shared_ptr<MediaLibraryRdbStore> store) in GetNoOwnerDataCnt()
1626 static int32_t DeleteDuplicatePhoto(const std::shared_ptr<MediaLibraryRdbStore> store) in DeleteDuplicatePhoto()
1668 static int32_t HandleDuplicatePhoto(const std::shared_ptr<MediaLibraryRdbStore> store) in HandleDuplicatePhoto()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp158 std::shared_ptr<StorageProxy> GetStorageProxy(ICloudSyncStorageInterface *store) in GetStorageProxy()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp357 auto store = AutoCache::GetInstance().GetStore(meta, {}); in ObjectServiceImpl() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Drdb_adapter_test.cpp50 std::shared_ptr<RdbAdapter> store = nullptr; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_service_test.cpp46 int ConfigTestOpenCall::OnCreate(RdbStore &store) in OnCreate()
51 int ConfigTestOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp123 int PhotosOpenCall::OnCreate(RdbStore &store) in OnCreate()
132 int PhotosOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
182 …shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCo… in Init() local
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp290 std::string store; in TrimSpace() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_verifier.c198 X509_STORE *store = X509_STORE_new(); in VerifyCertChain() local

12345678910