Home
last modified time | relevance | path

Searched refs:TITLE (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hdr_capability/hdr_capability_utils/
H A Djs_hdr_format_utils.h28 #ifndef TITLE
29 #define TITLE __func__ macro
34 (void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, "%{public}s: " fmt, TITLE, ##args)
36 (void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, "%{public}s: " fmt, TITLE, ##args)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp305 .title = TITLE,
337 .title = TITLE,
415 .title = TITLE,
456 .title = TITLE,
497 .title = TITLE,
548 .title = TITLE,
594 .title = TITLE,
784 .title = TITLE,
851 .title = TITLE,
887 .title = TITLE,
[all …]
H A Ddialog_test_ng.cpp391 pattern->title_ = TITLE;
421 pattern->title_ = TITLE;
454 pattern->title_ = TITLE;
962 props.title = TITLE;
1101 props.title = TITLE;
1167 props.title = TITLE;
1272 props.title = TITLE;
1279 props2.title = TITLE;
1894 props.title = TITLE;
1956 props.title = TITLE;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/cj/color_manager/
H A Dcj_color_mgr_utils.h30 #ifndef TITLE
31 #define TITLE __func__ macro
36 (void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, "%{public}s: " fmt, TITLE, ##args)
38 (void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, "%{public}s: " fmt, TITLE, ##args)
/ohos5.0/docs/zh-cn/application-dev/media/avsession/
H A Davsession-access-scene.md78 title: 'TITLE',
107 title: 'TITLE',
143 title: 'TITLE',
205 title: 'TITLE',
337 title: 'TITLE',
516 title: 'TITLE',
563 title: 'TITLE',
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp46 const std::string ReminderTable::TITLE = "title"; member in OHOS::Notification::ReminderTable
111 AddColumn(TITLE, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp41 const std::string ReminderBaseTable::TITLE = "title"; member in OHOS::Notification::ReminderBaseTable
132 AddColumn(TITLE, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp50 values.PutString(ReminderBaseTable::TITLE, reminder->GetTitle()); in AppendValuesBucket()
150 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::TITLE, title); in RecoverContextFromOldVersion()
307 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::TITLE, title); in RecoverContextFromDb()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h166 TITLE = 0, enumerator
234 TITLE = 1, enumerator
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/
H A DphotoAccessHelper-photoviewpicker.md92 fetchColumns: [photoAccessHelper.PhotoKeys.TITLE],
101 console.info('title : ' + photoAsset.get(photoAccessHelper.PhotoKeys.TITLE));
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h155 static const std::string TITLE; variable
H A Dreminder_table.h129 static const std::string TITLE; variable
/ohos5.0/docs/zh-cn/application-dev/file-management/
H A Duser-file-uri-intro.md170 | TITLE | 'title' | 文件标题。 |
209 …ys.WIDTH, photoAccessHelper.PhotoKeys.HEIGHT, photoAccessHelper.PhotoKeys.TITLE, photoAccessHelper…
220 console.info('asset title: ' + asset.get(photoAccessHelper.PhotoKeys.TITLE));
/ohos5.0/docs/en/application-dev/media/medialibrary/
H A DphotoAccessHelper-photoviewpicker.md91 fetchColumns: [photoAccessHelper.PhotoKeys.TITLE],
100 console.info('title : ' + photoAsset.get(photoAccessHelper.PhotoKeys.TITLE));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-ability-wantConstant.md45 | INTENT_PARAMS_TITLE | ability.want.params.TITLE | 指示与行为选择器…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp560 contentForm->obj->value_[TITLE] = ""; in OH_UdsContentForm_Create()
595 return GetUdsStrValue(pThis, NdkStructId::UDS_CONTENT_FORM_STRUCT_ID, TITLE); in OH_UdsContentForm_GetTitle()
646 return pThis->SetUdsValue<std::string>(TITLE, title); in OH_UdsContentForm_SetTitle()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-navdestination.md324 | TITLE | 2 | 标题栏系统转场动画。|
332 > 1. 设置NavigationSystemTransitionType为TITLE时,系统转场只有标题栏动画。
335 > 设置NONE或者TITLE时没有系统转场动画,设置CONTENT和DEFAULT时默认系统转场动画。
/ohos5.0/docs/en/application-dev/media/avsession/
H A Davsession-access-scene.md78 title: 'TITLE',
107 title: 'TITLE',
144 title: 'TITLE',
207 title: 'TITLE',
338 title: 'TITLE',
517 title: 'TITLE',
565 title: 'TITLE',
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-file-management.md114 | ohos.filemanagement.userfile_manager | ImageVideoKey | TITLE = "title" …
123 | ohos.filemanagement.userfile_manager | AudioKey | TITLE = "title" …
129 | ohos.filemanagement.userfile_manager | FileKey | TITLE = "title" …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-file-management.md114 | ohos.filemanagement.userfile_manager | ImageVideoKey | TITLE = "title" …
123 | ohos.filemanagement.userfile_manager | AudioKey | TITLE = "title" …
129 | ohos.filemanagement.userfile_manager | FileKey | TITLE = "title" …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Djs-apis-sendablePhotoAccessHelper.md538 let title: photoAccessHelper.PhotoKeys = photoAccessHelper.PhotoKeys.TITLE;
559 | member | string | 是 | 成员参数名称例如:[PhotoKeys](js-apis-photoAccessHelper.md#photokeys).TITLE。 |
560 | value | string | 是 | 设置成员参数名称,只能修改[PhotoKeys](js-apis-photoAccessHelper.md#photokeys).TITLE的值。…
588 let title: string = photoAccessHelper.PhotoKeys.TITLE.toString();
641 let title: string = photoAccessHelper.PhotoKeys.TITLE.toString();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp82 …return (systemTransitionType_ & NavigationSystemTransitionType::TITLE) != NavigationSystemTransiti… in IsNeedTitleTransition()
392 || systemTransitionType_ == NavigationSystemTransitionType::TITLE) { in InitDialogTransition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_animation_test_ng.cpp605 navDestinationNode->SetSystemTransitionType(NavigationSystemTransitionType::TITLE);
610 navDestinationNode->SetSystemTransitionType(NavigationSystemTransitionType::TITLE);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h60 const char* TITLE = "title"; variable
/ohos5.0/docs/en/application-dev/file-management/
H A Duser-file-uri-intro.md171 | TITLE | 'title' | Title in the file. …
210 …ys.WIDTH, photoAccessHelper.PhotoKeys.HEIGHT, photoAccessHelper.PhotoKeys.TITLE, photoAccessHelper…
221 console.info('asset title: ' + asset.get(photoAccessHelper.PhotoKeys.TITLE));

12345678910>>...12