Home
last modified time | relevance | path

Searched refs:name (Results 2051 - 2075 of 4943) sorted by relevance

1...<<81828384858687888990>>...198

/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dohos_js_environment_test.cpp51 * @tc.name: PostTask_0100
62 auto task = [name = taskName]() { in HWTEST_F()
63 TAG_LOGI(AAFwkTag::TEST, "%{public}s called.", name.c_str()); in HWTEST_F()
71 * @tc.name: PostSyncTask_0100
100 * @tc.name: InitTimerModule_0100
122 * @tc.name: InitWorkerModule_0100
140 * @tc.name: InitSyscapModule_0100
/foundation/ability/ability_runtime/test/unittest/cj_ability_object_test/
H A Dcj_ability_object_test.cpp68 funcs->cjAbilityCreate = [](const char* name) -> int64_t { return name[0] == '0' ? 0 : 1; }; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp32 void SvgEllipse::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_circle.cpp32 void SvgCircle::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_svg.cpp36 void SvgSvg::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_rect.cpp32 void SvgRect::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_use.cpp32 void SvgUse::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_g.cpp36 void SvgG::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_line.cpp32 void SvgLine::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_polygon.cpp38 void SvgPolygon::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
40 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.cpp65 const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark) in ParseShadowParam()
67 // shadow_style_floating_sm_shadow prefix + name + in ParseShadowParam()
68 const std::string prefix = std::string("shadow_style_") + name; in ParseShadowParam()
64 ParseShadowParam( const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark) ParseShadowParam() argument
/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_observer.cpp82 cjErrorObj.name = MallocCString(errorObj.name); in HandleException()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_checkbox_group_ffi.cpp53 void FfiOHOSAceFrameworkCheckBoxGroupCreate(const char* name) in FfiOHOSAceFrameworkCheckBoxGroupCreate() argument
55 auto checkboxGroupName = std::optional<std::string>(name); in FfiOHOSAceFrameworkCheckBoxGroupCreate()
H A Dcj_checkbox_ffi.cpp27 void FfiOHOSAceFrameworkCheckBoxCreate(const char* name, const char* group) in FfiOHOSAceFrameworkCheckBoxCreate() argument
29 auto checkboxName = std::optional<std::string>(name); in FfiOHOSAceFrameworkCheckBoxCreate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_component_manager.cpp72 void PluginComponentManager::UIServiceListener::OnPushCallBack(const AAFwk::Want& want, const std::string& name, in OnPushCallBack() argument
77 const AAFwk::Want& want, const std::string& name, const std::string& data) in OnRequestCallBack()
76 OnRequestCallBack( const AAFwk::Want& want, const std::string& name, const std::string& data) OnRequestCallBack() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_model.h78 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError,
81 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError);
H A Dui_extension_model_ng.h51 int32_t code, const std::string& name, const std::string& message)>&& onError) override;
65 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError,
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.h30 FileInfo(std::string name, size_t size, time_t time, size_t cnt) in FileInfo()
31 : fileName(std::move(name)), fileSize(size), accessTime(time), accessCount(cnt) {} in FileInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h61 void PostTaskToUI(const std::function<void()>& task, const std::string& name);
62 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp67 bool SvgEllipse::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in AsPath() argument
87 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in AsPath()
H A Dsvg_pattern.cpp55 bool SvgPattern::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
95 std::string key = name; in ParseAndSetSpecializedAttr()
H A Dsvg_rect.cpp72 bool SvgRect::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
100 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in ParseAndSetSpecializedAttr()
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.h71 UIRadioButton* AddRadioButton(Rect rect, const char* name,
104 explicit UITestRadioButton(const char* name);
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp79 abilityInfo.name = elementTemp.GetAbilityName(); in QueryAbilityInfo()
84 abilityInfo.applicationInfo.name = "hello"; in QueryAbilityInfo()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h202 * @brief Sets the font name and size for the background text.
204 * @param name Indicates the pointer to the font name to set.
209 void SetBackgroundFont(const char* name, uint8_t size);
212 * @brief Sets the font name and size for the highlighted text.
214 * @param name Indicates the pointer to the font name to set.
219 void SetHighlightFont(const char* name, uint8_t size);

Completed in 12 milliseconds

1...<<81828384858687888990>>...198