Home
last modified time | relevance | path

Searched refs:DISPLAY_NAME (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_profile.h29 constexpr const char* DISPLAY_NAME = "displayName"; variable
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_extension_info.h33 const std::string DISPLAY_NAME = "display_name"; variable
227 { DISPLAY_NAME, STRING_TYPE },
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/
H A DphotoAccessHelper-notify-guidelines.md42 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
188 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
H A DphotoAccessHelper-resource-guidelines.md38 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
H A DphotoAccessHelper-systemAlbum-guidelines.md74 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-file-management.md107 | ohos.filemanagement.userfile_manager | AlbumKey | DISPLAY_NAME = "display_name" …
117 | ohos.filemanagement.userfile_manager | ImageVideoKey | DISPLAY_NAME = "display_name" …
126 | ohos.filemanagement.userfile_manager | AudioKey | DISPLAY_NAME = "display_name" …
132 | ohos.filemanagement.userfile_manager | FileKey | DISPLAY_NAME = "display_name" …
H A Djs-apidiff-multimedia.md127 | ohos.multimedia.mediaLibrary | FileKey | DISPLAY_NAME = "display_name" …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-file-management.md107 | ohos.filemanagement.userfile_manager | AlbumKey | DISPLAY_NAME = "display_name" …
117 | ohos.filemanagement.userfile_manager | ImageVideoKey | DISPLAY_NAME = "display_name" …
126 | ohos.filemanagement.userfile_manager | AudioKey | DISPLAY_NAME = "display_name" …
132 | ohos.filemanagement.userfile_manager | FileKey | DISPLAY_NAME = "display_name" …
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dmedialibrary_file_access_test_info.cpp1418 {DISPLAY_NAME, " "},
1427 EXPECT_EQ(jsonObject.at(DISPLAY_NAME), displayName);
1464 {DISPLAY_NAME, " "},
1475 EXPECT_EQ(jsonObject.at(DISPLAY_NAME), displayName);
1541 {DISPLAY_NAME, " "}
1615 {DISPLAY_NAME, " "},
H A Dexternal_file_access_test_info.cpp921 {DISPLAY_NAME, " "}, in CheckJson()
933 EXPECT_EQ(jsonObject.at(DISPLAY_NAME), displayName); in CheckJson()
1115 {DISPLAY_NAME, " "}
1193 {DISPLAY_NAME, " "},
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp45 constexpr string_view DISPLAY_NAME = "displayName"; variable
75 … } else if (dataObject.key == DISPLAY_NAME && dataObject.value.is_string()) { in UpdateCustomPropertyMetadata()
131 … } else if (dataObject.key == DISPLAY_NAME && dataObject.value.is_string()) { in UpdateBindingPropertyMetadata()
/ohos5.0/docs/en/application-dev/media/medialibrary/
H A DphotoAccessHelper-notify-guidelines.md43 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
189 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
H A DphotoAccessHelper-resource-guidelines.md38 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp392 const char DISPLAY_NAME[] = "Display"; variable
H A Dconstants.h395 extern const char DISPLAY_NAME[];
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-file-management.md77 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AudioKey<br>方法名 or 属性名: DISPLAY_NAME|@ohos.f…
88 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ImageVideoKey<br>方法名 or 属性名: DISPLAY_NAME|@o…
210 |删除|模块名: ohos.filemanagement.userfile_manager<br>类名: FileKey<br>方法名 or 属性名: DISPLAY_NAME|NA|@ohos.f…
217 |删除|模块名: ohos.filemanagement.userfile_manager<br>类名: AudioKey<br>方法名 or 属性名: DISPLAY_NAME|NA|@ohos.…
227 |删除|模块名: ohos.filemanagement.userfile_manager<br>类名: ImageVideoKey<br>方法名 or 属性名: DISPLAY_NAME|NA|@…
238 |删除|模块名: ohos.filemanagement.userfile_manager<br>类名: AlbumKey<br>方法名 or 属性名: DISPLAY_NAME|NA|@ohos.…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp73 constexpr string_view DISPLAY_NAME = "displayName"; variable
94 … } else if (dataObject.key == DISPLAY_NAME && dataObject.value.is_string()) { in UpdateCustomPropertyMetadata()
H A Dmaterial_component_manager.cpp134 constexpr string_view DISPLAY_NAME = "displayName"; variable
208 … if (auto displayName = value.find(DISPLAY_NAME); displayName && displayName->is_string()) { in AppendProperties()
269 … } else if (dataObject.key == DISPLAY_NAME && dataObject.value.is_string()) { in UpdateCustomPropertyMetadata()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/common/
H A Dfile_extension_info_napi.cpp178 … DECLARE_NAPI_STATIC_PROPERTY("DISPLAY_NAME", NVal::CreateUTF8String(env, DISPLAY_NAME).val_), in InitQueryFlags()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp155 ExtensionFormProfileReader::DISPLAY_NAME, in from_json()
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-file-management.md34 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AudioKey<br>方法名 or 属性名: DISPLAY_NAME|@ohos.f…
45 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ImageVideoKey<br>方法名 or 属性名: DISPLAY_NAME|@o…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-userFileManager-sys.md1853 | member | string | 是 | 成员参数名称例如:ImageVideoKey.DISPLAY_NAME。在get时,除了uri、photoType和displayName三个属…
1891 | member | string | 是 | 成员参数名称例如:ImageVideoKey.DISPLAY_NAME。 |
1892 | value | string | 是 | 设置成员参数名称,只能修改DISPLAY_NAME和TITLE的值。 |
1909 let displayName: string = userFileManager.ImageVideoKey.DISPLAY_NAME.toString();
1947 let displayName: string = userFileManager.ImageVideoKey.DISPLAY_NAME.toString();
1994 let displayName = userFileManager.ImageVideoKey.DISPLAY_NAME.toString();
4403 | DISPLAY_NAME | display_name | 显示名字。 |
4422 | DISPLAY_NAME | display_name | 显示名字。 |
/ohos5.0/docs/zh-cn/application-dev/file-management/
H A Duser-file-uri-intro.md161 | DISPLAY_NAME | 'display_name' | 显示名字。 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-file-management.md77 ….userFileManager<br>Class name: AudioKey<br>Method or attribute name: DISPLAY_NAME|@ohos.filemanag…
88 …FileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DISPLAY_NAME|@ohos.filemanag…
210 ….userfile_manager<br>Class name: FileKey<br>Method or attribute name: DISPLAY_NAME|NA|@ohos.filema…
217 …userfile_manager<br>Class name: AudioKey<br>Method or attribute name: DISPLAY_NAME|NA|@ohos.filema…
227 …ile_manager<br>Class name: ImageVideoKey<br>Method or attribute name: DISPLAY_NAME|NA|@ohos.filema…
238 …userfile_manager<br>Class name: AlbumKey<br>Method or attribute name: DISPLAY_NAME|NA|@ohos.filema…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-file-management.md34 ….userFileManager<br>Class name: AudioKey<br>Method or attribute name: DISPLAY_NAME|@ohos.filemanag…
45 …FileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DISPLAY_NAME|@ohos.filemanag…

123