Searched refs:htmlNullptr (Results 1 – 1 of 1) sorted by relevance
354 OH_UdsHtml* htmlNullptr = nullptr; variable355 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; variable379 htmlNullptr = new OH_UdsHtml;381 OH_UdsHtml_Destroy(htmlNullptr);398 OH_UdsHtml* htmlNullptr = nullptr; variable401 htmlNullptr = new OH_UdsHtml;[all …]