Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h63 void AddParamType(const std::string &paramType);
65 void AddParamType(std::stringstream &result, const std::string &paramType);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp769 AddParamType(photoLine, photoType); in AddPhotoLine()
984 AddParamType(typeValue); in AddParamTypes()
998 AddParamType(typeValue); in AddParamTypes()
1002 void VCardConstructor::AddParamType(const std::string &paramType) in AddParamType() function in OHOS::Telephony::VCardConstructor
1004 AddParamType(result_, paramType); in AddParamType()
1007 void VCardConstructor::AddParamType(std::stringstream &result, const std::string &paramType) in AddParamType() function in OHOS::Telephony::VCardConstructor