/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_event_hub.h | 23 using ChangeEvent = std::function<void(const bool)>; 34 changeEvent_ = std::move(changeEvent); in SetOnChange() 49 isShowChangeEvent_ = std::move(changeEventEvent); in SetOnChangeEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_node.h | 26 ScreenNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in ScreenNode() 36 const std::string& tag, int32_t nodeId, const std::function<RefPtr<Pattern>(void)>& patternCreator);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/ |
H A D | pattern_lock_controller.h | 24 using ErrorImpl = std::function<void(bool)>; 25 using ResetImpl = std::function<void()>; 26 using SetChallengeResultImpl = std::function<void(PatternLockChallengeResult)>;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_use.h | 35 void OnDraw(RSCanvas& canvas, const Size& layout, const std::optional<Color>& color) override; 36 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/extensions/events/ |
H A D | on_area_change_extension.h | 28 using OnAreaChangeEvent = std::function<void(const Rect&, const Offset&, const Rect&, const Offset&)>; 49 callbacks_.emplace_back(std::move(event)); in AddOnAreaChangeEvent() 60 std::list<OnAreaChangeEvent> callbacks_;
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | list_item_group_composed_element.h | 31 std::unique_ptr<JsonValue> ToJsonObject() const override; 33 std::string GetSpace() const; 34 std::unique_ptr<JsonValue> GetDivider() const;
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | multi_composed_component.h | 31 MultiComposedComponent(const ComposeId& id, const std::string& name) : BaseComposedComponent(id, name) {} in MultiComposedComponent() 32 MultiComposedComponent(const ComposeId& id, const std::string& name, const std::list<RefPtr<Component>>& components) in MultiComposedComponent()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_circle_drawing_manager.cpp | 21 std::shared_ptr<AccessibilityCircleDrawingManager> AccessibilityCircleDrawingManager::pointDrawMgr_ = nullptr; 23 std::shared_ptr<AccessibilityCircleDrawingManager> AccessibilityCircleDrawingManager::GetInstance() in GetInstance() 27 pointDrawMgr_ = std::make_shared<AccessibilityCircleDrawingManager>(); in GetInstance()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | app_jump_control_rule.h | 32 std::string callerPkg; 33 std::string targetPkg; 34 std::string controlMessage;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/ |
H A D | quick_fix_status_callback_proxy.h | 30 virtual void OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) override; 31 virtual void OnPatchSwitched(const std::shared_ptr<QuickFixResult> &result) override; 32 virtual void OnPatchDeleted(const std::shared_ptr<QuickFixResult> &result) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_observer.h | 37 static void OnSystemColorModeChanged(const std::string &colorMode, const uint32_t type); 39 static void OnSystemLanguageChange(const std::string &language, const uint32_t type); 41 static void OnApplicationThemeChanged(const std::string &theme, const int32_t themeId, const uint32_t type);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | check_encryption_param.h | 32 std::string modulePath; 33 std::string cpuAbi; 34 std::string targetSoPath;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/ |
H A D | paste_button_model_ng.h | 30 virtual bool GetTextResource(int32_t textStyle, std::string& text) override; 32 static std::unique_ptr<PasteButtonModelNG> instance_; 33 static std::mutex mutex_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/ |
H A D | location_button_model_ng.h | 28 virtual bool GetTextResource(int32_t textStyle, std::string& text) override; 30 static std::unique_ptr<LocationButtonModelNG> instance_; 31 static std::mutex mutex_;
|
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
H A D | ace_multimodal_define.h | 45 std::string hotWord; 46 std::string slot; 48 std::string badge;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_clone_info.h | 35 std::vector<int32_t> gids; 38 std::vector<std::string> disabledAbilities;
|
H A D | shortcut_data_storage_interface.h | 29 virtual void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) = 0; 30 virtual bool DeleteDesktopShortcutInfo(const std::string &bundleName) = 0; 31 virtual bool DeleteDesktopShortcutInfo(const std::string &bundleName, int32_t userId, int32_t appIndex) = 0;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_extractor.cpp | 27 BundleExtractor::BundleExtractor(const std::string &source) : BaseExtractor(source) in BundleExtractor() 37 bool BundleExtractor::ExtractProfile(std::ostream &dest) const in ExtractProfile() 47 bool BundleExtractor::ExtractPackFile(std::ostream &dest) const in ExtractPackFile()
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | i_accessible_ability_manager_config_observer.h | 33 virtual void OnShortkeyTargetChanged(const std::string &shortkeyTarget) = 0; 34 virtual void OnShortkeyMultiTargetChanged(const std::vector<std::string> &shortkeyMultiTarget) = 0;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_event_callback_host.cpp | 40 std::u16string descriptor = BundleEventCallbackHost::GetDescriptor(); in OnRemoteRequest() 41 std::u16string remoteDescriptor = data.ReadInterfaceToken(); in OnRemoteRequest() 49 std::unique_ptr<EventFwk::CommonEventData> dataPtr(data.ReadParcelable<EventFwk::CommonEventData>()); in OnRemoteRequest()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/ |
H A D | aging_bundle_info.h | 27 AgingBundleInfo(const std::string &name, int64_t time, int32_t startCount) in AgingBundleInfo() 32 const std::string GetBundleName() const in GetBundleName() 48 std::string bundleName_;
|
H A D | aging_handler.h | 50 const AgingBundleInfo &agingBundle, std::vector<std::string> &caches) const; 51 bool UnInstallBundle(const std::string &bundleName) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/ |
H A D | default_app_data.h | 27 std::map<std::string, Element> infos; 29 std::string ToString() const;
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_circle_drawing_manager.cpp | 21 std::shared_ptr<MockAccessibilityCircleDrawingManager> MockAccessibilityCircleDrawingManager::pointDrawMgr_ = nullptr; 23 std::shared_ptr<MockAccessibilityCircleDrawingManager> MockAccessibilityCircleDrawingManager::GetInstance() in GetInstance() 27 pointDrawMgr_ = std::make_shared<MockAccessibilityCircleDrawingManager>(); in GetInstance()
|
/foundation/bundlemanager/app_domain_verify/frameworks/extension/include/ |
H A D | app_domain_verify_agent_ext.h | 33 using OnWhiteListUpdate = std::function<void(std::unordered_set<std::string>)>;
|