Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp92 OH_UdsPlainText* plainTextNullptr = nullptr; variable
93 EXPECT_EQ(nullptr, OH_UdsPlainText_GetType(plainTextNullptr));
95 plainTextNullptr = new OH_UdsPlainText;
96 EXPECT_EQ(nullptr, OH_UdsPlainText_GetType(plainTextNullptr));
97 OH_UdsPlainText_Destroy(plainTextNullptr);
114 OH_UdsPlainText* plainTextNullptr = nullptr; variable
117 plainTextNullptr = new OH_UdsPlainText;
119 OH_UdsPlainText_Destroy(plainTextNullptr);
136 OH_UdsPlainText* plainTextNullptr = nullptr; variable
139 plainTextNullptr = new OH_UdsPlainText;
[all …]