Home
last modified time | relevance | path

Searched defs:store (Results 76 - 100 of 515) sorted by relevance

12345678910>>...21

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp110 int DocumentStoreManager::CloseDocumentStore(DocumentStore *store, uint32_t flags) in CloseDocumentStore() argument
52 GetDocumentStore(const std::string &path, const std::string &config, uint32_t flags, DocumentStore *&store) GetDocumentStore() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/multiThread/
H A Drdb_connection_rd_test.cpp63 int Callback::OnCreate(RdbStore &store) in OnCreate() argument
68 int Callback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
[all...]
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp100 auto store = OH_Rdb_CreateOrOpen(config, &errCode); in VdbTest002() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_helper_test.cpp91 int RdbHelperTestWrongSqlOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument
96 int RdbHelperTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument
101 OnUpgrade(RdbStore &store, int oldVersion, int newVersion) OnUpgrade() argument
106 OnUpgrade(RdbStore &store, int oldVersion, int newVersion) OnUpgrade() argument
159 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local
[all...]
H A Drdb_delete_test.cpp36 static std::shared_ptr<RdbStore> store; member in RdbDeleteTest
40 std::shared_ptr<RdbStore> RdbDeleteTest::store = nullptr; member in RdbDeleteTest
54 int DeleteTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument
59 int DeleteTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
69 RdbDeleteTest::store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in RdbDeleteTest
94 std::shared_ptr<RdbStore> &store = RdbDeleteTest::store; HWTEST_F() local
149 std::shared_ptr<RdbStore> &store = RdbDeleteTest::store; HWTEST_F() local
203 std::shared_ptr<RdbStore> &store = RdbDeleteTest::store; HWTEST_F() local
[all...]
H A Drdb_security_manager_test.cpp130 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in HWTEST_F() local
H A Dtransaction_test.cpp50 int TransactionTest::TransactionTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument
56 int TransactionTest::TransactionTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
94 std::shared_ptr<RdbStore> &store = TransactionTest::store_; in HWTEST_F() local
145 std::shared_ptr<RdbStore> &store = TransactionTest::store_; HWTEST_F() local
190 std::shared_ptr<RdbStore> &store = TransactionTest::store_; HWTEST_F() local
223 std::shared_ptr<RdbStore> &store = TransactionTest::store_; HWTEST_F() local
256 std::shared_ptr<RdbStore> &store = TransactionTest::store_; HWTEST_F() local
315 std::shared_ptr<RdbStore> &store = TransactionTest::store_; HWTEST_F() local
366 std::shared_ptr<RdbStore> &store = TransactionTest::store_; HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/data_sync/
H A Ddata_syncer_rdb_store_test.cpp312 CloudDisk::RdbStoreMock store; in HWTEST_F() local
322 CloudDisk::RdbStoreMock store; in HWTEST_F() local
331 CloudDisk::RdbStoreMock store; in HWTEST_F() local
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.h65 uint32_t store; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py1048 def store(nam function
[all...]
/third_party/node/src/crypto/
H A Dcrypto_random.cc76 std::shared_ptr<BackingStore> store = in EncodeOutput() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtrap.c37 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dthreads.cc29 auto store = store_.get(); in run() local
99 auto store = wasm::Store::make(engine.get()); in main() local
H A Dtrap.cc14 auto store = reinterpret_cast<wasm::Store*>(env); variable
33 auto store = store_.get(); in run() local
H A Dmemory.cc69 auto store = store_.get(); in run() local
H A Dmulti.c42 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dcallback.c67 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dcallback.cc63 auto store = store_.get(); in run() local
H A Dserialize.c22 wasm_store_t* store = wasm_store_new(engine); in main() local
H A Dtable.cc77 auto store = store_.get(); in run() local
/third_party/node/src/
H A Dnode_blob.h22 std::shared_ptr<v8::BackingStore> store; member
69 BlobTransferData( const std::vector<BlobEntry>& store, size_t length) BlobTransferData() argument
/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.cc17 Branch(IntPtrEqual(capacity, length), &grow, &store); in Push() local
/third_party/node/deps/v8/src/objects/
H A Dcompressed-slots-inl.h47 void CompressedObjectSlot::store(Object value) const { in store() function in v8::internal::CompressedObjectSlot
113 void CompressedMaybeObjectSlot::store(MaybeObject value) const { in store() function in v8::internal::CompressedMaybeObjectSlot
155 void CompressedHeapObjectSlot::store(HeapObjectReference value) const { in store() function in v8::internal::CompressedHeapObjectSlot
178 void OffHeapCompressedObjectSlot::store(Object value) const { in store() function in v8::internal::OffHeapCompressedObjectSlot
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_fetch.c20 OSSL_METHOD_STORE *store; member
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dx509.c40 X509_STORE *store = NULL; in FuzzerTestOneInput() local

Completed in 11 milliseconds

12345678910>>...21