| /base/msdp/device_status/rust/utils/src/ |
| H A D | errors.rs | |
| /foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
| H A D | intell_voice_engine_arbitration.cpp | 51 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 D | memory_level_info.cpp | 26 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 D | startup_topologysort.cpp | 21 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 D | clock_declaration.cpp | 46 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 D | textarea_declaration.cpp | 83 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 D | web_declaration.cpp | 31 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 D | column_model_ng.cpp | 23 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 D | dom_tabs.cpp | 57 bool DOMTabs::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
|
| H A D | dom_grid_row.cpp | 58 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 D | dom_rating.cpp | 32 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 D | ui_content_proxy.cpp | 24 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 D | silent_install_callback.h | 160 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 D | dom_checkbox_util.cpp | 33 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 D | want_wrap_ohos.cpp | 77 void WantWrapOhos::SetWantParam(const std::map<std::string, std::string>& params) in SetWantParam() argument
|
| H A D | fake_accessibility_manager.cpp | 75 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 D | system_bar_style_ohos.cpp | 27 std::string GetStatusBarContentColor( in GetStatusBarContentColor() argument 37 std::string GetStatusBarContentColorFlag( in GetStatusBarContentColorFlag() argument
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| H A D | declarative_module_preloader.cpp | 68 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 D | multi_fingers_recognizer.cpp | 75 void MultiFingersRecognizer::SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, in SetFingerList() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | repeat_virtual_scroll_model_ng.cpp | 23 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 D | silent_install_callback.h | 160 void SetErrorEventHandler(const std::function<void(int32_t, const std::string&)>& listener) in SetErrorEventHandler() argument [all...] |
| /foundation/communication/bluetooth/frameworks/inner/include/ |
| H A D | bluetooth_observer_map.h | 101 ForEach(const std::function<void(uint8_t, T)> &observer, int handle) ForEach() argument [all...] |
| /foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/ |
| H A D | audio_manager_fuzzer.h | 57 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 D | audio_session.cpp | 80 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 D | codeclist_parcel.cpp | 70 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...] |