Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constant.h55 constexpr const char *VCARD_TYPE_IMPP = "IMPP"; variable
/ohos5.0/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp335 rawData->SetName(VCARD_TYPE_IMPP);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp444 type = VCARD_TYPE_IMPP; in ConstructSipAddresses()
H A Dvcard_contact.cpp97 } else if (name == VCARD_TYPE_IMPP) { in AddOtherDatas()