Searched refs:GetVibrationStyle (Results 1 – 13 of 13) sorted by relevance
116 for (auto it : spSlot->GetVibrationStyle()) {161 for (auto it : spSlot->GetVibrationStyle()) {207 for (auto it : spSlot->GetVibrationStyle()) {252 for (auto it : spSlot->GetVibrationStyle()) {301 for (auto it : spSlot->GetVibrationStyle()) {324 EXPECT_EQ(DEFAULT_NOTIFICATION_VIBRATION, slot.GetVibrationStyle());341 EXPECT_EQ(DEFAULT_NOTIFICATION_VIBRATION, slot.GetVibrationStyle());358 EXPECT_EQ(0U, slot.GetVibrationStyle().size());375 EXPECT_EQ(0U, slot.GetVibrationStyle().size());
42 record->notification->SetVibrationStyle(record->slot->GetVibrationStyle()); in OnPublish()
1017 VectorToString(slot->GetVibrationStyle()), values); in GenerateSlotEntry()
41 notificationSlot.GetVibrationStyle(); in DoSomethingInterestingWithMyAPI()
49 notification.GetVibrationStyle(); in DoSomethingInterestingWithMyAPI()
238 std::vector<int64_t> GetVibrationStyle() const;
183 std::vector<int64_t> GetVibrationStyle() const;
187 std::vector<int64_t> Notification::GetVibrationStyle() const in GetVibrationStyle() function in OHOS::Notification::Notification
229 std::vector<int64_t> NotificationSlot::GetVibrationStyle() const in GetVibrationStyle() function in OHOS::Notification::NotificationSlot
396 auto result = notificationTest.GetVibrationStyle(); in HWTEST_F()
182 EXPECT_EQ(rrc->GetVibrationStyle(), style);
192 for (auto vec : slot.GetVibrationStyle()) { in SetNotificationSlot()
131 for (auto vec : request->GetVibrationStyle()) { in SetSubscribeCallbackData()