Home
last modified time | relevance | path

Searched refs:constructed_ (Results 1 - 4 of 4) sorted by relevance

/base/telephony/core_service/utils/codec/src/
H A Dasn1_node.cpp37 constructed_ = Asn1Utils::IsConstructedTag(tag); in Asn1Node()
96 if (constructed_ && dataBytes_.empty()) { in Asn1Write()
113 if (!constructed_) { in Asn1GetChild()
166 if (!constructed_) { in Asn1GetChildren()
190 if (!constructed_) { in Asn1BuildChildren()
191 TELEPHONY_LOGE("TAG not constructed = %{public}d.", constructed_); in Asn1BuildChildren()
257 if (constructed_) { in Asn1AsBytes()
280 if (constructed_) { in Asn1AsInteger()
295 if (constructed_) { in Asn1AsString()
312 if (constructed_) { in Asn1AsBits()
[all...]
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H A Dasn1_node_test.cpp112 asn1Node->constructed_ = false; in HWTEST_F()
124 asn1Node->constructed_ = false; in HWTEST_F()
181 root->constructed_ = false; in HWTEST_F()
217 asn1Node->constructed_ = true; in HWTEST_F()
222 asn1Node->constructed_ = false; in HWTEST_F()
247 root->constructed_ = true; in HWTEST_F()
252 root->constructed_ = false; in HWTEST_F()
274 childNode->constructed_ = true; in HWTEST_F()
279 childNode->constructed_ = false; in HWTEST_F()
301 childNode->constructed_ in HWTEST_F()
[all...]
/base/telephony/core_service/utils/codec/include/
H A Dasn1_node.h51 constructed_ = constructed; in SetConstructed()
82 bool constructed_ = false; member in OHOS::Telephony::Asn1Node
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_test.cpp385 asn1Node->constructed_ = false; in HWTEST_F()

Completed in 8 milliseconds