Searched refs:GetAllButtonNames (Results 1 – 5 of 5) sorted by relevance
44 EXPECT_EQ(rrc->GetAllButtonNames()[0], buttonName);58 EXPECT_EQ(rrc->GetAllButtonNames().size(), 1);78 EXPECT_EQ(rrc->GetAllButtonNames().size(), 3);
220 EXPECT_EQ(liveViewContent->GetButton().GetAllButtonNames()[0], "test");
42 std::vector<std::string> GetAllButtonNames() const;
41 std::vector<std::string> NotificationLocalLiveViewButton::GetAllButtonNames() const in GetAllButtonNames() function in OHOS::Notification::NotificationLocalLiveViewButton
252 for (auto vec : button.GetAllButtonNames()) { in SetButton()