/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_constants.h | 35 constexpr const char* ICON = "ICON"; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | extension_ability_info.cpp | 33 const std::string ICON = "icon"; member 61 {ICON, extensionInfo.icon}, in to_json() 123 ICON, in from_json()
|
H A D | module_profile.cpp | 375 ICON, in from_json() 626 ICON, in from_json() 832 ICON, in from_json()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | js_ui_index.h | 46 FUNCTION("icon", ICON) \
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_rdb.cpp | 40 + "(NAME TEXT NOT NULL, UPDATE_TIME INTEGER, LABEL TEXT, ICON TEXT, " in BundleResourceRdb() 68 valuesBucket.PutString(BundleResourceConstants::ICON, resourceInfo.icon_); in AddResourceInfo() 106 valuesBucket.PutString(BundleResourceConstants::ICON, info.icon_); in AddResourceInfos() 111 valuesBucket.PutString(BundleResourceConstants::ICON, resourceInfos[0].icon_); in AddResourceInfos() 537 valuesBucket.PutString(BundleResourceConstants::ICON, resourceInfo.icon_); in UpdateResourceForSystemStateChanged() 541 valuesBucket.PutString(BundleResourceConstants::ICON, resourceInfos[0].icon_); in UpdateResourceForSystemStateChanged()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | picker_type_define.h | 50 const uint32_t ICON = 0x01; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | common_profile.h | 57 constexpr const char *ICON = "icon"; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | extension_ability_info.cpp | 35 const char* ICON = "icon"; member 357 {ICON, extensionInfo.icon}, in to_json() 418 ICON, in from_json()
|
H A D | shortcut_info.cpp | 51 const char* ICON = "icon"; member 361 ICON, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource.cpp | 40 constexpr const char* ICON = "icon"; member 127 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objBundleResourceInfo, ICON, nIcon)); in ConvertBundleResourceInfo() 195 ICON, nIcon)); in ConvertLauncherAbilityResourceInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_column_test_ng.cpp | 382 * @tc.desc: Test TextPickerColumnPattern FlushCurrentOptions(kind:ICON). 392 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F() 421 * @tc.desc: Test TextPickerColumnPattern InnerHandleScroll(kind:ICON, move up). 431 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F() 466 * @tc.desc: Test TextPickerColumnPattern InnerHandleScroll(kind:ICON, move down). 476 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F() 628 * @tc.desc: Test TextPickerColumnPattern FlushCurrentOptions(column kind is ICON, option's size is 0). 638 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F() 736 * @tc.desc: Test TextPickerColumnPattern FlushCurrentOptions(column kind is ICON, showCount > optionCount). 746 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F() [all...] |
H A D | text_picker_test_ng.cpp | 387 * @tc.desc: Test TextPickerDialogView Show(column kind is ICON). 397 settingData.columnKind = ICON; in HWTEST_F() 683 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F() 1013 TextPickerModelNG::GetInstance()->Create(theme, ICON); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 43 constexpr const char *ICON = "icon"; member 413 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, ICON, nIconPath)); in ConvertAbilityInfo() 573 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, ICON, nIconPath)); in ConvertApplicationInfo() 668 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objHapModuleInfo, ICON, nIcon)); in ConvertHapModuleInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | rosen_render_button.cpp | 103 if (buttonComponent_->GetType() == ButtonType::ICON) { in Paint() 165 if (buttonComponent_->GetType() == ButtonType::ICON) { in MeasureButtonSize()
|
H A D | render_button.cpp | 581 if ((type_ == ButtonType::ICON) || (type_ == ButtonType::NORMAL)) { in NeedAdaptiveChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 38 ICON, member in OHOS::Ace::ButtonType
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_button_util.cpp | 243 component->SetType(ButtonType::ICON); in SetChildStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item.cpp | 216 buttonComponent->SetType(ButtonType::ICON); in CreateDeleteButton()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | common_profile.h | 306 constexpr const char* ICON = "icon"; member
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_button.cpp | 216 buttonChild_->SetType(ButtonType::ICON); in PrepareIconButton()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textpicker.cpp | 851 kind |= NG::ICON; in ParseIconTextArray() 861 if (kind != NG::ICON && kind != (NG::ICON | NG::TEXT)) { in ParseIconTextArray()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 404 ICON, in from_json() 675 ICON, in from_json() 893 ICON, in from_json()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 1449 button->SetType(ButtonType::ICON); in CreatePlayBtn() 1485 button->SetType(ButtonType::ICON); in CreateFullScreenBtn()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 445 } else if (columnkind_ == ICON) { in FlushCurrentOptions() 919 if (columnkind_ == ICON) { in UpdateTextPropertiesLinear()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 59 constexpr const char* ICON = "icon"; member 1006 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, ICON, nIconPath)); in ConvertAbilityInfo() 1397 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, ICON, nIconPath)); in ConvertApplicationInfo() 1651 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objHapModuleInfo, ICON, nIcon)); in ConvertHapModuleInfo()
|