Searched full:slot_type (Results 1 – 7 of 7) sorted by relevance
36 SLOT_TYPE: {type: INT32, desc: slot type}79 SLOT_TYPE: {type: INT32, desc: slot type}
95 if (reminderFilterDeviceJson.find(SLOT_TYPE) == reminderFilterDeviceJson.end() || in ParseReminderFilterDevice()96 reminderFilterDeviceJson[SLOT_TYPE].is_null() || in ParseReminderFilterDevice()97 !reminderFilterDeviceJson[SLOT_TYPE].is_string()) { in ParseReminderFilterDevice()108 std::string slotTypes = reminderFilterDeviceJson[SLOT_TYPE].get<std::string>(); in ParseReminderFilterDevice()
88 constexpr static const char* SLOT_TYPE = "slotType"; variable
29 const std::string EVENT_PARAM_SLOT_TYPE = "SLOT_TYPE";
56 const char* SLOT_TYPE = "slotType"; variable
584 if (GetInt32(env, value, ReminderAgentNapi::SLOT_TYPE, slotType, false)) { in GenReminderIntInner()
776 napi_set_named_property(env, result, SLOT_TYPE, value); in SetValidReminder()