/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | ohos_js_environment_test.cpp | 51 * @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 D | cj_ability_object_test.cpp | 68 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 D | svg_ellipse.cpp | 32 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 D | svg_circle.cpp | 32 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 D | svg_svg.cpp | 36 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 D | svg_rect.cpp | 32 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 D | svg_use.cpp | 32 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 D | svg_g.cpp | 36 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 D | svg_line.cpp | 32 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 D | svg_polygon.cpp | 38 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 D | shadow_theme.cpp | 65 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 D | cj_error_observer.cpp | 82 cjErrorObj.name = MallocCString(errorObj.name); in HandleException()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_checkbox_group_ffi.cpp | 53 void FfiOHOSAceFrameworkCheckBoxGroupCreate(const char* name) in FfiOHOSAceFrameworkCheckBoxGroupCreate() argument 55 auto checkboxGroupName = std::optional<std::string>(name); in FfiOHOSAceFrameworkCheckBoxGroupCreate()
|
H A D | cj_checkbox_ffi.cpp | 27 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 D | mock_plugin_component_manager.cpp | 72 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 D | ui_extension_model.h | 78 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 D | ui_extension_model_ng.h | 51 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 D | image_file_cache.h | 30 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 D | on_text_changed_listener_impl.h | 61 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 D | svg_ellipse.cpp | 67 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 D | svg_pattern.cpp | 55 bool SvgPattern::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument 95 std::string key = name; in ParseAndSetSpecializedAttr()
|
H A D | svg_rect.cpp | 72 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 D | ui_test_transform.h | 71 UIRadioButton* AddRadioButton(Rect rect, const char* name, 104 explicit UITestRadioButton(const char* name);
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/ |
H A D | mock_bundle_manager.cpp | 79 abilityInfo.name = elementTemp.GetAbilityName(); in QueryAbilityInfo() 84 abilityInfo.applicationInfo.name = "hello"; in QueryAbilityInfo()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 202 * @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);
|