/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_form_profile.h | 29 constexpr const char* DISPLAY_NAME = "displayName"; variable
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/ |
H A D | file_access_extension_info.h | 33 const std::string DISPLAY_NAME = "display_name"; variable 227 { DISPLAY_NAME, STRING_TYPE },
|
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-notify-guidelines.md | 42 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg'); 188 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
|
H A D | photoAccessHelper-resource-guidelines.md | 38 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
|
H A D | photoAccessHelper-systemAlbum-guidelines.md | 74 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-file-management.md | 107 | 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 D | js-apidiff-multimedia.md | 127 | ohos.multimedia.mediaLibrary | FileKey | DISPLAY_NAME = "display_name" …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-file-management.md | 107 | 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 D | medialibrary_file_access_test_info.cpp | 1418 {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 D | external_file_access_test_info.cpp | 921 {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 D | shader_pipeline_binder.cpp | 45 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 D | photoAccessHelper-notify-guidelines.md | 43 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg'); 189 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
|
H A D | photoAccessHelper-resource-guidelines.md | 38 predicates.equalTo(photoAccessHelper.PhotoKeys.DISPLAY_NAME, 'test.jpg');
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | constants.cpp | 392 const char DISPLAY_NAME[] = "Display"; variable
|
H A D | constants.h | 395 extern const char DISPLAY_NAME[];
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-file-management.md | 77 |新增|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 D | post_process_configuration_component_manager.cpp | 73 constexpr string_view DISPLAY_NAME = "displayName"; variable 94 … } else if (dataObject.key == DISPLAY_NAME && dataObject.value.is_string()) { in UpdateCustomPropertyMetadata()
|
H A D | material_component_manager.cpp | 134 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 D | file_extension_info_napi.cpp | 178 … 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 D | extension_form_profile.cpp | 155 ExtensionFormProfileReader::DISPLAY_NAME, in from_json()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-file-management.md | 34 |新增|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 D | js-apis-userFileManager-sys.md | 1853 | 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 D | user-file-uri-intro.md | 161 | DISPLAY_NAME | 'display_name' | 显示名字。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-file-management.md | 77 ….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 D | js-apidiff-file-management.md | 34 ….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…
|