Home
last modified time | relevance | path

Searched refs:GetTitle (Results 1 - 25 of 46) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/notificationbasiccontent_fuzzer/
H A Dnotificationbasiccontent_fuzzer.cpp32 // test GetTitle function in DoSomethingInterestingWithMyAPI()
33 notificationBasicContent->GetTitle(); in DoSomethingInterestingWithMyAPI()
34 // test GetTitle function in DoSomethingInterestingWithMyAPI()
35 notificationBasicContent->GetTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_unified_group_info_test.cpp46 EXPECT_EQ(info.GetTitle(), "testtitle"); in HWTEST_F()
80 EXPECT_EQ(ptr->GetTitle(), "testtitle"); in HWTEST_F()
105 EXPECT_EQ(ptr->GetTitle(), "testtitle"); in HWTEST_F()
H A Dnotification_capsule_test.cpp44 EXPECT_EQ(rrc->GetTitle(), title); in HWTEST_F()
H A Dnotification_live_view_content_test.cpp184 EXPECT_EQ(ptr->GetTitle(), std::string("title")); in HWTEST_F()
247 EXPECT_EQ(ptr->GetTitle(), std::string("title")); in HWTEST_F()
H A Dnotification_local_live_view_content_test.cpp215 EXPECT_EQ(liveViewContent->GetCapsule().GetTitle(), "testTitle"); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_avsession_metadata_adapter_impl.cpp30 ArkWebString ArkMediaAVSessionMetadataAdapterImpl::GetTitle() in GetTitle() function in OHOS::ArkWeb::ArkMediaAVSessionMetadataAdapterImpl
32 std::string str = real_->GetTitle(); in GetTitle()
H A Dark_media_avsession_metadata_adapter_impl.h31 ArkWebString GetTitle() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_avsession_metadata_adapter_wrapper.cpp34 std::string ArkMediaAVSessionMetadataAdapterWrapper::GetTitle() in GetTitle() function in OHOS::ArkWeb::ArkMediaAVSessionMetadataAdapterWrapper
36 ArkWebString title = ctocpp_->GetTitle(); in GetTitle()
H A Dark_media_avsession_metadata_adapter_wrapper.h31 std::string GetTitle() override;
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
H A Dreminderrequestannexthree_fuzzer.cpp28 reminderRequest.GetTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_basic_content.h71 virtual std::string GetTitle() const;
H A Dnotification_capsule.h37 std::string GetTitle() const;
H A Dnotification_unified_group_Info.h51 std::string GetTitle() const;
H A Dnotification_action_button.h81 std::string GetTitle() const;
/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_organization_data.h46 std::string GetTitle();
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_avsession_adapter.h32 virtual ArkWebString GetTitle() = 0;
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_organization_data.cpp93 std::string VCardOrganizationData::GetTitle() in GetTitle() function in OHOS::Telephony::VCardOrganizationData
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_avsession_adapter.h35 virtual std::string GetTitle() = 0;
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_avsession_adapter_impl_test.cpp91 MOCK_METHOD0(GetTitle, std::string());
115 MOCK_METHOD0(GetTitle, std::string());
137 MOCK_METHOD0(GetTitle, std::string());
822 EXPECT_CALL(*mediaAVSessionMetadataAdapterMock, GetTitle()).WillOnce(::testing::Return("1")); in HWTEST_F()
828 EXPECT_CALL(*mediaAVSessionMetadataAdapterMock, GetTitle()).WillRepeatedly(::testing::Return("2")); in HWTEST_F()
834 EXPECT_CALL(*mediaAVSessionMetadataAdapterMock, GetTitle()).WillRepeatedly(::testing::Return("2")); in HWTEST_F()
840 EXPECT_CALL(*mediaAVSessionMetadataAdapterMock, GetTitle()).WillRepeatedly(::testing::Return("1")); in HWTEST_F()
846 EXPECT_CALL(*mediaAVSessionMetadataAdapterMock, GetTitle()).WillRepeatedly(::testing::Return("1")); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_capsule.cpp36 std::string NotificationCapsule::GetTitle() const in GetTitle() function in OHOS::Notification::NotificationCapsule
H A Dnotification_basic_content.cpp50 std::string NotificationBasicContent::GetTitle() const in GetTitle() function in OHOS::Notification::NotificationBasicContent
H A Dnotification_unified_group_info.cpp37 std::string NotificationUnifiedGroupInfo::GetTitle() const in GetTitle() function in OHOS::Notification::NotificationUnifiedGroupInfo
H A Dnotification_action_button.cpp77 actionButton->GetTitle(), in Create()
108 std::string NotificationActionButton::GetTitle() const in GetTitle() function in OHOS::Notification::NotificationActionButton
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_avsession_adapter_impl.cpp367 if (avMetadata_->GetTitle() != metadata->GetTitle()) { in UpdateMetaDataCache()
368 avMetadata_->SetTitle(metadata->GetTitle()); in UpdateMetaDataCache()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp1057 normal->title = MallocCString(basicContent->GetTitle()); in SetNotificationBasicContent()
1121 longText->title = MallocCString(longTextContent->GetTitle()); in SetNotificationLongTextContent()
1180 picture->title = MallocCString(pictureContent->GetTitle()); in SetNotificationPictureContent()
1257 multiLine->title = MallocCString(multiLineContent->GetTitle()); in SetNotificationMultiLineContent()
1301 cCapsule.title = MallocCString(capsule.GetTitle()); in SetCapsule()
1433 systemLiveView->title = MallocCString(localLiveViewContent->GetTitle()); in SetNotificationLocalLiveViewContent()

Completed in 12 milliseconds

12