Searched refs:GetAllButtonIcons (Results 1 – 4 of 4) sorted by relevance
51 std::vector<std::shared_ptr<Media::PixelMap>> GetAllButtonIcons() const;
99 EXPECT_EQ(rrc->GetAllButtonIcons().size(), 3);
56 std::vector<std::shared_ptr<Media::PixelMap>> NotificationLocalLiveViewButton::GetAllButtonIcons() … in GetAllButtonIcons() function in OHOS::Notification::NotificationLocalLiveViewButton
264 std::vector<std::shared_ptr<Media::PixelMap>> icons = button.GetAllButtonIcons(); in SetButton()