Home
last modified time | relevance | path

Searched defs:std (Results 676 - 700 of 825) sorted by relevance

1...<<21222324252627282930>>...33

/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_interface.h1893 UpdateAssociateConfigList(const std::map<std::string, std::list<std::string>>& configs, const std::list<std::string>& exportConfigs, int32_t flag) UpdateAssociateConfigList() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h413 SetSpecializedAttr(const std::pair<std::string, std::string>& attr) SetSpecializedAttr() argument
420 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h527 SetNDKFontUpdateCallback(const std::function<void(float, float)>&& callback) SetNDKFontUpdateCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp50 Show(const DialogProperties& dialogProperties, const CalendarSettingData& settingData, const std::vector<ButtonInfo>& buttonInfos, const std::map<std::string, NG::DialogEvent>& dialogEvent, const std::map<std::string, NG::DialogGestureEvent>& dialogCancelEvent) Show() argument
349 CreateCalendarNode(const RefPtr<FrameNode>& calendarDialogNode, const CalendarSettingData& settingData, const std::map<std::string, NG::DialogEvent>& dialogEvent) CreateCalendarNode() argument
751 CreateOptionsNode( const RefPtr<FrameNode>& dialogNode, const RefPtr<FrameNode>& dateNode, const std::map<std::string, NG::DialogEvent>& dialogEvent, const std::map<std::string, NG::DialogGestureEvent>& dialogCancelEvent, const std::vector<ButtonInfo>& buttonInfos) CreateOptionsNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h547 TransferExecuteAction( int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, int64_t offset) TransferExecuteAction() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp558 SetOnFocusChange(const std::function<void(bool, bool)>& onFocusChange) SetOnFocusChange() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp1143 OnInterceptKeyboardAttach( const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler, const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) OnInterceptKeyboardAttach() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1155 UpdateAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) UpdateAlignRules() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp907 NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) NotifyProcMemoryLevel() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h849 SetSpecializedAttr(const std::pair<std::string, std::string>& attr) SetSpecializedAttr() argument
856 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1151 DatePickerDialogShow(const JSRef<JSObject>& paramObj, const std::map<std::string, NG::DialogEvent>& dialogEvent, const std::map<std::string, NG::DialogGestureEvent>& dialogCancelEvent) DatePickerDialogShow() argument
1811 TimePickerDialogShow(const JSRef<JSObject>& paramObj, const std::map<std::string, NG::DialogEvent>& dialogEvent, const std::map<std::string, NG::DialogGestureEvent>& dialogCancelEvent) TimePickerDialogShow() argument
[all...]
H A Djs_textpicker.cpp1511 TextPickerDialogShow(const JSRef<JSObject>& paramObj, const std::map<std::string, NG::DialogTextEvent>& dialogEvent, const std::map<std::string, NG::DialogGestureEvent>& dialogCancelEvent) TextPickerDialogShow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp388 PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) PushWithCallback() argument
397 PushNamedRoute(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) PushNamedRoute() argument
421 ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) ReplaceWithCallback() argument
430 ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) ReplaceNamedRoute() argument
989 GetStageSourceMap( std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMaps) GetStageSourceMap() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.cpp49 void MergeItems(const std::vector<std::pair<std::string, std argument
221 SetAttr(const std::vector<std::pair<std::string, std::string>>& attrs) SetAttr() argument
255 SetStyle(const std::vector<std::pair<std::string, std::string>>& styles) SetStyle() argument
881 PutChartValue( const std::string& groupName, const std::vector<std::pair<std::string, double>>& values) PutChartValue() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp270 InitJsEnv(bool debuggerMode, const std::unordered_map<std::string, void*>& extraNativeObject) InitJsEnv() argument
1406 OnVisibilityChanged(const std::map<int64_t, int32_t>& formEventsMap) OnVisibilityChanged() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp772 GetStageSourceMap( std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMap) const Initialize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1571 UpdateGestureRecognizer(const std::array<RefPtr<Gesture>, MAX_GESTURE_SIZE>& gestures) UpdateGestureRecognizer() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp79 LoadResourceConfiguration( std::map<std::string, std::string>& mediaResourceFileMap, std::unique_ptr<JsonValue>& currentResourceData) LoadResourceConfiguration() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.cpp992 SetOnResultCallback(const std::function<void(int32_t, const AAFwk::Want&)>&& callback) SetOnResultCallback() argument
1013 SetOnTerminatedCallback( const std::function<void(int32_t, const RefPtr<WantWrap>& wantWrap)>&& callback) SetOnTerminatedCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp1493 CalcBiasTowDirection( std::pair<TwoAlignedValues, TwoAlignedValues>& alignedValuesOnTwoDirections, ChildIdealSize& childIdealSize, BiasPair& biasPair, float& horizontalOffset, float& verticalOffset) CalcBiasTowDirection() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp517 SetOnChange(std::function<void(const std::string&, PreviewText&)>&& onChange) SetOnChange() argument
603 SetOnPasteWithEvent(std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument
1589 SetOnChange(FrameNode* frameNode, std::function<void(const std::string&, PreviewText&)>&& onChange) SetOnChange() argument
1642 SetOnPasteWithEvent(FrameNode* frameNode, std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h533 RegisterSurfaceChangedCallback( std::function<void(int32_t, int32_t, int32_t, int32_t, WindowSizeChangeReason)>&& callback) RegisterSurfaceChangedCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h636 RegisterSurfaceChangedCallback( std::function<void(int32_t, int32_t, int32_t, int32_t, WindowSizeChangeReason)>&& callback) RegisterSurfaceChangedCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h448 ScrollToIndex(int32_t index, bool smooth = false, ScrollAlign align = ScrollAlign::START, std::optional<float> extraOffset = std::nullopt) ScrollToIndex() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h348 SetOnClickEvent(GestureEventFunc&& onClick, double distanceThreshold = std::numeric_limits<double>::infinity()) SetOnClickEvent() argument
[all...]

Completed in 42 milliseconds

1...<<21222324252627282930>>...33