Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 - 25 of 117) sorted by relevance

12345

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp234 CheckPlainUds(outputRecord->GetEntry(plainTextUtdId_)); in HWTEST_F()
237 CheckHtmlUds(outputRecord->GetEntry(htmlUtdId_)); in HWTEST_F()
240 CheckFileUriUds(outputRecord->GetEntry(fileUriUtdId_)); in HWTEST_F()
243 CheckPixelMapUds(outputRecord->GetEntry(pixelMapUtdId_)); in HWTEST_F()
246 CheckLinkUds(outputRecord->GetEntry(linkUtdId_)); in HWTEST_F()
283 CheckPlainUds(outputRecord->GetEntry(plainTextUtdId_)); in HWTEST_F()
286 CheckHtmlUds(outputRecord->GetEntry(htmlUtdId_)); in HWTEST_F()
289 CheckFileUriUds(outputRecord->GetEntry(fileUriUtdId_)); in HWTEST_F()
292 CheckPixelMapUds(outputRecord->GetEntry(pixelMapUtdId_)); in HWTEST_F()
295 CheckLinkUds(outputRecord->GetEntry(linkUtdId in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_record_test.cpp103 auto entry = record.GetEntry(""); in HWTEST_F()
128 auto entry = record.GetEntry(utdId); in HWTEST_F()
156 auto entry = record.GetEntry(utdId); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp92 IDirectory::Entry OhosFilesystem::GetEntry(BASE_NS::string_view path) in GetEntry() function in OhosFilesystem
96 return directory->GetEntry(path.data()); in GetEntry()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dexif_metadata.h54 ExifEntry* GetEntry(const std::string &key, const size_t len);
55 ExifEntry* GetEntry(const std::string &key) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.cpp132 DBStatus KvStoreResultSetImpl::GetEntry(Entry &entry) const in GetEntry() function in DistributedDB::KvStoreResultSetImpl
138 if (resultSet_->GetEntry(entry) == E_OK) { in GetEntry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_result_and_json_optimize_test.cpp275 * @tc.desc: Test the RdSingleVerResultSet GetEntry function.
295 * @tc.steps: step2. Call RdSingleVerResultSet MoveTo 0 And GetEntry in HWTEST_F()
300 EXPECT_EQ(resultSet->GetEntry(entry), E_OK); in HWTEST_F()
339 EXPECT_EQ(resultSet1->GetEntry(entry), -E_NO_SUCH_ENTRY); in HWTEST_F()
366 EXPECT_EQ(resultSet2->GetEntry(entry), -E_NO_SUCH_ENTRY); in HWTEST_F()
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp276 * @tc.desc: Test the SQLiteSingleVerResultSet GetEntry function.
296 * @tc.steps: step2. Call SQLiteSingleVerResultSet MoveTo 0 And GetEntry in HWTEST_F()
301 EXPECT_EQ(resultSet->GetEntry(entry), E_OK); in HWTEST_F()
395 EXPECT_EQ(resultSet1->GetEntry(entry), -E_NO_SUCH_ENTRY); in HWTEST_F()
422 EXPECT_EQ(resultSet2->GetEntry(entry), -E_NO_SUCH_ENTRY); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_result_set.h113 virtual Status GetEntry(Entry &entry) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_result_set.h67 virtual int GetEntry(Entry &entry) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_windowed_result_set.cpp85 int KvDBWindowedResultSet::GetEntry(Entry &entry) const in GetEntry() function in DistributedDB::KvDBWindowedResultSet
H A Dkvdb_windowed_result_set.h58 int GetEntry(Entry &entry) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.h32 int GetEntry(Entry &entry) const;
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_router.h40 std::string GetEntry(const std::string& suffix = ".js") const;
H A Dmanifest_router.cpp22 std::string ManifestRouter::GetEntry(const std::string& suffix) const in GetEntry() function in OHOS::Ace::Framework::ManifestRouter
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_result_set.h43 Status GetEntry(Entry &entry) const override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dcursor.h42 virtual int32_t GetEntry(VBucket &entry) = 0;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp75 IDirectory::Entry ProxyFilesystem::GetEntry(const string_view path) in GetEntry() function in ProxyFilesystem
80 auto file = fileManager_.GetEntry(destination + normalizedPath); in GetEntry()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_result_set.cpp164 Status StoreResultSet::GetEntry(Entry &entry) const in GetEntry() function in OHOS::DistributedKv::StoreResultSet
173 auto dbStatus = impl_->GetEntry(dbEntry); in GetEntry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_cursor_testcase.cpp119 DBStatus status = resultSet->GetEntry(entry); in JudgePosition()
166 * @tc.steps: step4. call GetEntry, IsFirst, IsLast, IsBeforeFirst, IsAfterLast and GetPostion interface. in ResultSetDb001()
178 * @tc.steps: step6. call GetEntry, IsFirst, IsLast, IsBeforeFirst, IsAfterLast, GetPostion interface. in ResultSetDb001()
189 * @tc.steps: step8. call GetEntry, IsFirst, IsLast, IsBeforeFirst, IsAfterLast, GetPostion interface. in ResultSetDb001()
200 * @tc.steps: step10. call GetEntry, IsFirst, IsLast, IsBeforeFirst, IsAfterLast, GetPostion interface. in ResultSetDb001()
212 * @tc.steps: step10. call GetEntry, IsFirst, IsLast, IsBeforeFirst, IsAfterLast, GetPostion interface. in ResultSetDb001()
242 * @tc.steps: step2. set the current position is -1, call MoveToNext, GetPostion and GetEntry interface looply. in ResultSetDb002()
247 * @tc.steps: step2. set the current position is 100, call MoveToPrevious, GetPostion, GetEntry looply. in ResultSetDb002()
261 EXPECT_TRUE(resultSet->GetEntry(entry) == OK); in ResultSetDb002()
265 EXPECT_TRUE(resultSet->GetEntry(entr in ResultSetDb002()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.h32 int32_t GetEntry(DistributedData::VBucket &entry) override;
H A Dcache_cursor.h32 int32_t GetEntry(DistributedData::VBucket &entry) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.h37 int32_t GetEntry(DistributedData::VBucket &entry) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.h63 int GetEntry(Entry &entry) const override;
H A Drd_single_ver_result_set.cpp364 int RdSingleVerResultSet::GetEntry(Entry &entry) const in GetEntry() function in DistributedDB::RdSingleVerResultSet
375 errCode = handle_->GetEntry(resultSet_, entry); in GetEntry()
377 LOGE("[RdSinResSet][GetEntry] failed to get entry form result set."); in GetEntry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_single_version_result_set_test.cpp424 EXPECT_EQ(resultWindow.GetEntry(entry), E_OK); in HWTEST_F()
459 EXPECT_EQ(resultWindow.GetEntry(entry), E_OK); in HWTEST_F()
495 EXPECT_EQ(resultWindow.GetEntry(entry), E_OK); in HWTEST_F()
531 EXPECT_EQ(resultWindow.GetEntry(entry), E_OK); in HWTEST_F()

Completed in 15 milliseconds

12345