Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_page_manager_unittest.cpp203 auto *dummyPage = &GetInstance()[""]; variable
206 EXPECT_NE(&GetInstance()[pageId], dummyPage);
208 EXPECT_EQ(&GetInstance()["nonexist"], dummyPage);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/dma/
H A Ddmac_core.c280 if (chan->dummyPage == NULL) { in DmacGetDummyBuf()
281 chan->dummyPage = OsalMemCalloc(sizeof(cntlr->maxTransSize)); in DmacGetDummyBuf()
284 return (chan->dummyPage == NULL) ? 0 : (uintptr_t)LOS_PaddrQuery(chan->dummyPage); in DmacGetDummyBuf()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/dma/
H A Ddmac_core.h125 void *dummyPage; member