Home
last modified time | relevance | path

Searched refs:ItemType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp342 WriteChar(static_cast<char>(ItemType::INT32)); in WriteKV()
350 WriteChar(static_cast<char>(ItemType::INT64)); in WriteKV()
366 WriteChar(static_cast<char>(ItemType::BOOL)); in WriteKV()
466 ItemType type = static_cast<ItemType>(ReadChar()); in ReadKV()
467 if (type == ItemType::STRING) { in ReadKV()
472 } else if (type == ItemType::SIZE_T) { in ReadKV()
476 } else if (type == ItemType::INT32) { in ReadKV()
480 } else if (type == ItemType::INT64) { in ReadKV()
484 } else if (type == ItemType::DOUBLE) { in ReadKV()
488 } else if (type == ItemType::BOOL) { in ReadKV()
[all …]
H A Duobject.h24 enum class ItemType : uint8_t { enum
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h220 using ItemType = Type; variable
332 using ItemType = typename Super::ItemType; variable
334 static constexpr auto ITEM_SIZE = sizeof(ItemType); /*NOLINT(bugprone-sizeof-expression)*/
346 *static_cast<ItemType*>(data) = value_[index]; in GetDataAt()
354 value_[index] = *static_cast<const ItemType*>(data); in SetDataAt()
361 ItemType v; in SetAnyAt()
369 ItemType v; in GetAnyAt()
377 ItemType v; in InsertAnyAt()
413 void PushBack(ItemType item) in PushBack()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js28 var ItemType; variable
33 })(ItemType || (ItemType = {}));
306 attribute: ItemType.Image,
312 attribute: ItemType.Image
338 attribute: ItemType.LeftIcon,
350 attribute: ItemType.LeftIcon,
377 attribute: ItemType.LeftIcon,
646 attribute: ItemType.Icon,
658 attribute: ItemType.Icon,
697 this.attribute = ItemType.Image;
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/
H A Deditabletitlebar.ets47 enum ItemType {
242 attribute: ItemType.Image,
256 attribute: ItemType.LeftIcon,
267 attribute: ItemType.LeftIcon,
367 attribute: ItemType.Icon,
380 attribute: ItemType.Icon,
397 attribute: ItemType = ItemType.Image;
593 start: this.attribute === ItemType.LeftIcon ? LengthMetrics.vp(EditableTitleBar.commonZero) :
638 if (this.attribute === ItemType.Icon || this.attribute === ItemType.LeftIcon) {
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotopickercomponent.js273 …'thumbnail' === n ? i.itemType = ItemType.THUMBNAIL : 'camera' === n ? i.itemType = ItemType.CAMER…
419 export var ItemType; variable
423 }(ItemType || (ItemType = {}));
486 …MaxSelected, ItemType, ClickType, PickerOrientation, SelectMode, PickerColorMode, ReminderMode, Ma…
H A DPhotoPickerComponent.ets220 itemInfo.itemType = ItemType.THUMBNAIL;
222 itemInfo.itemType = ItemType.CAMERA;
388 itemType?: ItemType;
419 export enum ItemType {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Dohos-file-PhotoPickerComponent.md16 MaxSelected, ItemType, ClickType, PickerOrientation,
269 | itemType | [ItemType](#itemtype) | 否 | 被点击的item类型。包括缩略图item和相机item。 |
321 ## ItemType section
470 ItemType,
530 let type: ItemType | undefined = itemInfo.itemType;
532 if (type === ItemType.CAMERA) {
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Dohos-file-PhotoPickerComponent.md16 MaxSelected, ItemType, ClickType, PickerOrientation,
268 | itemType | [ItemType](#itemtype) | No | Type of the item, which can be **THUMBNAIL** or **CAMERA…
320 ## ItemType section
470 ItemType,
530 let type: ItemType | undefined = itemInfo.itemType;
532 if (type === ItemType.CAMERA) {