Home
last modified time | relevance | path

Searched refs:index (Results 7501 - 7525 of 11995) sorted by relevance

1...<<301302303304305306307308309310>>...480

/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthallinonehdi_fuzzer/
H A Dpin_auth_all_in_one_hdi_fuzzer.cpp195 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthAllInOneHdiFuzzTest() local
196 auto fuzzFunc = g_fuzzFuncs[index]; in PinAuthAllInOneHdiFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/
H A Dco_auth_service_fuzzer.cpp236 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in CoAuthFuzzTest() local
237 auto fuzzFunc = g_fuzzFuncs[index]; in CoAuthFuzzTest()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h36 MOCK_METHOD4(AddExecutor, int32_t(const HdiExecutorRegisterInfo &info, uint64_t &index,
38 MOCK_METHOD1(DeleteExecutor, int32_t(uint64_t index));
/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_service.c110 static int32_t RtcAlarmServiceCallback(enum RtcAlarmIndex index) in RtcAlarmServiceCallback() argument
127 if (!HdfSbufWriteUint8(data, index)) { in RtcAlarmServiceCallback()
128 HDF_LOGE("RtcAlarmServiceCallback: write index fail!"); in RtcAlarmServiceCallback()
/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_metadata_info_uttest.cpp191 * @tc.desc: index = 50, dataCount = 1, data = 0
207 * @tc.desc: index = 50, dataCount = 1, data = 0
229 * @tc.desc: index = 50, dataCount = 1, data = 0
238 uint32_t index = 0; in HWTEST_F() local
252 ret = metaData->FindCameraMetadataItemIndex(header1, 0, &index, true); in HWTEST_F()
258 * @tc.desc: index = 50, dataCount = 1, data = 0
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H A Dstream_tunnel.cpp55 index = -1; in CleanBuffers()
97 cb->SetIndex(++index); in GetBuffer()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp233 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthHdiFuzzTest() local
234 auto fuzzFunc = g_fuzzFuncs[index]; in PinAuthHdiFuzzTest()
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_interfaces.h177 virtual ErrCode Get(long index, /* [in] */ in INTERFACE()
184 virtual ErrCode Set(long index, /* [in] */ in INTERFACE()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.h55 void SetIndex(int32_t index) in SetIndex() argument
57 index_ = index; in SetIndex()
H A Dlist_item_component.h62 void SetIndex(int32_t index) in SetIndex() argument
64 index_ = index; in SetIndex()
414 int32_t index_ = -1; // invalid index
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.h74 void SetIndex(int32_t index) in SetIndex() argument
76 index_ = index; in SetIndex()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp199 monthDay->SetCurrentIndex(3); // total option is fixed 7. center index is 3 which is current. in FillSolarLunarDays()
210 void PickerDateTimeComponent::OnDataLinking(const std::string& tag, bool isAdd, uint32_t index, in OnDataLinking() argument
213 PickerTimeComponent::OnDataLinking(tag, isAdd, index, resultTags); in OnDataLinking()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.h77 static void UpdateButtonStyles(const std::vector<ButtonInfo>& buttonInfos, size_t index,
91 static void UpdateButtonStyleAndRole(const std::vector<ButtonInfo>& buttonInfos, size_t index,
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.cpp51 int32_t index, bool /* smooth */, ScrollAlign /* align */, std::optional<float> /* extraOffset */) in ScrollToIndex()
57 scroll->JumpToIndex(index); in ScrollToIndex()
50 ScrollToIndex( int32_t index, bool , ScrollAlign , std::optional<float> ) ScrollToIndex() argument
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp78 void SwiperComponent::SetIndex(uint32_t index) in SetIndex() argument
80 declaration_->SetIndex(index); in SetIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.h101 static void SetMenuItemAction(FrameNode* frameNode, std::function<void()>&& action, uint32_t index);
103 std::function<void(WeakPtr<NG::FrameNode>)>&& symbol, uint32_t index);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp84 VectorNativeTextShadow vec, int64_t index, NativeTextShadow textShadow) in FFICJVectorNativeTextShadowSetElement()
88 (*actualVec)[index] = textShadow; in FFICJVectorNativeTextShadowSetElement()
83 FFICJVectorNativeTextShadowSetElement( VectorNativeTextShadow vec, int64_t index, NativeTextShadow textShadow) FFICJVectorNativeTextShadowSetElement() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_bindings.h29 int index = 0; in ToTuple() local
32 runtimeCallInfo->GetVM(), runtimeCallInfo->GetCallArgRef(index++))..., in ToTuple()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_types.cpp93 auto index = 0; in JsGetHistoricalPoints() local
125 ArrayRef::SetValueAt(info->GetVM(), valueArray, index++, objRef); in JsGetHistoricalPoints()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper_item.cpp29 DOMStepperItem::DOMStepperItem(NodeId nodeId, const std::string& nodeName, int32_t index) : DOMNode(nodeId, nodeName) in DOMStepperItem() argument
31 itemIndex_ = index; in DOMStepperItem()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rect_shape.cpp158 const RefPtr<ShapeRect>& shapeRect, const CalcDimension& radiusX, const CalcDimension& radiusY, int32_t index) in SetRadiusValue()
162 switch (index) { in SetRadiusValue()
157 SetRadiusValue( const RefPtr<ShapeRect>& shapeRect, const CalcDimension& radiusX, const CalcDimension& radiusY, int32_t index) SetRadiusValue() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp156 int32_t index = scrollToPara->GetInt("index", 0); in JsScrollTo()
160 domList->ScrollToMethod(index); in JsScrollTo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp173 auto index = std::to_string(i); in ObscuredToJsonValue() local
175 jsonObscuredArray->Put(index.c_str(), value.c_str()); in ObscuredToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_component.h205 void SetSelectedIndex(int32_t index) in SetSelectedIndex() argument
207 selectedIndex_ = index; in SetSelectedIndex()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dselect_composed_element.cpp86 auto index = std::to_string(i); in GetOptions() local
87 jsonOptions->Put(index.c_str(), temp); in GetOptions()

Completed in 18 milliseconds

1...<<301302303304305306307308309310>>...480