Home
last modified time | relevance | path

Searched defs:std (Results 1451 - 1475 of 1711) sorted by relevance

1...<<51525354555657585960>>...69

/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...]
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp154 GetThemeConstants(const std::optional<std::string>& bundleName = std::nullopt, const std::optional<std::string>& moduleName = std::nullopt) GetThemeConstants() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp1285 OnNativeVideoPlayerConfigUpdate(const std::tuple<bool, bool>& config) OnNativeVideoPlayerConfigUpdate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h528 LinearGradientBlurPara(const Dimension blurRadius, const std::vector<std::pair<float, float>>fractionStops, const GradientDirection direction) LinearGradientBlurPara() argument
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_account_data.cpp762 GetImportantEnabledAbilities( std::map<std::string, uint32_t> &importantEnabledAbilities) const GetImportantEnabledAbilities() argument
794 UpdateImportantEnabledAbilities( std::map<std::string, uint32_t> &importantEnabledAbilities) UpdateImportantEnabledAbilities() argument
1178 GetAccessibilityAbilitiesMap( std::map<std::string, sptr<AccessibleAbilityConnection>>& connectionMap) GetAccessibilityAbilitiesMap() argument
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_account_data_benchmark.cpp762 GetImportantEnabledAbilities( std::map<std::string, uint32_t> &importantEnabledAbilities) const GetImportantEnabledAbilities() argument
794 UpdateImportantEnabledAbilities( std::map<std::string, uint32_t> &importantEnabledAbilities) UpdateImportantEnabledAbilities() argument
1178 GetA11yBenchmarkAbilitiesMap( std::map<std::string, sptr<AccessibleAbilityConnection>>& connectionMap) GetA11yBenchmarkAbilitiesMap() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp596 FindModuleInInstallingPackage( const std::string &moduleName, const std::string &bundleName, const std::unordered_map<std::string, InnerBundleInfo> &infos) FindModuleInInstallingPackage() argument
844 CheckHapHashParams( std::unordered_map<std::string, InnerBundleInfo> &infos, std::map<std::string, std::string> hashParams) CheckHapHashParams() argument
883 GetValidReleaseType( const std::unordered_map<std::string, InnerBundleInfo> &infos) GetValidReleaseType() argument
899 CheckAppLabelInfo( const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckAppLabelInfo() argument
989 CheckMultiNativeFile( std::unordered_map<std::string, InnerBundleInfo> &infos) CheckMultiNativeFile() argument
1007 CheckMultiArkNativeFile( std::unordered_map<std::string, InnerBundleInfo> &infos) CheckMultiArkNativeFile() argument
1031 CheckMultiNativeSo( std::unordered_map<std::string, InnerBundleInfo> &infos) CheckMultiNativeSo() argument
1081 CheckModuleNameForMulitHaps( const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckModuleNameForMulitHaps() argument
1340 CheckSupportAppTypes( const std::unordered_map<std::string, InnerBundleInfo> &infos, const std::string &supportAppTypes) const CheckSupportAppTypes() argument
1511 CheckIsolationMode(const std::unordered_map<std::string, InnerBundleInfo> &infos) const CheckIsolationMode() argument
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp991 ExecuteAction(const AccessibilityElementInfo &elementInfo, const ActionType action, const std::map<std::string, std::string> &actionArguments) ExecuteAction() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1127 SavePeerDeviceInfoToConf(const std::map<std::string, BlePeripheralDevice> &peerConnDeviceList) const SavePeerDeviceInfoToConf() argument
1180 SavePeerDevices2BTM(const std::map<std::string, BlePeripheralDevice> &peerConnDeviceList) const SavePeerDevices2BTM() argument
[all...]

Completed in 38 milliseconds

1...<<51525354555657585960>>...69