Home
last modified time | relevance | path

Searched defs:std (Results 176 - 200 of 2056) sorted by relevance

12345678910>>...83

/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.cpp35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarColor, in InitScrollBar() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.cpp49 bool BadgeDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
78 bool BadgeDeclaration::SetSpecializedStyle(const std argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/
H A Dcanvas_declaration.cpp25 bool CanvasDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
31 bool CanvasDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_stop_declaration.cpp43 bool SvgStopDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
48 bool SvgStopDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
53 bool SvgStopDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_text_declaration.cpp35 bool SvgTextDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
40 bool SvgTextDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
45 bool SvgTextDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_rect_declaration.cpp35 bool SvgRectDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
40 bool SvgRectDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
45 bool SvgRectDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_text_path_declaration.cpp35 bool SvgTextPathDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
40 bool SvgTextPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
45 bool SvgTextPathDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_declaration.cpp42 bool SvgDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
47 bool SvgDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
52 bool SvgDeclaration::SetSpecializedValue(const std::pair<std::string, std argument
[all...]
H A Dsvg_ellipse_declaration.cpp35 bool SvgEllipseDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
40 bool SvgEllipseDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
45 bool SvgEllipseDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_circle_declaration.cpp35 bool SvgCircleDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
40 bool SvgCircleDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
45 bool SvgCircleDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_gradient_declaration.cpp42 bool SvgGradientDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
47 bool SvgGradientDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
52 bool SvgGradientDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
H A Dsvg_line_declaration.cpp35 bool SvgLineDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
40 bool SvgLineDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
45 bool SvgLineDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dtap_gesture.h45 TapGesture(int32_t count, int32_t fingers, double distanceThreshold = std::numeric_limits<double>::infinity()) in TapGesture() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.cpp29 bool XComponentDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp44 bool SpanDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
59 bool SpanDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_builder.h61 void SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint = std::nullopt) in SetCacheCount() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.cpp31 bool DivDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
49 bool DivDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator_utils.cpp71 napi_value SetAbilityDelegatorArgumentsPara(napi_env env, const std::map<std::string, std::string> &paras) in SetAbilityDelegatorArgumentsPara() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_divider.cpp36 bool DOMDivider::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
76 bool DOMDivider::SetSpecializedAttr(const std::pair<std argument
[all...]
H A Ddom_option.cpp56 bool DOMOption::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
120 bool DOMOption::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
[all...]
H A Ddom_rich_text.cpp25 bool DOMRichText::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_value_conversions.h70 onstexpr(std::is_integral<T>::value && std::is_signed<T>::value) toJsiValueWithVM() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_stub_impl.cpp22 int32_t UIContentServiceStubImpl::GetInspectorTree(const std::function<void(std::string, int32_t, bool)>& eventCallback) in GetInspectorTree() argument
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ressched_report.cpp25 ResSchedDataReport( const char* , const std::unordered_map<std::string, std::string>& ) ResSchedDataReport() argument
31 ResSchedDataReport( uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) ResSchedDataReport() argument
37 ResSchedReportScope( const std::string& name, const std::unordered_map<std::string, std::string>& param) ResSchedReportScope() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp68 std::vector<BluetoothRemoteDevice> GattManager::GetDevicesByStates( in GetDevicesByStates() argument

Completed in 7 milliseconds

12345678910>>...83