Home
last modified time | relevance | path

Searched defs:std (Results 776 - 800 of 1934) sorted by relevance

1...<<31323334353637383940>>...78

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp39 bool DomCalendar::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
208 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument
[all...]
H A Ddom_camera.cpp44 bool DOMCamera::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
[all...]
H A Ddom_textarea.cpp95 bool DOMTextarea::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
158 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument
[all...]
H A Ddom_div.cpp368 bool DOMDiv::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
395 SetSpecializedAttr(const std::pair<std::string, std::string>& attr) SetSpecializedAttr() argument
[all...]
H A Ddom_chart.cpp65 bool DOMChart::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
118 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_model_impl.cpp229 SetOnScrollBarUpdate( std::function<std::pair<std::optional<float>, std::optional<float>>(int32_t, Dimension)>&& value) SetOnScrollBarUpdate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp282 MountToParent( std::vector<std::pair<std::string, std::pair<std::string, std::unique_ptr<JsonValue>>>> stateInfoList, std::unique_ptr<JsonValue>& json) const MountToParent() argument
306 BuildGestureTree( std::map<int32_t, std::list<RefPtr<GestureSnapshot>>> gestureTreeMap, std::unique_ptr<JsonValue>& json) const BuildGestureTree() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h294 SetMockModuleList(const std::map<std::string, std::string>& mockJsonInfo) SetMockModuleList() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h98 SetPkgNameList(const std::map<std::string, std::string>& map) SetPkgNameList() argument
103 SetPkgAliasList(const std::map<std::string, std::string>& map) SetPkgAliasList() argument
108 SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) SetpkgContextInfoList() argument
[all...]
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_clipboard.cpp85 GetData(const std::function<void(const std::string&, bool isLastRecord)>& textCallback, const std::function<void(const RefPtr<PixelMap>&, bool isLastRecord)>& pixelMapCallback, const std::function<void(const std::string&, bool isLastRecord)>& urlCallback, bool syncMode) GetData() argument
89 GetSpanStringData( const std::function<void(std::vector<std::vector<uint8_t>>&, const std::string&, bool&)>& callback, bool syncMode) GetSpanStringData() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_model_ng.cpp24 RefPtr<FrameNode> UIExtensionModelNG::Create(const std::string& bundleName, const std::string& abilityName, in Create() argument
68 Create(const RefPtr<OHOS::Ace::WantWrap>& wantWrap, const std::map<PlaceholderType, RefPtr<NG::FrameNode>>& placeholderMap, bool transferringCaller, bool densityDpi) Create() argument
231 SetOnTerminated( std::function<void(int32_t, const RefPtr<WantWrap>&)>&& onTerminated, NG::SessionType sessionType) SetOnTerminated() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp157 std::vector<RectF> TextPaintMethod::CalculateSelectedRect( in CalculateSelectedRect() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp90 ToJsonValue(const RefPtr<Element>& element, const std::map<RefPtr<Element>, std::list<RefPtr<Element>>>& inspectorTree, std::unique_ptr<JsonValue>& json) ToJsonValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_event_handler.h81 EventMarker(const std::string& eventId, const std::string& eventType = std::string(), int32_t pageId = -1, bool isFront = true) EventMarker() argument
87 EventMarker( Function&& func, const std::string& eventType = std::string(), int32_t pageId = -1, bool isFront = true) EventMarker() argument
92 EventMarker( ArgFunction&& func, const std::string& eventType = std::string(), int32_t pageId = -1, bool isFront = true) EventMarker() argument
96 EventMarker( StrFunction&& func, const std::string& eventType = std::string(), int32_t pageId = -1, bool isFront = true) EventMarker() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.cpp33 void SvgContext::PushStyle(const std::string& styleName, const std::pair<std::string, std::string>& attrPair) in PushStyle() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_channel_proxy.cpp275 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback> &callback) ExecuteAction() argument
[all...]
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_channel_proxy.cpp95 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback>& callback) ExecuteAction() argument
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H A Dmock_accessible_ability_channel_proxy.cpp101 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string>& actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback>& callback) ExecuteAction() argument
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H A Daccessibility_element_operator_impl.cpp94 ExecuteAction(const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, int32_t requestId, const sptr<IAccessibilityElementOperatorCallback> &callback) ExecuteAction() argument
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_ability_channel_benchmark.cpp324 ExecuteAction(const int32_t a11y_benchmarkWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IA11yBenchmarkElementOperatorCallback> &callback) ExecuteAction() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_channel_proxy.cpp275 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback> &callback) ExecuteAction() argument
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_element_operator_impl.cpp95 ExecuteAction(const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, int32_t requestId, const sptr<IAccessibilityElementOperatorCallback>& callback) ExecuteAction() argument
[all...]
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessible_ability_channel_proxy.cpp95 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback>& callback) ExecuteAction() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in WriteEntries() argument
161 bool ZipWriter::AddEntries(const std argument
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp160 ExecuteAction(int32_t accessibilityWindowId, int64_t elementId, int32_t action, const std::map<std::string, std::string> &actionArguments) ExecuteAction() argument
[all...]

Completed in 13 milliseconds

1...<<31323334353637383940>>...78