Home
last modified time | relevance | path

Searched refs:GetDisplayName (Results 1 - 25 of 29) sorted by relevance

12

/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()
/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;
/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;
/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);
H A Di18n_calendar.h65 std::string GetDisplayName(std::string &displayLocaleTag);
/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_email_data.h37 std::string GetDisplayName();
H A Dvcard_name_data.h50 std::string GetDisplayName();
/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videodevicedescriptoradapter_fuzzer/
H A Dvideodevicedescriptoradapter_fuzzer.cpp45 adapter.GetDisplayName(); in VideoDeviceDescriptorAdapterFuzzTest()
/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
/base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/
H A Dcalendar_fuzzer.cpp50 calendar.GetDisplayName(input); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_device_descriptor_adapter_impl.h27 std::string GetDisplayName() override;
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_email_data.cpp88 std::string VCardEmailData::GetDisplayName() in GetDisplayName() function in OHOS::Telephony::VCardEmailData
H A Dvcard_name_data.cpp165 std::string VCardNameData::GetDisplayName() in GetDisplayName() function in OHOS::Telephony::VCardNameData
/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
H A Di18n_calendar.cpp301 std::string I18nCalendar::GetDisplayName(std::string &displayLocaleTag) in GetDisplayName() function in OHOS::Global::I18n::I18nCalendar
/base/global/i18n/interfaces/js/kits/include/
H A Di18n_calendar_addon.h48 static napi_value GetDisplayName(napi_env env, napi_callback_info info);
/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()
H A Di18n_calendar_addon.cpp100 DECLARE_NAPI_FUNCTION("getDisplayName", GetDisplayName), in InitI18nCalendar()
546 napi_value I18nCalendarAddon::GetDisplayName(napi_env env, napi_callback_info info) in GetDisplayName() function in OHOS::Global::I18n::I18nCalendarAddon
557 HILOG_ERROR_I18N("GetDisplayName: Parameter type does not match"); in GetDisplayName()
568 HILOG_ERROR_I18N("GetDisplayName: Get calendar object failed"); in GetDisplayName()
574 std::string name = obj->calendar_->GetDisplayName(localeTag); in GetDisplayName()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_camera_manager_adapter.h61 virtual ArkWebString GetDisplayName() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h134 virtual std::string GetDisplayName() = 0;
/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_x509.c194 static int32_t GetDisplayName(X509 *x509cert, const struct CmBlob *certAlias, in GetDisplayName() function
238 int32_t ret = GetDisplayName(x509cert, certAlias, (char *)subjectName->data, displaytName); in GetSubjectNameAndAlias()
240 CM_LOG_E("GetDisplayName failed"); in GetSubjectNameAndAlias()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp390 std::string name = contacts[0]->GetNameData()->GetDisplayName(); in HWTEST_F()
408 std::string name = contacts[0]->GetNameData()->GetDisplayName(); in HWTEST_F()
431 EXPECT_EQ(contacts[0]->GetNameData()->GetDisplayName(), "test"); in HWTEST_F()
916 EXPECT_EQ(contacts[0]->GetEmails()[0]->GetDisplayName(), "test"); in HWTEST_F()
920 EXPECT_EQ(contacts[0]->GetEmails()[1]->GetDisplayName(), "测试"); in HWTEST_F()
924 EXPECT_EQ(contacts[0]->GetEmails()[2]->GetDisplayName(), "test3"); in HWTEST_F()
1353 std::string name = contacts[0]->GetNameData()->GetDisplayName(); in HWTEST_F()

Completed in 13 milliseconds

12