Home
last modified time | relevance | path

Searched refs:GetDisplayName (Results 1 – 25 of 87) sorted by relevance

1234

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/timezone_fuzzer/
H A Dtimezone_fuzzer.cpp42 timezone.GetDisplayName(); in DoSomethingInterestingWithMyAPI()
43 timezone.GetDisplayName(isDST); in DoSomethingInterestingWithMyAPI()
44 timezone.GetDisplayName(text); in DoSomethingInterestingWithMyAPI()
45 timezone.GetDisplayName(text, isDST); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp72 std::string BindInfo::GetDisplayName() const in GetDisplayName() function in OHOS::MMI::BindInfo
194 return item.GetDisplayName(); in GetBindDisplayNameByInputDevice()
205 return item.GetDisplayName(); in GetDisplayNameByInputDevice()
214 if (item.GetDisplayName() == name) { in GetInputDeviceByDisplayName()
265 if (it->GetDisplayName() == displayName) { in GetUnbindInputDevice()
363 if ((info.GetDisplayName() == name) && (info.GetDisplayId() == id)) { in IsDisplayAdd()
377 idNames.insert(std::make_pair(info.GetDisplayId(), info.GetDisplayName())); in GetDisplayIdNames()
573 .displayName = item.GetDisplayName(), in GetDisplayBindInfo()
628 info1.AddDisplay(bindByDisplay.GetDisplayId(), bindByDisplay.GetDisplayName()); in SetDisplayBind()
635 info2.AddDisplay(bindByDevice.GetDisplayId(), bindByDevice.GetDisplayName()); in SetDisplayBind()
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h42 std::string GetDisplayName();
43 std::string GetDisplayName(bool isDST);
44 std::string GetDisplayName(std::string localeStr);
45 std::string GetDisplayName(std::string localeStr, bool isDST);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_device_descriptor_adapter_impl.cpp30 ArkWebString ArkVideoDeviceDescriptorAdapterImpl::GetDisplayName() in GetDisplayName() function in OHOS::ArkWeb::ArkVideoDeviceDescriptorAdapterImpl
32 std::string str = real_->GetDisplayName(); in GetDisplayName()
H A Dark_video_device_descriptor_adapter_impl.h29 ArkWebString GetDisplayName() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_device_descriptor_adapter_wrapper.cpp30 std::string ArkVideoDeviceDescriptorAdapterWrapper::GetDisplayName() in GetDisplayName() function in OHOS::ArkWeb::ArkVideoDeviceDescriptorAdapterWrapper
32 ArkWebString str = ctocpp_->GetDisplayName(); in GetDisplayName()
H A Dark_video_device_descriptor_adapter_wrapper.h29 std::string GetDisplayName() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/
H A Dmedialibrary_album_source_test.cpp149 string GetDisplayName(string &title) in GetDisplayName() function
160 string displayName = GetDisplayName(title); in InsertPhoto()
163 string data = "/storage/cloud/files/photo/1/" + GetDisplayName(title); in InsertPhoto()
194 string displayName = GetDisplayName(title); in InsertPhotoWithEmptyPackageName()
197 string data = "/storage/cloud/files/photo/1/" + GetDisplayName(title); in InsertPhotoWithEmptyPackageName()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_utils.cpp82 static int GetDisplayName(const NVal &argv, FileFilter &filter) in GetDisplayName() function
189 ret = GetDisplayName(argv, filter); in GetFileFilterParam()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H A Dringtone_scanner_db_test.cpp101 metadata.SetTitle(RingtoneScannerUtils::GetFileTitle(metadata.GetDisplayName()));
145 metadata->SetTitle(RingtoneScannerUtils::GetFileTitle(metadata->GetDisplayName()));
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp685 std::string I18nTimeZone::GetDisplayName() in GetDisplayName() function in OHOS::Global::I18n::I18nTimeZone
691 return GetDisplayName(localeStr, false); in GetDisplayName()
694 std::string I18nTimeZone::GetDisplayName(bool isDST) in GetDisplayName() function in OHOS::Global::I18n::I18nTimeZone
697 return GetDisplayName(localeStr, isDST); in GetDisplayName()
700 std::string I18nTimeZone::GetDisplayName(std::string localeStr) in GetDisplayName() function in OHOS::Global::I18n::I18nTimeZone
702 return GetDisplayName(localeStr, false); in GetDisplayName()
705 std::string I18nTimeZone::GetDisplayName( in GetDisplayName() function in OHOS::Global::I18n::I18nTimeZone
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_audio_operations.cpp279 string displayName = fileAsset->GetDisplayName(); in DeleteAudio()
318 fileAsset->GetDisplayName().c_str()); in UpdateV10()
326 … string extraUri = MediaFileUtils::GetExtraUri(fileAsset->GetDisplayName(), fileAsset->GetPath()); in UpdateV10()
358 fileAsset->GetDisplayName().c_str()); in UpdateV9()
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_impl.cpp123 MediaLibrary_ErrorCode MediaAssetImpl::GetDisplayName(const char** displayName) in GetDisplayName() function in MediaAssetImpl
130 const std::string display = fileAsset_->GetDisplayName(); in GetDisplayName()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videodevicedescriptoradapter_fuzzer/
H A Dvideodevicedescriptoradapter_fuzzer.cpp45 adapter.GetDisplayName(); in VideoDeviceDescriptorAdapterFuzzTest()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_asset_test.cpp94 auto assetdisplayName = g_ringtoneAsset->GetDisplayName();
98 assetdisplayName = g_ringtoneAsset->GetDisplayName();
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_device_descriptor_adapter_mock.cpp20 std::string VideoDeviceDescriptorAdapterImpl::GetDisplayName() in GetDisplayName() function in OHOS::NWeb::VideoDeviceDescriptorAdapterImpl
H A Dvideo_device_descriptor_adapter_impl.cpp20 std::string VideoDeviceDescriptorAdapterImpl::GetDisplayName() in GetDisplayName() function in OHOS::NWeb::VideoDeviceDescriptorAdapterImpl
/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_email_data.h37 std::string GetDisplayName();
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/
H A Dcalendar_fuzzer.cpp50 calendar.GetDisplayName(input); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Dnapi_root_info_exporter.h42 static napi_value GetDisplayName(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp971 ringtoneAsset->GetDisplayName(), ringtoneAsset->GetPath(), in GetDefaultRingtoneAttrs()
974 ringtoneAsset->GetDisplayName().c_str(), ringtoneAsset->GetPath().c_str(), in GetDefaultRingtoneAttrs()
1003 ringtoneAsset->GetDisplayName(), ringtoneAsset->GetPath(), in GetRingtoneAttrList()
1049 ringtoneAsset->GetDisplayName(), ringtoneAsset->GetPath(), in GetDefaultSystemToneAttrs()
1052 ringtoneAsset->GetDisplayName().c_str(), ringtoneAsset->GetPath().c_str(), in GetDefaultSystemToneAttrs()
1082 ringtoneAsset->GetDisplayName(), ringtoneAsset->GetPath(), in GetSystemToneAttrList()
1201 ringtoneAsset->GetDisplayName(), ringtoneAsset->GetPath(), in GetDefaultAlarmToneAttrs()
1204 ringtoneAsset->GetDisplayName().c_str(), ringtoneAsset->GetPath().c_str(), in GetDefaultAlarmToneAttrs()
1232 ringtoneAsset->GetDisplayName(), ringtoneAsset->GetPath(), in GetAlarmToneAttrList()
1817 vibrateAsset->GetDisplayName(), vibrateAsset->GetPath()); in GetToneHapticsList()
[all …]
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_device_descriptor_adapter_impl.h27 std::string GetDisplayName() override;
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_timezone_addon.cpp384 result = obj->timezone_->GetDisplayName(); in GetTimeZoneDisplayName()
386 result = obj->timezone_->GetDisplayName(locale); in GetTimeZoneDisplayName()
388 result = obj->timezone_->GetDisplayName(isDST); in GetTimeZoneDisplayName()
390 result = obj->timezone_->GetDisplayName(locale, isDST); in GetTimeZoneDisplayName()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset.h33 virtual MediaLibrary_ErrorCode GetDisplayName(const char** displayName) = 0;
H A Dmedia_asset_impl.h34 MediaLibrary_ErrorCode GetDisplayName(const char** displayName) override;

1234