/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_multi_type_unified_data_delay_test.cpp | 234 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 D | unified_record_test.cpp | 103 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 D | ohos_filesystem.cpp | 92 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 D | exif_metadata.h | 54 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 D | kv_store_result_set_impl.cpp | 132 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 D | distributeddb_storage_rd_result_and_json_optimize_test.cpp | 275 * @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 D | distributeddb_storage_resultset_and_json_optimize.cpp | 276 * @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 D | kvstore_result_set.h | 113 virtual Status GetEntry(Entry &entry) const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb_result_set.h | 67 virtual int GetEntry(Entry &entry) const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_windowed_result_set.cpp | 85 int KvDBWindowedResultSet::GetEntry(Entry &entry) const in GetEntry() function in DistributedDB::KvDBWindowedResultSet
|
H A D | kvdb_windowed_result_set.h | 58 int GetEntry(Entry &entry) const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | result_entries_window.h | 32 int GetEntry(Entry &entry) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_router.h | 40 std::string GetEntry(const std::string& suffix = ".js") const;
|
H A D | manifest_router.cpp | 22 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 D | store_result_set.h | 43 Status GetEntry(Entry &entry) const override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | cursor.h | 42 virtual int32_t GetEntry(VBucket &entry) = 0;
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | proxy_filesystem.cpp | 75 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 D | store_result_set.cpp | 164 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 D | distributeddb_nb_cursor_testcase.cpp | 119 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 D | rdb_cursor.h | 32 int32_t GetEntry(DistributedData::VBucket &entry) override;
|
H A D | cache_cursor.h | 32 int32_t GetEntry(DistributedData::VBucket &entry) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | cursor_mock.h | 37 int32_t GetEntry(DistributedData::VBucket &entry) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_result_set.h | 63 int GetEntry(Entry &entry) const override;
|
H A D | rd_single_ver_result_set.cpp | 364 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 D | distributeddb_interfaces_single_version_result_set_test.cpp | 424 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()
|