Home
last modified time | relevance | path

Searched defs:name (Results 851 - 875 of 10264) sorted by relevance

1...<<31323334353637383940>>...411

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_fe_offset.cpp32 void SvgFeOffset::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runner_adapter_impl.cpp19 void TaskRunnerAdapterImpl::Initialize(bool useCurrentEventRunner, const std::string& name) in Initialize() argument
31 void TaskRunnerAdapterImpl::PostTask(std::function<void()> task, const std::string& name, PriorityType priorityType) in PostTask() argument
33 eventHandler_->PostTask(std::move(task), name, 0, ConvertPriority(priorityType)); in PostTask() local
44 eventHandler_->PostTask(std::move(task), name, delay, ConvertPriority(priorityType)); in PostDelayedTask() local
52 void TaskRunnerAdapterImpl::RemoveTask(const std::string &name) in RemoveTask() argument
41 PostDelayedTask( std::function<void()> task, uint32_t delay, const std::string& name, PriorityType priorityType) PostDelayedTask() argument
H A Dtask_runner_adapter.h37 virtual void PostDelayedTask(std::function<void()> task, uint32_t delay, const std::string& name, in PostDelayedTask() argument
42 virtual void RemoveTask(const std::string &name) {} in RemoveTask() argument
33 PostTask( std::function<void()> task, const std::string& name, PriorityType priorityType = PriorityType::LOW) PostTask() argument
/foundation/arkui/ace_engine/adapter/preview/osal/task/
H A Dtask_runner_adapter_impl.cpp53 void TaskRunnerAdapterImpl::Initialize(bool useCurrentEventRunner, const std::string& name) {} in Initialize() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/
H A Dui_service_mgr_client_test.cpp110 const std::string name = "name"; in HWTEST_F() local
136 const std::string name = "name"; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_proxy_test/
H A Dui_service_proxy_test.cpp59 const std::string name = "name"; in HWTEST_F() local
85 const std::string name = "name"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.cpp36 char name[MAX_STRING_SIZE] = { 0 }; in FormatString() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dace_trace.cpp19 void AceTraceBegin(const char* name) {} in AceTraceBegin() argument
21 void AceTraceBeginCommercial(const char* name) {} in AceTraceBeginCommercial() argument
23 void AceAsyncTraceBegin(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBegin() argument
24 void AceAsyncTraceEnd(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEnd() argument
25 void AceAsyncTraceBeginCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBeginCommercial() argument
26 void AceAsyncTraceEndCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEndCommercial() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_widget.h32 ManifestWidget(const std::string& name, const std::string& path) : widgetName_(name), widgetPath_(path) {} in ManifestWidget() argument
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ressched_report.cpp37 ResSchedReportScope( const std::string& name, const std::unordered_map<std::string, std::string>& param) ResSchedReportScope() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_circle.cpp64 bool SvgCircle::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_ellipse.cpp67 bool SvgEllipse::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in AsPath() argument
H A Dsvg_polygon.cpp81 bool SvgPolygon::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_stop.cpp46 bool SvgStop::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_fe_gaussian_blur.cpp42 bool SvgFeGaussianBlur::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_fe_offset.cpp41 bool SvgFeOffset::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_line.cpp54 bool SvgLine::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
/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() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_component.h35 ComposedComponent(const ComposeId& id, const std::string& name) : BaseComposedComponent(id, name) {} in ComposedComponent() argument
H A Dbase_composed_component.h32 BaseComposedComponent(const ComposeId& id, const std::string& name) : id_(id), name_(name) {} in BaseComposedComponent() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_radio_button_unit_test.cpp74 const char* name = "group"; in HWTEST_F() local
H A Dui_digital_clock_unit_test.cpp189 const char* name = "xxx"; in HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_display.cpp27 Impl(const std::string& name, sptr<DisplayInfo> info) in Impl() argument
37 Display::Display(const std::string& name, sptr<DisplayInfo> info) : pImpl_(new Impl(name, info)) in Display() argument
H A Dmock_parameter.c30 char name[5] = "true"; in GetParameter() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dcommon_event_info.h25 std::string name; member

Completed in 8 milliseconds

1...<<31323334353637383940>>...411