/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | mock_navigation_route.h | 25 explicit MockNavigationRoute(const std::string& bundleName) {} in MockNavigationRoute() 29 int32_t LoadPage(const std::string& name) override 41 std::vector<std::string> GetPageNames() const in GetPageNames() 47 std::vector<std::string> names_;
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ace_performance_check.cpp | 16 #include <string> 32 const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) in RecordPerformanceCheckData() 35 AceScopedPerformanceCheck::AceScopedPerformanceCheck(const std::string& /* name */) {} in AceScopedPerformanceCheck() 44 void AceChecker::NotifyCaution(const std::string& tag) {} in NotifyCaution()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_gradient.h | 33 void SetAttr(const std::string& name, const std::string& value) override; 40 static void SetGradientTransform(const std::string& val, SvgGradientAttribute& attr); 41 static void SetSpreadMethod(const std::string& val, SvgGradientAttribute& attr);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | scroll_composed_element.h | 36 std::string GetAxisDirection() const; 37 std::string GetDisplayMode() const; 38 std::string GetForegroundColor() const; 39 std::string GetBarWidth() const;
|
H A D | navigator_composed_element.h | 34 std::string GetActive() const; 35 std::string GetTarget() const; 36 std::string GetNavigatorType() const; 37 std::string GetParams() const;
|
H A D | grid_container_composed_element.h | 36 std::string GetColumns() const; 37 std::string GetSizeType() const; 38 std::string GetGutter() const; 39 std::string GetMarginLeft() const;
|
H A D | radio_composed_element.h | 34 std::string GetValue() const; 35 std::string GetChecked() const; 36 std::string GetWidth() const override; 37 std::string GetHeight() const override;
|
H A D | customdialog_composed_element.h | 35 std::string Open() const;
36 std::string GetAutoCancel() const;
37 std::string GetAlignment() const;
39 std::string GetCustomStyle() const;
|
H A D | date_picker_composed_element.h | 34 std::string GetLunar() const; 35 std::string GetStart() const; 36 std::string GetEnd() const; 37 std::string GetSelected() const;
|
H A D | navigation_composed_element.h | 36 std::string GetNavigationTitle() const; 37 std::string GetNavigationSubTitle() const; 38 std::string GetNavigationSubTitleMode() const; 39 std::string GetNavigationToolBar() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.h | 19 #include <string> 33 static void DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty); 42 static void DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset); 43 static SizeF GetPathSize(const std::string& commands);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.h | 19 #include <string> 30 static void DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty); 34 static void DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset); 35 static SizeF GetPathSize(const std::string& commands);
|
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/ |
H A D | foreach_component.h | 28 ForEachComponent(const ComposeId& id, const std::string& name) : MultiComposedComponent(id, name) {} in ForEachComponent() 35 void SetIdArray(const std::list<std::string>& newIdArray) in SetIdArray() 40 const std::list<std::string>& GetIdArray() const in GetIdArray() 46 std::list<std::string> idArray_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_item_model.h | 21 #include <string> 33 virtual void SetPrevLabel(const std::string& leftLabel) = 0; 34 virtual void SetNextLabel(const std::string& rightLabel) = 0; 35 virtual void SetStatus(const std::string& labelStatus) = 0;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | app_jump_control_rule.h | 19 #include <string> 32 std::string callerPkg; 33 std::string targetPkg; 34 std::string controlMessage;
|
H A D | module_info.h | 19 #include <string> 36 std::string moduleName; // the "name" in module part in config.json 37 std::string moduleSourceDir; 38 std::vector<std::string> preloads;
|
H A D | recoverable_application_info.h | 19 #include <string> 27 std::string bundleName; 28 std::string moduleName; 33 std::vector<std::string> codePaths;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_observer.h | 19 #include <string> 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);
|
H A D | bundle_resource_configuration.h | 19 #include <string> 27 static bool InitResourceGlobalConfig(const std::string &hapPath, 32 static bool InitResourceGlobalConfig(const std::string &hapPath, 33 const std::vector<std::string> &overlayHaps,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | check_encryption_param.h | 19 #include <string> 32 std::string modulePath; 33 std::string cpuAbi; 34 std::string targetSoPath;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deleter.h | 27 explicit QuickFixDeleter(const std::string &bundleName);
35 ErrCode InnerDeletePatchDir(const AppqfInfo &appqfInfo, const std::string &bundleName);
38 ErrCode RemoveDeployingInfo(const std::string &bundleName);
42 std::string bundleName_;
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tab_content_item_element.h | 29 const std::string& GetIcon() const in GetIcon() 34 const std::string& GetText() const in GetText() 52 std::string barIcon_; 53 std::string barText_;
|
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
H A D | ace_multimodal_define.h | 20 #include <string> 45 std::string hotWord; 46 std::string slot; 48 std::string badge;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/default_app/ |
H A D | default_app_interface.h | 32 virtual ErrCode IsDefaultApplication(const std::string& type, bool& isDefaultApp) in IsDefaultApplication() 36 virtual ErrCode GetDefaultApplication(int32_t userId, const std::string& type, BundleInfo& bundleInfo) in GetDefaultApplication() 40 virtual ErrCode SetDefaultApplication(int32_t userId, const std::string& type, const Want& want) in SetDefaultApplication() 44 virtual ErrCode ResetDefaultApplication(int32_t userId, const std::string& type) in ResetDefaultApplication()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/bundle_resource/ |
H A D | bundle_resource_info.h | 19 #include <string> 39 std::string bundleName; 40 std::string label; 41 std::string icon;
|