Home
last modified time | relevance | path

Searched refs:index (Results 1 - 25 of 3322) sorted by relevance

12345678910>>...133

/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h26 static void MatchConnEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchConnEventNameTypeExtraInt32Param() argument
28 EXPECT_STREQ(params[index].name, g_connAssigners[index].name); in MatchConnEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].t, g_connAssigners[index].type); in MatchConnEventNameTypeExtraInt32Param()
30 EXPECT_EQ(params[index].v.i32, extraParam); in MatchConnEventNameTypeExtraInt32Param()
33 static void MatchConnEventNameTypeExtraUint32Param(const HiSysEventParam *params, int32_t index, uint32_t extraParam) in MatchConnEventNameTypeExtraUint32Param() argument
35 EXPECT_STREQ(params[index].name, g_connAssigners[index].name); in MatchConnEventNameTypeExtraUint32Param()
36 EXPECT_EQ(params[index] in MatchConnEventNameTypeExtraUint32Param()
40 MatchConnEventNameTypeExtraUint64Param(const HiSysEventParam *params, int32_t index, uint64_t extraParam) MatchConnEventNameTypeExtraUint64Param() argument
47 MatchConnEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchConnEventNameTypeExtraStrParam() argument
54 MatchConnEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchConnEventNameTypeExtraStrParamAnony() argument
71 int32_t index = 0; MATCHER_P2() local
120 int32_t index = 0; MATCHER_P2() local
127 MatchConnAuditNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchConnAuditNameTypeExtraInt32Param() argument
134 MatchConnAuditNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchConnAuditNameTypeExtraStrParam() argument
146 int32_t index = 0; MATCHER_P2() local
[all...]
H A Dtrans_hisysevent_matcher.h26 static void MatchTransEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchTransEventNameTypeExtraInt32Param() argument
28 EXPECT_STREQ(params[index].name, TRANS_ASSIGNERS[index].name); in MatchTransEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].t, TRANS_ASSIGNERS[index].type); in MatchTransEventNameTypeExtraInt32Param()
30 EXPECT_EQ(params[index].v.i32, extraParam); in MatchTransEventNameTypeExtraInt32Param()
33 static void MatchTransEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, in MatchTransEventNameTypeExtraStrParam() argument
36 EXPECT_STREQ(params[index].name, TRANS_ASSIGNERS[index].name); in MatchTransEventNameTypeExtraStrParam()
37 EXPECT_EQ(params[index] in MatchTransEventNameTypeExtraStrParam()
41 MatchTransEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchTransEventNameTypeExtraStrParamAnony() argument
58 int32_t index = 0; MATCHER_P2() local
100 int32_t index = 0; MATCHER_P2() local
112 MatchTransAlarmNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchTransAlarmNameTypeExtraInt32Param() argument
119 MatchTransAlarmNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchTransAlarmNameTypeExtraStrParam() argument
126 MatchTransAlarmNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchTransAlarmNameTypeExtraStrParamAnony() argument
143 int32_t index = 0; MATCHER_P2() local
168 MatchTransAuditNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchTransAuditNameTypeExtraInt32Param() argument
175 MatchTransAuditNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchTransAuditNameTypeExtraStrParam() argument
187 int32_t index = 0; MATCHER_P2() local
[all...]
H A Dlnn_hisysevent_matcher.h26 static void MatchLnnEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchLnnEventNameTypeExtraInt32Param() argument
28 EXPECT_STREQ(params[index].name, g_lnnAssigners[index].name); in MatchLnnEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].t, g_lnnAssigners[index].type); in MatchLnnEventNameTypeExtraInt32Param()
30 EXPECT_EQ(params[index].v.i32, extraParam); in MatchLnnEventNameTypeExtraInt32Param()
33 static void MatchLnnEventNameTypeExtraUint32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchLnnEventNameTypeExtraUint32Param() argument
35 EXPECT_STREQ(params[index].name, g_lnnAssigners[index].name); in MatchLnnEventNameTypeExtraUint32Param()
36 EXPECT_EQ(params[index] in MatchLnnEventNameTypeExtraUint32Param()
40 MatchLnnEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchLnnEventNameTypeExtraStrParam() argument
47 MatchLnnEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchLnnEventNameTypeExtraStrParamAnony() argument
64 int32_t index = 0; MATCHER_P2() local
109 int32_t index = 0; MATCHER_P2() local
118 MatchLnnAuditNameTypeInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) MatchLnnAuditNameTypeInt32Param() argument
125 MatchLnnAuditNameTypeUint32Param(const HiSysEventParam *params, int32_t index, uint32_t extraParam) MatchLnnAuditNameTypeUint32Param() argument
132 MatchLnnAuditNameTypeUint64Param(const HiSysEventParam *params, int32_t index, uint64_t extraParam) MatchLnnAuditNameTypeUint64Param() argument
139 MatchLnnAuditNameTypeStrParam(const HiSysEventParam *params, int32_t index, const char *extraParam) MatchLnnAuditNameTypeStrParam() argument
151 int32_t index = 0; MATCHER_P2() local
192 int32_t index = 0; MATCHER_P2() local
[all...]
H A Ddisc_hisysevent_matcher.h25 static void MatchDiscEventNameTypeExtraInt32Param(const HiSysEventParam *params, int32_t index, int32_t extraParam) in MatchDiscEventNameTypeExtraInt32Param() argument
27 EXPECT_STREQ(params[index].name, g_discAssigners[index].name); in MatchDiscEventNameTypeExtraInt32Param()
28 EXPECT_EQ(params[index].t, g_discAssigners[index].type); in MatchDiscEventNameTypeExtraInt32Param()
29 EXPECT_EQ(params[index].v.i32, extraParam); in MatchDiscEventNameTypeExtraInt32Param()
32 static void MatchDiscEventNameTypeExtraStrParam(const HiSysEventParam *params, int32_t index, const char * extraParam) in MatchDiscEventNameTypeExtraStrParam() argument
34 EXPECT_STREQ(params[index].name, g_discAssigners[index].name); in MatchDiscEventNameTypeExtraStrParam()
35 EXPECT_EQ(params[index] in MatchDiscEventNameTypeExtraStrParam()
39 MatchDiscEventNameTypeExtraStrParamAnony(const HiSysEventParam *params, int32_t index, const char * extraParam) MatchDiscEventNameTypeExtraStrParamAnony() argument
55 int32_t index = 0; MATCHER_P2() local
91 int32_t index = 0; MATCHER_P2() local
[all...]
H A Dsoftbus_hisysevent_matcher.h36 int32_t index = 0; in MATCHER_P2() local
37 EXPECT_STREQ(params[index].name, g_softbusAssigners[index].name); in MATCHER_P2()
38 EXPECT_EQ(params[index].t, g_softbusAssigners[index].type); in MATCHER_P2()
39 EXPECT_EQ(params[index].v.i32, form.scene); in MATCHER_P2()
40 ++index; in MATCHER_P2()
41 EXPECT_STREQ(params[index].name, g_softbusAssigners[index].name); in MATCHER_P2()
42 EXPECT_EQ(params[index] in MATCHER_P2()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.cpp53 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
56 if (index < 0) { in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
63 if (size == 0 || size <= index + 1) { in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
64 option->sections.resize(static_cast<uint32_t>(index + 1)); in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
65 option->sections[index].itemsCount = itemCount; in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
67 option->sections[index].itemsCount = itemCount; in OH_ArkUI_WaterFlowSectionOption_SetItemCount()
72 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
75 if (index < 0) { in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
82 if (size == 0 || size <= index + 1) { in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
83 option->sections.resize(static_cast<uint32_t>(index in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
52 OH_ArkUI_WaterFlowSectionOption_SetItemCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) OH_ArkUI_WaterFlowSectionOption_SetItemCount() argument
71 OH_ArkUI_WaterFlowSectionOption_SetCrossCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) OH_ArkUI_WaterFlowSectionOption_SetCrossCount() argument
90 OH_ArkUI_WaterFlowSectionOption_SetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float columnGap) OH_ArkUI_WaterFlowSectionOption_SetColumnGap() argument
108 OH_ArkUI_WaterFlowSectionOption_SetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float rowGap) OH_ArkUI_WaterFlowSectionOption_SetRowGap() argument
126 OH_ArkUI_WaterFlowSectionOption_SetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index, float marginTop, float marginRight, float marginBottom, float marginLeft) OH_ArkUI_WaterFlowSectionOption_SetMargin() argument
154 OH_ArkUI_WaterFlowSectionOption_GetItemCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetItemCount() argument
164 OH_ArkUI_WaterFlowSectionOption_GetCrossCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetCrossCount() argument
174 OH_ArkUI_WaterFlowSectionOption_GetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetColumnGap() argument
184 OH_ArkUI_WaterFlowSectionOption_GetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetRowGap() argument
194 OH_ArkUI_WaterFlowSectionOption_GetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetMargin() argument
209 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex( ArkUI_WaterFlowSectionOption* option, int32_t index, float (*callback)(int32_t itemIndex)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex() argument
220 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData( ArkUI_WaterFlowSectionOption* option, int32_t index, void* userData, float (*callback)(int32_t itemIndex, void* extraParams)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c117 FILLP_INT index; in SkipListPopValue() local
125 for (index = head->level - 1; index >= 0; index--) { in SkipListPopValue()
126 list->hnode[index] = head->forward[index]; in SkipListPopValue()
128 if (list->hnode[index] == FILLP_NULL_PTR) { in SkipListPopValue()
130 list->tnode[index] = FILLP_NULL_PTR; in SkipListPopValue()
133 list->hnode[index]->pre[index] in SkipListPopValue()
161 FILLP_INT index; SkipListPopTail() local
196 FILLP_INT index; SkiplistInsertAtMid() local
242 FILLP_INT index; SkipListInsertFirstNode() local
258 int index; SkipListInsertAtTail() local
268 int index; SkipListInsertAtHead() local
294 FILLP_INT index; SkipListInsert() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dirregular_matrics.cpp31 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in GetOptionDemo1()
32 switch (index) { in GetOptionDemo1()
59 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in GetOptionDemo2()
60 if (index == 1) { in GetOptionDemo2()
63 if (index == 0) { in GetOptionDemo2()
66 if (index == 4) { in GetOptionDemo2()
86 auto onGetIrregularSizeByIndex = [](int32_t index) -> GridItemSize { in GetOptionDemo5()
87 if (index == 2) { in GetOptionDemo5()
90 if (index == 3) { in GetOptionDemo5()
93 if (index in GetOptionDemo5()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.h43 const std::string& String(size_t index = 0u) const in String()
46 return index < Count() ? args_[index] : EMPTY; in String()
49 int8_t Int8(size_t index = 0u) const in Int8()
51 return Utils::ToInt8(String(index)); in Int8()
54 int16_t Int16(size_t index = 0u) const in Int16()
56 return Utils::ToInt16(String(index)); in Int16()
59 int32_t Int32(size_t index = 0u) const in Int32()
61 return Utils::ToInt32(String(index)); in Int32()
64 int64_t Int64(size_t index
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp30 for (int32_t index = nodeSize - 1; index >= 0; index--) { in ResetControl()
31 if (index + delta < 0) { in ResetControl()
34 srcNode = nodes_.at(index + delta); in ResetControl()
36 MoveNode(srcNode, index); in ResetControl()
39 for (int32_t index = 0; index < nodeSize; index++) { in ResetControl()
40 if (index in ResetControl()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp28 for (uint32_t index = 0; index < columnCount_; ++index) { in OnColumnsBuilding()
29 if (index >= range_.size()) { in OnColumnsBuilding()
31 auto emptyColumn = GetColumn(std::to_string(index)); in OnColumnsBuilding()
37 LOGE("the column of index[%{private}u] not exists.", index); in OnColumnsBuilding()
41 const auto& textRange = range_[index]; in OnColumnsBuilding()
42 auto column = GetColumn(std::to_string(index)); in OnColumnsBuilding()
44 LOGE("the column of index[ in OnColumnsBuilding()
132 OnDataLinking(const std::string& tag, bool isAdd, uint32_t index, std::vector<std::string>& resultTags) OnDataLinking() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.cpp53 void TabController::SetIndex(int32_t index) in SetIndex() argument
55 // There can be different tab at the same index in SetIndex()
56 if ((index_ == index && !Container::IsCurrentUsePartialUpdate()) || index < 0) { in SetIndex()
61 index_ = index; in SetIndex()
65 tabContent->ChangeByBar(index); in SetIndex()
70 void TabController::SetInitialIndex(int32_t index) in SetInitialIndex() argument
72 if (initialIndex_ == index || index < 0) { in SetInitialIndex()
75 initialIndex_ = index; in SetInitialIndex()
78 SetIndexWithoutChangeContent(int32_t index) SetIndexWithoutChangeContent() argument
87 SetPendingIndex(int32_t index) SetPendingIndex() argument
96 SetIndexByController(int32_t index, bool blockEvent) SetIndexByController() argument
127 ChangeDispatch(int32_t index) ChangeDispatch() argument
147 SetIndexByScrollContent(int32_t index) SetIndexByScrollContent() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_node.cpp27 for (uint32_t index = 0; index < DASH_ADAPTATION_SET_ATTR_NUM; index++) { in DashAdptSetNode()
28 adptSetAttr_[index].attr_.assign(adptSetAttrs_[index]); in DashAdptSetNode()
29 adptSetAttr_[index].val_.assign(""); in DashAdptSetNode()
40 for (uint32_t index = 0; index < DASH_ADAPTATION_SET_ATTR_NUM; index++) { in ParseNode()
41 xmlParser->GetAttribute(rootElement, adptSetAttr_[index] in ParseNode()
48 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
62 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
76 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
90 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
104 uint32_t index = DashGetAttrIndex(attrName, adptSetAttrs_, DASH_ADAPTATION_SET_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_content_comp_node.cpp25 for (uint32_t index = 0; index < DASH_CONTENT_COMP_ATTR_NUM; index++) { in DashContentCompNode()
26 contentCompAttr_[index].attr_.assign(contentCompAttrs_[index]); in DashContentCompNode()
27 contentCompAttr_[index].val_.assign(""); in DashContentCompNode()
36 for (uint32_t index = 0; index < DASH_CONTENT_COMP_ATTR_NUM; index++) { in ParseNode()
37 xmlParser->GetAttribute(rootElement, contentCompAttr_[index] in ParseNode()
44 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
56 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
68 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
80 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
92 uint32_t index = DashGetAttrIndex(attrName, contentCompAttrs_, DASH_CONTENT_COMP_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_descriptor_node.cpp26 for (uint32_t index = 0; index < DASH_DESCRIPTOR_ATTR_NUM; index++) { in DashDescriptorNode()
27 descriptorAttr_[index].attr_.assign(descriptorAttrs_[index]); in DashDescriptorNode()
28 descriptorAttr_[index].val_.assign(""); in DashDescriptorNode()
37 for (uint32_t index = 0; index < DASH_DESCRIPTOR_ATTR_NUM; index++) { in ParseNode()
38 xmlParser->GetAttribute(rootElement, descriptorAttr_[index] in ParseNode()
45 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
57 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
69 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
81 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
93 uint32_t index = DashGetAttrIndex(attrName, descriptorAttrs_, DASH_DESCRIPTOR_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_com_attrs_elements.cpp25 for (int32_t index = 0; index < DASH_COMMON_ATTR_NUM; index++) { in DashComAttrsElements()
26 commonAttr_[index].attr_.assign(commonAttrs_[index]); in DashComAttrsElements()
27 commonAttr_[index].val_.assign(""); in DashComAttrsElements()
36 for (uint32_t index = 0; index < DASH_COMMON_ATTR_NUM; index++) { in ParseAttrs()
37 xmlParser->GetAttribute(rootElement, commonAttr_[index] in ParseAttrs()
44 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
56 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
68 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
80 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
92 uint32_t index = DashGetAttrIndex(attrName, commonAttrs_, DASH_COMMON_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_template_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_TEMPLATE_ATTR_NUM; index++) { in DashSegTemplateNode()
26 segTemplateAttr_[index].attr_.assign(segTemplateAttrs_[index]); in DashSegTemplateNode()
27 segTemplateAttr_[index].val_.assign(""); in DashSegTemplateNode()
44 for (uint32_t index = 0; index < DASH_SEG_TEMPLATE_ATTR_NUM; index++) { in ParseNode()
46 xmlParser->GetAttribute(rootElement, segTemplateAttr_[index] in ParseNode()
58 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
72 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
86 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
100 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
114 uint32_t index = DashGetAttrIndex(attrName, segTemplateAttrs_, DASH_SEG_TEMPLATE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_mult_seg_base_node.cpp25 for (uint32_t index = 0; index < DASH_MULT_SEG_BASE_ATTR_NUM; index++) { in DashMultSegBaseNode()
26 multSegBaseAttr_[index].attr_.assign(multiSegBaseAttrs_[index]); in DashMultSegBaseNode()
27 multSegBaseAttr_[index].val_.assign(""); in DashMultSegBaseNode()
43 for (uint32_t index = 0; index < DASH_MULT_SEG_BASE_ATTR_NUM; index++) { in ParseNode()
44 xmlParser->GetAttribute(rootElement, multSegBaseAttr_[index] in ParseNode()
55 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
69 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
83 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
97 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
111 uint32_t index = DashGetAttrIndex(attrName, multiSegBaseAttrs_, DASH_MULT_SEG_BASE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_list_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_LIST_ATTR_NUM; index++) { in DashSegListNode()
26 segListAttr_[index].attr_.assign(segListAttrs_[index]); in DashSegListNode()
27 segListAttr_[index].val_.assign(""); in DashSegListNode()
44 for (uint32_t index = 0; index < DASH_SEG_LIST_ATTR_NUM; index++) { in ParseNode()
46 xmlParser->GetAttribute(rootElement, segListAttr_[index] in ParseNode()
58 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
72 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
86 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
100 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
114 uint32_t index = DashGetAttrIndex(attrName, segListAttrs_, DASH_SEG_LIST_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_representation_node.cpp25 for (uint32_t index = 0; index < DASH_REPRESENTATION_ATTR_NUM; index++) { in DashRepresentationNode()
26 representationAttr_[index].attr_.assign(representationAttrs_[index]); in DashRepresentationNode()
27 representationAttr_[index].val_.assign(""); in DashRepresentationNode()
38 for (uint32_t index = 0; index < DASH_REPRESENTATION_ATTR_NUM; index++) { in ParseNode()
39 xmlParser->GetAttribute(rootElement, representationAttr_[index] in ParseNode()
46 uint32_t index = DashGetAttrIndex(attrName, representationAttrs_, DASH_REPRESENTATION_ATTR_NUM); GetAttr() local
60 uint32_t index = DashGetAttrIndex(attrName, representationAttrs_, DASH_REPRESENTATION_ATTR_NUM); GetAttr() local
74 uint32_t index = DashGetAttrIndex(attrName, representationAttrs_, DASH_REPRESENTATION_ATTR_NUM); GetAttr() local
88 uint32_t index = DashGetAttrIndex(attrName, representationAttrs_, DASH_REPRESENTATION_ATTR_NUM); GetAttr() local
102 uint32_t index = DashGetAttrIndex(attrName, representationAttrs_, DASH_REPRESENTATION_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_tmline_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_TIMELINE_ATTR_NUM; index++) { in DashSegTmlineNode()
26 segTmlineAttr_[index].attr_.assign(segTmlineAttrs_[index]); in DashSegTmlineNode()
27 segTmlineAttr_[index].val_.assign(""); in DashSegTmlineNode()
36 for (uint32_t index = 0; index < DASH_SEG_TIMELINE_ATTR_NUM; index++) { in ParseNode()
38 xmlParser->GetAttribute(rootElement, segTmlineAttr_[index] in ParseNode()
46 uint32_t index = DashGetAttrIndex(attrName, segTmlineAttrs_, DASH_SEG_TIMELINE_ATTR_NUM); GetAttr() local
58 uint32_t index = DashGetAttrIndex(attrName, segTmlineAttrs_, DASH_SEG_TIMELINE_ATTR_NUM); GetAttr() local
70 uint32_t index = DashGetAttrIndex(attrName, segTmlineAttrs_, DASH_SEG_TIMELINE_ATTR_NUM); GetAttr() local
82 uint32_t index = DashGetAttrIndex(attrName, segTmlineAttrs_, DASH_SEG_TIMELINE_ATTR_NUM); GetAttr() local
94 uint32_t index = DashGetAttrIndex(attrName, segTmlineAttrs_, DASH_SEG_TIMELINE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_url_type_node.cpp25 for (uint32_t index = 0; index < DASH_URL_TYPE_ATTR_NUM; index++) { in DashUrlTypeNode()
26 urlTypeAttr_[index].attr_.assign(urlTypeAttrs_[index]); in DashUrlTypeNode()
27 urlTypeAttr_[index].val_.assign(""); in DashUrlTypeNode()
36 for (uint32_t index = 0; index < DASH_URL_TYPE_ATTR_NUM; index++) { in ParseNode()
38 xmlParser->GetAttribute(rootElement, urlTypeAttr_[index] in ParseNode()
46 uint32_t index = DashGetAttrIndex(attrName, urlTypeAttrs_, DASH_URL_TYPE_ATTR_NUM); GetAttr() local
58 uint32_t index = DashGetAttrIndex(attrName, urlTypeAttrs_, DASH_URL_TYPE_ATTR_NUM); GetAttr() local
70 uint32_t index = DashGetAttrIndex(attrName, urlTypeAttrs_, DASH_URL_TYPE_ATTR_NUM); GetAttr() local
82 uint32_t index = DashGetAttrIndex(attrName, urlTypeAttrs_, DASH_URL_TYPE_ATTR_NUM); GetAttr() local
94 uint32_t index = DashGetAttrIndex(attrName, urlTypeAttrs_, DASH_URL_TYPE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_url_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_URL_ATTR_NUM; index++) { in DashSegUrlNode()
26 segUrlAttr_[index].attr_.assign(segUrlAttrs_[index]); in DashSegUrlNode()
27 segUrlAttr_[index].val_.assign(""); in DashSegUrlNode()
36 for (uint32_t index = 0; index < DASH_SEG_URL_ATTR_NUM; index++) { in ParseNode()
38 xmlParser->GetAttribute(rootElement, segUrlAttr_[index] in ParseNode()
46 uint32_t index = DashGetAttrIndex(attrName, segUrlAttrs_, DASH_SEG_URL_ATTR_NUM); GetAttr() local
58 uint32_t index = DashGetAttrIndex(attrName, segUrlAttrs_, DASH_SEG_URL_ATTR_NUM); GetAttr() local
70 uint32_t index = DashGetAttrIndex(attrName, segUrlAttrs_, DASH_SEG_URL_ATTR_NUM); GetAttr() local
82 uint32_t index = DashGetAttrIndex(attrName, segUrlAttrs_, DASH_SEG_URL_ATTR_NUM); GetAttr() local
94 uint32_t index = DashGetAttrIndex(attrName, segUrlAttrs_, DASH_SEG_URL_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_seg_base_node.cpp25 for (uint32_t index = 0; index < DASH_SEG_BASE_ATTR_NUM; index++) { in DashSegBaseNode()
26 segBaseAttr_[index].attr_.assign(segBaseAttrs_[index]); in DashSegBaseNode()
27 segBaseAttr_[index].val_.assign(""); in DashSegBaseNode()
36 for (uint32_t index = 0; index < DASH_SEG_BASE_ATTR_NUM; index++) { in ParseNode()
37 xmlParser->GetAttribute(rootElement, segBaseAttr_[index] in ParseNode()
44 uint32_t index = DashGetAttrIndex(attrName, segBaseAttrs_, DASH_SEG_BASE_ATTR_NUM); GetAttr() local
56 uint32_t index = DashGetAttrIndex(attrName, segBaseAttrs_, DASH_SEG_BASE_ATTR_NUM); GetAttr() local
68 uint32_t index = DashGetAttrIndex(attrName, segBaseAttrs_, DASH_SEG_BASE_ATTR_NUM); GetAttr() local
80 uint32_t index = DashGetAttrIndex(attrName, segBaseAttrs_, DASH_SEG_BASE_ATTR_NUM); GetAttr() local
92 uint32_t index = DashGetAttrIndex(attrName, segBaseAttrs_, DASH_SEG_BASE_ATTR_NUM); GetAttr() local
[all...]
H A Ddash_period_node.cpp25 for (uint32_t index = 0; index < DASH_PERIOD_ATTR_NUM; index++) { in DashPeriodNode()
26 periodAttr_[index].attr_.assign(periodAttrs_[index]); in DashPeriodNode()
27 periodAttr_[index].val_.assign(""); in DashPeriodNode()
36 for (uint32_t index = 0; index < DASH_PERIOD_ATTR_NUM; index++) { in ParseNode()
37 xmlParser->GetAttribute(rootElement, periodAttr_[index] in ParseNode()
44 uint32_t index = DashGetAttrIndex(attrName, periodAttrs_, DASH_PERIOD_ATTR_NUM); GetAttr() local
56 uint32_t index = DashGetAttrIndex(attrName, periodAttrs_, DASH_PERIOD_ATTR_NUM); GetAttr() local
68 uint32_t index = DashGetAttrIndex(attrName, periodAttrs_, DASH_PERIOD_ATTR_NUM); GetAttr() local
80 uint32_t index = DashGetAttrIndex(attrName, periodAttrs_, DASH_PERIOD_ATTR_NUM); GetAttr() local
92 uint32_t index = DashGetAttrIndex(attrName, periodAttrs_, DASH_PERIOD_ATTR_NUM); GetAttr() local
[all...]

Completed in 11 milliseconds

12345678910>>...133