Home
last modified time | relevance | path

Searched refs:GetCurrId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp274 EXPECT_EQ(imgView.GetCurrId(), ++currId);
277 EXPECT_EQ(imgView.GetCurrId(), ++currId);
284 EXPECT_EQ(imgView.GetCurrId(), currId);
286 EXPECT_EQ(imgView.GetCurrId(), currId);
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.h51 uint32_t GetCurrId() const;
H A Dimg_view_adapter.cpp221 uint32_t ImgViewAdapter::GetCurrId() const in GetCurrId() function in Updater::ImgViewAdapter