Home
last modified time | relevance | path

Searched refs:GetAllButtonNames (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_button_test.cpp44 EXPECT_EQ(rrc->GetAllButtonNames()[0], buttonName);
58 EXPECT_EQ(rrc->GetAllButtonNames().size(), 1);
78 EXPECT_EQ(rrc->GetAllButtonNames().size(), 3);
H A Dnotification_local_live_view_content_test.cpp220 EXPECT_EQ(liveViewContent->GetButton().GetAllButtonNames()[0], "test");
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_button.h42 std::vector<std::string> GetAllButtonNames() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_button.cpp41 std::vector<std::string> NotificationLocalLiveViewButton::GetAllButtonNames() const in GetAllButtonNames() function in OHOS::Notification::NotificationLocalLiveViewButton
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp252 for (auto vec : button.GetAllButtonNames()) { in SetButton()