Home
last modified time | relevance | path

Searched defs:std (Results 276 - 300 of 1934) sorted by relevance

1...<<11121314151617181920>>...78

/base/msdp/device_status/rust/utils/src/
H A Derrors.rs
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_engine_arbitration.cpp51 GetEngine(IntellVoiceEngineType type, const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) GetEngine() argument
62 JudgeRejection(IntellVoiceEngineType type, const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) JudgeRejection() argument
81 HandlePreemption(IntellVoiceEngineType type, const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) HandlePreemption() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp26 MemoryLevelInfo::MemoryLevelInfo(const std::map<pid_t, MemoryLevel> &procLevelMap) : procLevelMap_(procLevelMap) in MemoryLevelInfo() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_topologysort.cpp21 int32_t StartupTopologySort::Sort(const std::map<std::string, std::shared_ptr<StartupTask>> &startupMap, in Sort() argument
76 SortZeroDeque(const std::shared_ptr<StartupTask> &startup, const std::map<std::string, std::shared_ptr<StartupTask>> &startupMap, std::map<std::string, std::uint32_t> &inDegreeMap, std::deque<std::string> &zeroDeque, std::shared_ptr<StartupSortResult> &startupSortResult) SortZeroDeque() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.cpp46 bool ClockDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
72 bool ClockDeclaration::SetSpecializedStyle(const std::pair<std argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp83 bool TextareaDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
88 bool TextareaDeclaration::SetSpecializedStyle(const std::pair<std::string, std argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.cpp31 bool WebDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dcolumn_model_ng.cpp23 void ColumnModelNG::Create(const std::optional<Dimension>& space, AlignDeclaration*, const std::string&) in Create() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.cpp57 bool DOMTabs::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
H A Ddom_grid_row.cpp58 bool DomGridRow::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
70 bool DomGridRow::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
H A Ddom_rating.cpp32 bool DOMRating::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
65 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_proxy.cpp24 int32_t UIContentServiceProxy::GetInspectorTree(const std::function<void(std::string, int32_t, bool)>& eventCallback) in GetInspectorTree() argument
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h160 void SetErrorEventHandler(const std::function<void(int32_t, const std::string&)>& listener) in SetErrorEventHandler() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp33 CreateComponentAndSetChildAttr( const std::map<std::string, std::string>& attrs, DOMInput& node) CreateComponentAndSetChildAttr() argument
70 SetChildAttr( const RefPtr<CheckboxComponent>& component, const std::map<std::string, std::string>& attrs) SetChildAttr() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dwant_wrap_ohos.cpp77 void WantWrapOhos::SetWantParam(const std::map<std::string, std::string>& params) in SetWantParam() argument
H A Dfake_accessibility_manager.cpp75 ExecuteExtensionActionNG( int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, const RefPtr<PipelineBase>& context, int64_t uiExtensionOffset ) ExecuteExtensionActionNG() argument
[all...]
H A Dsystem_bar_style_ohos.cpp27 std::string GetStatusBarContentColor( in GetStatusBarContentColor() argument
37 std::string GetStatusBarContentColorFlag( in GetStatusBarContentColorFlag() argument
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Ddeclarative_module_preloader.cpp68 void DeclarativeModulePreloader::PreloadCard(NativeEngine& runtime, const std::string& bundleName, in PreloadCard() argument
91 void DeclarativeModulePreloader::ReloadCard(NativeEngine& runtime, const std::string &bundleName, in ReloadCard() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dmulti_fingers_recognizer.cpp75 void MultiFingersRecognizer::SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, in SetFingerList() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_model_ng.cpp23 Create( uint32_t totalCount, const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap, const std::function<void(uint32_t forIndex)>& onCreateNode, const std::function<void(const std::string& fromKey, uint32_t forIndex)>& onUpdateNode, const std::function<std::list<std::string>(uint32_t from, uint32_t to)>& onGetKeys4Range, const std::function<std::list<std::string>(uint32_t from, uint32_t to)>& onGetTypes4Range, const std::function<void(int32_t from, int32_t to)>& onSetActiveRange) Create() argument
[all...]
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h160 void SetErrorEventHandler(const std::function<void(int32_t, const std::string&)>& listener) in SetErrorEventHandler() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_map.h101 ForEach(const std::function<void(uint8_t, T)> &observer, int handle) ForEach() argument
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/
H A Daudio_manager_fuzzer.h57 virtual void OnAudioFocusInfoChange(const std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList) {}; in OnAudioFocusInfoChange() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session.cpp80 AddAudioInterrpt(const std::pair<AudioInterrupt, AudioFocuState> interruptPair) AddAudioInterrpt() argument
96 RemoveAudioInterrpt(const std::pair<AudioInterrupt, AudioFocuState> interruptPair) RemoveAudioInterrpt() argument
[all...]
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp70 bool CodecListParcel::Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange) in Marshalling() argument
82 bool CodecListParcel::Marshalling(MessageParcel &parcel, const std::map<int32_t, std::vector<int32_t>> &mapIntToVec) in Marshalling() argument
92 bool CodecListParcel::Marshalling(MessageParcel &parcel, const std::map<int32_t, Format> &mapIntToFormat) in Marshalling() argument
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...78