Searched refs:strSlotType (Results 1 – 3 of 3) sorted by relevance
362 string strSlotType = to_string(static_cast<int32_t>(request->GetSlotType())); in GetReminderAffecteds() local363 string contentTypeCombination = strSlotType; in GetReminderAffecteds()385 iter = reminderFilterDevice.find(strSlotType); in GetReminderAffecteds()
498 const std::string &strSlotType, NotificationConstant::SlotType &slotType) in GetSlotTypeByString() argument500 auto iterSlotType = convertStrToSlotType_.find(strSlotType); in GetSlotTypeByString()
406 …static bool GetSlotTypeByString(const std::string &strSlotType, NotificationConstant::SlotType &sl…