| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
| H A D | document_store_manager.cpp | 110 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 D | rdb_connection_rd_test.cpp | 63 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 D | rdb_store_configv2_test.cpp | 100 auto store = OH_Rdb_CreateOrOpen(config, &errCode); in VdbTest002() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_helper_test.cpp | 91 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 D | rdb_delete_test.cpp | 36 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 D | rdb_security_manager_test.cpp | 130 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in HWTEST_F() local
|
| H A D | transaction_test.cpp | 50 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 D | data_syncer_rdb_store_test.cpp | 312 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 D | agx_device.h | 65 uint32_t store; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_intrinsics.py | 1048 def store(nam function [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_random.cc | 76 std::shared_ptr<BackingStore> store = in EncodeOutput() local
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | trap.c | 37 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | threads.cc | 29 auto store = store_.get(); in run() local 99 auto store = wasm::Store::make(engine.get()); in main() local
|
| H A D | trap.cc | 14 auto store = reinterpret_cast<wasm::Store*>(env); variable 33 auto store = store_.get(); in run() local
|
| H A D | memory.cc | 69 auto store = store_.get(); in run() local
|
| H A D | multi.c | 42 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | callback.c | 67 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | callback.cc | 63 auto store = store_.get(); in run() local
|
| H A D | serialize.c | 22 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | table.cc | 77 auto store = store_.get(); in run() local
|
| /third_party/node/src/ |
| H A D | node_blob.h | 22 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 D | growable-fixed-array-gen.cc | 17 Branch(IntPtrEqual(capacity, length), &grow, &store); in Push() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | compressed-slots-inl.h | 47 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 D | core_fetch.c | 20 OSSL_METHOD_STORE *store; member [all...] |
| /third_party/node/deps/openssl/openssl/fuzz/ |
| H A D | x509.c | 40 X509_STORE *store = NULL; in FuzzerTestOneInput() local
|