/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_cdma_sms_test.cpp | 235 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 D | cdma_sms_gtest.cpp | 239 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 D | smspdubuffer_fuzzer.cpp | 37 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 D | stepper_component.cpp | 78 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 D | stepper_item_component.h | 43 void SetIndex(int32_t index) in SetIndex() function
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_transport_message.cpp | 44 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 D | list_item_group_element.cpp | 71 … primary != *listItemIter ? itemElement->SetIndex(++itemIndex) : itemElement->SetIndex(0); in PerformBuild() 80 … primary != *listItemIter ? itemElement->SetIndex(++itemIndex) : itemElement->SetIndex(0); in PerformBuild()
|
H A D | list_item_element.h | 60 void SetIndex(int32_t index) in SetIndex() function 64 listItemComponent_->SetIndex(index); in SetIndex()
|
H A D | list_element.cpp | 217 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 D | select_popup_component.cpp | 289 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 D | intf_node_private.h | 49 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 D | tab_bar_element.cpp | 42 controller_->SetIndex(index); in UpdateElement() 112 tabBar->SetIndex(index); in UpdateIndex()
|
H A D | tab_controller.h | 61 void SetIndex(int32_t index);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_attr_test_ng.cpp | 57 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 D | swiper_event_test_ng.cpp | 196 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 D | navdestination_pattern.h | 111 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 D | js_swiper_function.cpp | 27 … "index", &JsSwiperContentTransitionProxy::GetIndex, &JsSwiperContentTransitionProxy::SetIndex); in JSBind() 54 void JsSwiperContentTransitionProxy::SetIndex(const JSCallbackInfo& args) in SetIndex() function in OHOS::Ace::Framework::JsSwiperContentTransitionProxy
|
H A D | js_swiper_function.h | 52 void SetIndex(const JSCallbackInfo& args);
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | pac_sign_ctx.h | 44 void SetIndex(uint32_t index);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_component.cpp | 78 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 D | swiper_content_transition_proxy.h | 47 void SetIndex(int32_t index) in SetIndex() function
|
H A D | swiper_model_ng.h | 36 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 D | base_connection.h | 94 void SetIndex(int32_t index);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.h | 31 static void SetIndex(int32_t index);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | tabs_model_impl.h | 30 void SetIndex(int32_t index) override;
|