/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_base_component.h | 354 virtual void OnDataLinking(const std::string& tag, bool isAdd, uint32_t index, std::vector<std::string>& resultTags) in OnDataLinking() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model_ng.h | 126 static void SetScrollToIndex(FrameNode* frameNode, int32_t index, int32_t animation, int32_t alignment);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rect_bridge.cpp | 177 std::vector<int32_t>& radiusUnits, std::vector<uint32_t>& radiusValidPairs, int index) in SetRadiusArraysInvalidValue() 176 SetRadiusArraysInvalidValue(std::vector<ArkUI_Float32>& radiusValues, std::vector<int32_t>& radiusUnits, std::vector<uint32_t>& radiusValidPairs, int index) SetRadiusArraysInvalidValue() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paragraph.h | 243 virtual float GetCharacterWidth(int32_t index) = 0;
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_accessibility.h | 210 /** Column index. */ 212 /** Row index. */ 384 * @param index Indicates index. 388 int32_t (*getAccessibilityNodeCursorPosition)(int64_t elementId, int32_t requestId, int32_t* index); 751 * @brief Sets the starting index of the selected text for an <b>ArkUI_AccessibilityElementInfo</b> object. 754 * @param selectedTextStart Indicates the starting index of the selected text 763 * @brief Sets the end index of the selected text for an <b>ArkUI_AccessibilityElementInfo</b> object. 766 * @param selectedTextEnd Indicates the end index of the selected text 775 * @brief Sets the index o [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.h | 179 Rect GetItemRect(int32_t index) const override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_pattern.h | 249 const RefPtr<FrameNode>& pointNode, uint32_t index, bool isClickAbled, bool reverse);
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_adapter_impl.cpp | 183 return innerEvent->index; in OH_ArkUI_NodeAdapterEvent_GetItemIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.h | 189 virtual void ChangeIndex(int32_t index, bool useAnimation);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_defines.h | 310 uint8_t index {0};
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 155 ErrCode GetQuickFixPath(int32_t index, std::vector<std::string> &quickFixPaths) const;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_node_graph_loader.cpp | 88 SafeGetJsonValue(*queue, "index", nodeResult.error, data.description.queue.index); in ParseRenderNode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_render_node_drawable_adapter.h | 216 void DrawImpl(Drawing::Canvas& canvas, const Drawing::Rect& rect, int8_t index) const;
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
H A D | audioplayer_adapter.cpp | 223 state->index = queueState.currentIndex;
in GetStateAdapter()
|
H A D | audiocapturer_adapter.cpp | 170 state->index = queueState.currentIndex; in GetStateAdapter()
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | paragraph_test.cpp | 306 for (const auto& [index, styleMetrics] : skLineMetrics.fLineMetrics) { in HWTEST_F()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_encoder.h | 120 uint8_t index);
|
/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_usage_database.h | 124 const int32_t index, const int32_t startIndex, const int32_t endIndex, const int32_t userId,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | route_manager.h | 355 uint32_t index);
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 195 int32_t AuthGetAuthHandleByIndex(const AuthConnInfo *connInfo, bool isServer, int32_t index, AuthHandle *authHandle);
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_db_helper.h | 35 // The data index of NetFirewallRule
300 void GetParamRuleInfoFormResultSet(std::string &columnName, int32_t index, NetFirewallRuleInfo &table);
|
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/ |
H A D | tls_socket_server.h | 440 int RecvRemoteInfo(int socketFd, int index);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_cursor_impl.cpp | 196 if (dBValue.index() == TYPE_INDEX<std::monostate>) { in GetData()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | data_query.h | 425 * @brief Select results with suggested index. 426 * @param index Suggested index. 429 DataQuery &SetSuggestIndex(const std::string &index); 641 * @brief suggested index
|
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/ |
H A D | distributed_kv_store_ffi.h | 169 FFI_EXPORT void FfiOHOSDistributedKVStoreQuerySetSuggestIndex(int64_t id, const char* index);
|