Home
last modified time | relevance | path

Searched defs:attrName (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_tree_if.c15 …ruct DeviceResourceAttr *GetAttrInNode(const struct DeviceResourceNode *node, const char *attrName) in GetAttrInNode()
29 bool HcsGetBool(const struct DeviceResourceNode *node, const char *attrName) in HcsGetBool()
45 #define RETURN_DEFAULT_VALUE(attr, attrName, value, def) do { … argument
56 int32_t HcsGetUint8(const struct DeviceResourceNode *node, const char *attrName, uint8_t *value, ui… in HcsGetUint8()
69 int32_t HcsGetUint16(const struct DeviceResourceNode *node, const char *attrName, uint16_t *value, … in HcsGetUint16()
132 int32_t HcsGetUint8ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t … in HcsGetUint8ArrayElem()
153 int32_t HcsGetUint16ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint16ArrayElem()
174 int32_t HcsGetUint32ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint32ArrayElem()
195 int32_t HcsGetUint64ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint64ArrayElem()
295 int32_t HcsGetStringArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetStringArrayElem()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_node.cpp46 void DashAdptSetNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
60 void DashAdptSetNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
74 void DashAdptSetNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
88 void DashAdptSetNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
102 void DashAdptSetNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_com_attrs_elements.cpp42 void DashComAttrsElements::GetAttr(const std::string &attrName, std::string &sAttrVal) const in GetAttr() argument
54 void DashComAttrsElements::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) const in GetAttr() argument
66 void DashComAttrsElements::GetAttr(const std::string &attrName, int32_t &iAttrVal) const in GetAttr() argument
78 void DashComAttrsElements::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) const in GetAttr() argument
90 void DashComAttrsElements::GetAttr(const std::string &attrName, double &dAttrVal) const in GetAttr() argument
H A Ddash_content_comp_node.cpp42 void DashContentCompNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
54 void DashContentCompNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
66 void DashContentCompNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
78 void DashContentCompNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
90 void DashContentCompNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_descriptor_node.cpp43 void DashDescriptorNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
55 void DashDescriptorNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
67 void DashDescriptorNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
79 void DashDescriptorNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
91 void DashDescriptorNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_mpd_node.cpp42 void DashMpdNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
54 void DashMpdNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
66 void DashMpdNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
78 void DashMpdNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
90 void DashMpdNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_mult_seg_base_node.cpp53 void DashMultSegBaseNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
67 void DashMultSegBaseNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
81 void DashMultSegBaseNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
95 void DashMultSegBaseNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
109 void DashMultSegBaseNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_period_node.cpp42 void DashPeriodNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
54 void DashPeriodNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
66 void DashPeriodNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
78 void DashPeriodNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
90 void DashPeriodNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_representation_node.cpp44 void DashRepresentationNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
58 void DashRepresentationNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
72 void DashRepresentationNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
86 void DashRepresentationNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
100 void DashRepresentationNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_seg_base_node.cpp42 void DashSegBaseNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
54 void DashSegBaseNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
66 void DashSegBaseNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
78 void DashSegBaseNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
90 void DashSegBaseNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_seg_list_node.cpp56 void DashSegListNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
70 void DashSegListNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
84 void DashSegListNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
98 void DashSegListNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
112 void DashSegListNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_seg_template_node.cpp56 void DashSegTemplateNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
70 void DashSegTemplateNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
84 void DashSegTemplateNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
98 void DashSegTemplateNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
112 void DashSegTemplateNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_seg_tmline_node.cpp44 void DashSegTmlineNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
56 void DashSegTmlineNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
68 void DashSegTmlineNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
80 void DashSegTmlineNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
92 void DashSegTmlineNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_seg_url_node.cpp44 void DashSegUrlNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
56 void DashSegUrlNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
68 void DashSegUrlNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
80 void DashSegUrlNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
92 void DashSegUrlNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
H A Ddash_url_type_node.cpp44 void DashUrlTypeNode::GetAttr(const std::string &attrName, std::string &sAttrVal) in GetAttr()
56 void DashUrlTypeNode::GetAttr(const std::string &attrName, uint32_t &uiAttrVal) in GetAttr()
68 void DashUrlTypeNode::GetAttr(const std::string &attrName, int32_t &iAttrVal) in GetAttr()
80 void DashUrlTypeNode::GetAttr(const std::string &attrName, uint64_t &ullAttrVal) in GetAttr()
92 void DashUrlTypeNode::GetAttr(const std::string &attrName, double &dAttrVal) in GetAttr()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/framework_fuzzer/hcs_fuzzer/
H A Dhcs_fuzzer.cpp48 const char *attrName = "nothing"; in FuncHcsGetBool() local
69 const char *attrName = "nothing"; in FuncHcsGetUint8() local
93 const char *attrName = "nothing"; in FuncHcsGetUint32() local
117 const char *attrName = "nothing"; in FuncHcsGetUint64() local
141 const char *attrName = "nothing"; in FuncHcsGetUint8ArrayElem() local
166 const char *attrName = "nothing"; in FuncHcsGetUint16ArrayElem() local
191 const char *attrName = "nothing"; in FuncHcsGetUint32ArrayElem() local
216 const char *attrName = "nothing"; in FuncHcsGetUint64ArrayElem() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_manager.cpp65 jerry_value_t attrName = watcher.GetAttrName(); in RenderSingleLazyWatcher() local
87 jerry_value_t attrName, in AddLazyLoadWatcher()
95 jerry_value_t attrName, in AddLazyLoadWatcher()
/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.h27 std::string attrName; member
32 std::string attrName; member
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_config.h26 std::string attrName; member
31 std::string attrName; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_rect.cpp73 bool RenderSvgRect::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty()
94 bool RenderSvgRect::GetProperty(const std::string& attrName, Dimension& dimension) const in GetProperty() argument
H A Drender_svg_circle.cpp77 bool RenderSvgCircle::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty()
92 bool RenderSvgCircle::GetProperty(const std::string& attrName, Dimension& dimension) const in GetProperty() argument
H A Drender_svg_filter.cpp75 bool RenderSvgFilter::SetProperty(const std::string& attrName, double value) in SetProperty()
91 bool RenderSvgFilter::GetProperty(const std::string& attrName, double& value) const in GetProperty() argument
H A Drender_svg_ellipse.cpp79 bool RenderSvgEllipse::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty()
96 bool RenderSvgEllipse::GetProperty(const std::string& attrName, Dimension& dimension) const in GetProperty() argument
H A Drender_svg_line.cpp85 bool RenderSvgLine::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty()
102 bool RenderSvgLine::GetProperty(const std::string& attrName, Dimension& dimension) const in GetProperty() argument
H A Drender_svg_text_path.cpp76 bool RenderSvgTextPath::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty()
86 bool RenderSvgTextPath::GetProperty(const std::string& attrName, Dimension& dimension) const in GetProperty() argument

123