Home
last modified time | relevance | path

Searched refs:slotTypeValue (Results 1 – 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1696 auto slotTypeValue = jsonObject.at("slotType").get<int32_t>(); in ConvertJsonToEnum() local
1697 target->slotType_ = static_cast<NotificationConstant::SlotType>(slotTypeValue); in ConvertJsonToEnum()