Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp354 OH_UdsHtml* htmlNullptr = nullptr; variable
355 EXPECT_EQ(nullptr, OH_UdsHtml_GetType(htmlNullptr));
357 htmlNullptr = new OH_UdsHtml;
358 EXPECT_EQ(nullptr, OH_UdsHtml_GetType(htmlNullptr));
359 OH_UdsHtml_Destroy(htmlNullptr);
376 OH_UdsHtml* htmlNullptr = nullptr; variable
379 htmlNullptr = new OH_UdsHtml;
381 OH_UdsHtml_Destroy(htmlNullptr);
398 OH_UdsHtml* htmlNullptr = nullptr; variable
401 htmlNullptr = new OH_UdsHtml;
[all …]