/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | grid_model_impl.cpp | 237 auto onDragStart = [func = std::move(value)](const ItemDragInfo& dragInfo, int32_t index) -> RefPtr<Component> { in SetOnItemDragStart() 240 func(dragInfo, index); in SetOnItemDragStart()
|
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/ |
H A D | index.js | 197 let index = checkboxLst.findIndex(subArray => JSON.stringify(subArray) === JSON.stringify(val)); 198 checkboxLst.splice(index, 1);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | indexer_composed_element.cpp | 243 auto index = std::to_string(i); in GetArrayValue() local 244 jsonValueArray->Put(index.c_str(), StringUtils::Str16ToStr8(value[i]).c_str()); in GetArrayValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_node.cpp | 290 RefPtr<FrameNode> ForEachNode::GetFrameNode(int32_t index) in GetFrameNode() argument 292 return AceType::DynamicCast<FrameNode>(GetFrameChildByIndex(index, false, false)); in GetFrameNode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_dialog_view.h | 114 static void UpdateButtonStyles(const std::vector<ButtonInfo>& buttonInfos, size_t index, 116 static void UpdateButtonStyleAndRole(const std::vector<ButtonInfo>& buttonInfos, size_t index,
|
/foundation/arkui/ui_lite/test/uitest/test_view_percent/ |
H A D | ui_test_view_percent.cpp | 190 void UITestViewPercent::AddElement(int16_t index) in AddElement() argument 201 label->SetText(std::to_string(index).c_str()); in AddElement()
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessibility_ui_test_ability_impl.cpp | 206 RetError AccessibilityUITestAbilityImpl::GetChildElementInfo(const int32_t index, in GetChildElementInfo() argument 215 return aaClient->GetChildElementInfo(index, parent, child); in GetChildElementInfo()
|
/foundation/arkui/ui_lite/test/uitest/test_picker/ |
H A D | ui_test_ui_picker.cpp | 82 uint16_t index = picker.GetSelected(); in OnPickerStoped() local 83 selectIndex_->SetText(std::to_string(index).c_str()); in OnPickerStoped() 228 picker1_->SetSelected(5); // 5: index in OnClick()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 139 float index = GetObject<float>(); in NativeMatrixTest003() local 147 OH_Drawing_MatrixGetValue(nullptr, index); in NativeMatrixTest003()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_material.h | 38 * @brief Get index of texture slot this info is mapped to 100 * @brief Set index of the texture slot the info is mapped to. 101 * @param index New index of the texture slot. 103 virtual void SetTextureSlotIndex(uint32_t index) = 0; 106 * @brief Retrieve index of the texture slot this info is mapped into. 240 virtual void SetImage(SCENE_NS::IBitmap::Ptr bitmap, size_t index = 0) = 0;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/ |
H A D | rsnode_fuzzer.cpp | 68 int index = GetData<int>(); in RSSurfaceNodeFuzzTest() local 82 surfaceNode->AddChild(child, index); in RSSurfaceNodeFuzzTest()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | opengl_wrapper_native_test.cpp | 288 static void DrawSurface(int32_t width, int32_t height, size_t index) in DrawSurface() argument 291 testFuncVec[index](WIDTH, HEIGHT); in DrawSurface()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 86 void SetSubmittedSubThreadIndex(uint32_t index) in SetSubmittedSubThreadIndex() argument 88 uiFirstParams.submittedSubThreadIndex_ = index; in SetSubmittedSubThreadIndex()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_mdk.cpp | 217 int32_t OH_ImageSource_GetImageInfo(const ImageSourceNative* native, int32_t index,
in OH_ImageSource_GetImageInfo() argument 225 args.inInt32 = index;
in OH_ImageSource_GetImageInfo()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 160 uint32_t index = 1; in CreateIncrementalPixelMapFuzz() local 162 imagesource->CreateIncrementalPixelMap(index, dopts, errorCode); in CreateIncrementalPixelMapFuzz()
|
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | napi_utils.h | 135 void SetArrayElement(napi_env env, napi_value array, uint32_t index, napi_value value); 139 napi_value GetArrayElement(napi_env env, napi_value arr, uint32_t index);
|
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hid2d.cpp | 116 response->index = rsp.index; in ConvertRecommendChannelResponse()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 194 Field field = {iter->first, static_cast<int32_t>(iter->second.index()), true, false}; in CalcPrimaryKeyHash() 212 Field field = {DBCommon::ToLowerCase(item.first), static_cast<int32_t>(item.second.index()), true, false}; in CalcPrimaryKeyHash()
|
/foundation/filemanagement/app_file_service/tests/mock/napi/src/ |
H A D | napi_mock.cpp | 90 napi_status napi_get_element(napi_env env, napi_value object, uint32_t index, napi_value* result) in napi_get_element() argument 92 return OHOS::FileManagement::Backup::Napi::napi->napi_get_element(env, object, index, result); in napi_get_element()
|
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/ |
H A D | dhcpserverimpl_fuzzer.cpp | 190 int index = 0; in StartServiceAbilityTest() local 191 int sleepS = static_cast<int>(index++); in StartServiceAbilityTest()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_flow_control_alg0.c | 186 FILLP_GET_SOCKET(pcb)->index, alg->maxRecvRate, alg->sendRateIncreaseGainIndex); in FillpAlg0FcHandleInit() 230 FILLP_LOGDTL("fillp_sock_id:%d fcState:%u wrong", sock->index, alg->fcState); in FillpAlg0PackStateProcess()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | pcb.c | 38 FILLP_LOGERR("SpungePcbRecv: FillpQueuePush failed. sockId =%d", sock->index); in SpungePcbRecv() 69 FILLP_PKT_SIMPLE_LOG(((struct FtSocket *)conn->sock)->index, in SpungePcbSend()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list.h | 153 * @brief return ExtendObject index. UINT32_MAX is error. 158 * @brief get ExtendObject by index. 160 std::shared_ptr<ExtendObject> GetExtendObject(uint32_t index); 173 * @brief return RecordCmd index. UINT32_MAX is error. 178 * @brief get RecordCmd by index. 180 std::shared_ptr<RecordCmd> GetRecordCmd(uint32_t index); 193 * @brief return imageObject index, negative is error. 198 * @brief get imageObject by index. 213 * @brief return imageBaseObj index, negative is error. 218 * @brief get imageBaseObj by index [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_sampler.cpp | 149 uint32_t index = (firstSampleIndex_ + numSamples_ - 1) % MAX_SAMPLES;
in AddSample() local 150 samples_[index] = timeStamp;
in AddSample()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/ |
H A D | dsched_softbus_session.h | 113 int32_t ReadTlvToHeader(uint8_t *ptrPacket, SessionDataHeader& headerPara, uint16_t& index, uint16_t byteLeft);
|