Home
last modified time | relevance | path

Searched refs:string (Results 7626 - 7650 of 32050) sorted by relevance

1...<<301302303304305306307308309310>>...1282

/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_route.h25 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 Dmock_ace_performance_check.cpp16 #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 Dsvg_gradient.h33 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 Dscroll_composed_element.h36 std::string GetAxisDirection() const;
37 std::string GetDisplayMode() const;
38 std::string GetForegroundColor() const;
39 std::string GetBarWidth() const;
H A Dnavigator_composed_element.h34 std::string GetActive() const;
35 std::string GetTarget() const;
36 std::string GetNavigatorType() const;
37 std::string GetParams() const;
H A Dgrid_container_composed_element.h36 std::string GetColumns() const;
37 std::string GetSizeType() const;
38 std::string GetGutter() const;
39 std::string GetMarginLeft() const;
H A Dradio_composed_element.h34 std::string GetValue() const;
35 std::string GetChecked() const;
36 std::string GetWidth() const override;
37 std::string GetHeight() const override;
H A Dcustomdialog_composed_element.h35 std::string Open() const;
36 std::string GetAutoCancel() const;
37 std::string GetAlignment() const;
39 std::string GetCustomStyle() const;
H A Ddate_picker_composed_element.h34 std::string GetLunar() const;
35 std::string GetStart() const;
36 std::string GetEnd() const;
37 std::string GetSelected() const;
H A Dnavigation_composed_element.h36 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 Dsk_painter.h19 #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 Ddrawing_painter.h19 #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 Dforeach_component.h28 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 Dstepper_item_model.h21 #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 Dapp_jump_control_rule.h19 #include <string>
32 std::string callerPkg;
33 std::string targetPkg;
34 std::string controlMessage;
H A Dmodule_info.h19 #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 Drecoverable_application_info.h19 #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 Dbundle_resource_observer.h19 #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 Dbundle_resource_configuration.h19 #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 Dcheck_encryption_param.h19 #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 Dquick_fix_deleter.h27 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 Dtab_content_item_element.h29 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 Dace_multimodal_define.h20 #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 Ddefault_app_interface.h32 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 Dbundle_resource_info.h19 #include <string>
39 std::string bundleName;
40 std::string label;
41 std::string icon;

Completed in 19 milliseconds

1...<<301302303304305306307308309310>>...1282