Searched refs:GetSlotTypeByString (Results 1 – 5 of 5) sorted by relevance
40 …EXPECT_EQ(NotificationSlot::GetSlotTypeByString(NotificationSlot::CONTENT_INFORMATION, type), true…54 EXPECT_EQ(NotificationSlot::GetSlotTypeByString(inputStr, type), false);
406 …static bool GetSlotTypeByString(const std::string &strSlotType, NotificationConstant::SlotType &sl…
97 …!NotificationSlot::GetSlotTypeByString(reminderFilterSlot[CFG_KEY_NAME].get<std::string>(), slotTy… in GetCurrentSlotReminder()
497 bool NotificationSlot::GetSlotTypeByString( in GetSlotTypeByString() function in OHOS::Notification::NotificationSlot
113 if (!NotificationSlot::GetSlotTypeByString(slotTypeStr, slotType)) { in ParseReminderFilterDevice()