Home
last modified time | relevance | path

Searched refs:SetIndex (Results 1 – 25 of 120) sorted by relevance

12345

/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp235 buffer->SetIndex(0);
242 buffer->SetIndex(0);
269 buffer->SetIndex(0);
279 buffer->SetIndex(0);
299 buffer->SetIndex(0);
388 buffer->SetIndex(0);
399 buffer->SetIndex(0);
412 buffer->SetIndex(1);
417 buffer->SetIndex(0);
445 buffer->SetIndex(0);
[all …]
H A Dcdma_sms_gtest.cpp239 EXPECT_FALSE(buffer->SetIndex(1));
247 rBuffer->SetIndex(0);
256 wBuffer->SetIndex(0);
405 rBuffer.SetIndex(VALUE_INDEX); in CheckDeliverUserData()
407 rBuffer.SetIndex(0); in CheckDeliverUserData()
422 rBuffer.SetIndex(VALUE_INDEX); in CheckSubmitUserData()
424 rBuffer.SetIndex(0); in CheckSubmitUserData()
441 rBuffer2.SetIndex(VALUE_INDEX); in CheckSubmitUserData()
443 rBuffer2.SetIndex(0); in CheckSubmitUserData()
492 rBuffer.SetIndex(VALUE_INDEX);
[all …]
/ohos5.0/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/
H A Dsmspdubuffer_fuzzer.cpp37 buffer->SetIndex(i); in ReadBuffer()
47 buffer->SetIndex(0); in ReadBuffer()
55 buffer->SetIndex(0); in ReadBuffer()
74 buffer->SetIndex(i); in WriteBuffer()
84 buffer->SetIndex(0); in WriteBuffer()
90 buffer->SetIndex(0); in WriteBuffer()
96 buffer->SetIndex(0); in WriteBuffer()
106 buffer->SetIndex(0); in WriteBuffer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp78 item->SetIndex(pos); in InsertChild()
93 item->SetIndex(GetChildren().size()); in AppendChild()
107 item->SetIndex(GetChildren().size()); in AppendChild()
123 item->SetIndex(DEFAULT_NODE_INDEX); in RemoveChild()
H A Dstepper_item_component.h43 void SetIndex(int32_t index) in SetIndex() function
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_transport_message.cpp44 pdu.SetIndex(0); in Encode()
69 pdu.SetIndex(0); in Decode()
188 pdu.SetIndex(index); in CdmaSmsP2pMessage()
225 pdu.SetIndex(index); in CdmaSmsBroadcastMessage()
234 pdu.SetIndex(index); in CdmaSmsBroadcastMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp71 … primary != *listItemIter ? itemElement->SetIndex(++itemIndex) : itemElement->SetIndex(0); in PerformBuild()
80 … primary != *listItemIter ? itemElement->SetIndex(++itemIndex) : itemElement->SetIndex(0); in PerformBuild()
H A Dlist_item_element.h60 void SetIndex(int32_t index) in SetIndex() function
64 listItemComponent_->SetIndex(index); in SetIndex()
H A Dlist_element.cpp217 listItem->SetIndex(-1); in ResetStickyItem()
408 itemComponent->SetIndex(index); in PreBuildListItems()
481 listItemElement->SetIndex(index); in RecycleByItems()
554 listItemComponent->SetIndex(index++); in OnRefreshed()
576 listItemComponent->SetIndex(index); in AddToCache()
744 item->SetIndex(index); in RebuildElements()
750 item->SetIndex(index); in RebuildElements()
819 listItemComponent->SetIndex(start++); in PatchElements()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp289 options_[index]->SetIndex(index); in Initialize()
391 selectOption->SetIndex(options_.size()); in AppendSelectOption()
411 selectOption->SetIndex(SELECT_INVALID_INDEX); in RemoveSelectOption()
417 options_[index]->SetIndex(index); in RemoveSelectOption()
432 options_[index]->SetIndex(index); in InsertSelectOption()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dintf_node_private.h49 virtual void SetIndex(size_t index) = 0;
81 virtual void SetIndex(size_t ix) {} in SetIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_element.cpp42 controller_->SetIndex(index); in UpdateElement()
112 tabBar->SetIndex(index); in UpdateIndex()
H A Dtab_controller.h61 void SetIndex(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp57 CreateWithItem([](SwiperModelNG model) { model.SetIndex(1); }); in __anon6dbdd6e30302()
72 CreateWithItem([](SwiperModelNG model) { model.SetIndex(-1); }); in __anon6dbdd6e30402()
87 CreateWithItem([](SwiperModelNG model) { model.SetIndex(ITEM_NUMBER); }); in __anon6dbdd6e30502()
103 model.SetIndex(0); in __anon6dbdd6e30602()
130 model.SetIndex(ITEM_NUMBER - 1); in __anon6dbdd6e30702()
149 model.SetIndex(ITEM_NUMBER - 2); in __anon6dbdd6e30802()
966 model.SetIndex(1);
H A Dswiper_event_test_ng.cpp196 model.SetIndex(3); in __anona048c02a0502()
284 model.SetIndex(3); in __anona048c02a0702()
365 model.SetIndex(3); in __anona048c02a0902()
484 model.SetIndex(3); in __anona048c02a0e02()
501 model.SetIndex(3); in __anona048c02a0f02()
518 model.SetIndex(3); in __anona048c02a1002()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.h111 void SetIndex(int32_t index) in SetIndex() function
114 navDestinationContext_->SetIndex(index); in SetIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_swiper_function.cpp27 … "index", &JsSwiperContentTransitionProxy::GetIndex, &JsSwiperContentTransitionProxy::SetIndex); in JSBind()
54 void JsSwiperContentTransitionProxy::SetIndex(const JSCallbackInfo& args) in SetIndex() function in OHOS::Ace::Framework::JsSwiperContentTransitionProxy
H A Djs_swiper_function.h52 void SetIndex(const JSCallbackInfo& args);
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Dpac_sign_ctx.h44 void SetIndex(uint32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp78 void SwiperComponent::SetIndex(uint32_t index) in SetIndex() function in OHOS::Ace::SwiperComponent
80 declaration_->SetIndex(index); in SetIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_content_transition_proxy.h47 void SetIndex(int32_t index) in SetIndex() function
H A Dswiper_model_ng.h36 void SetIndex(uint32_t index) override;
83 static void SetIndex(FrameNode* frameNode, uint32_t index);
/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h94 void SetIndex(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.h31 static void SetIndex(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.h30 void SetIndex(int32_t index) override;

12345