Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp33 if (attrPtr == nullptr) { in ParseAttributeToValue()
59 if (attrPtr == nullptr) { in ParseAttributesToList()
102 if (attrPtr == nullptr) { in ConvertIppAttributesToJsonString()
118 ipp_attribute_t *attrPtr; in SetCapabilityGroupAttribute() local
195 if (attrPtr == nullptr) { in ParseQualityAttributes()
222 if (attrPtr != nullptr) { in ParseCopiesAttributes()
230 if (attrPtr != nullptr) { in ParseCopiesAttributes()
239 if (attrPtr == nullptr) { in ParseSupportedResolutionAttribute()
279 if (attrPtr == nullptr) { in ParseDefaultResolutionAttribute()
335 if (attrPtr != nullptr) { in ParseMediaColDefaultAttributes()
[all …]
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dpara_config.cpp185 xmlAttrPtr attrPtr = root->properties; in ReadAttr() local
186 while (attrPtr != nullptr) { in ReadAttr()
187 if (!xmlStrcmp(attrPtr->name, reinterpret_cast<const xmlChar*>(attrName.c_str()))) { in ReadAttr()
193 attrPtr = attrPtr->next; in ReadAttr()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp835 ipp_attribute_t *attrPtr = ippNew(); in TEST_F() local
845 ippDelete(attrPtr); in TEST_F()
851 ipp_attribute_t *attrPtr = ippNew(); in TEST_F() local
862 ippDelete(attrPtr); in TEST_F()
940 response.attrPtr->num = 1; in TEST_F()
941 response.attrPtr->values[0].integer = ONE; in TEST_F()
942 response.attrPtr->values[1].integer = ONE; in TEST_F()
954 response.attrPtr->num = 1; in TEST_F()
955 response.attrPtr->values[0].integer = ONE; in TEST_F()
956 response.attrPtr->values[1].integer = ONE; in TEST_F()
[all …]