Searched full:content_type (Results 1 – 10 of 10) sorted by relevance
43 CONTENT_TYPE: {type: INT32, desc: notification content type}86 CONTENT_TYPE: {type: INT32, desc: notification content type}117 CONTENT_TYPE: {type: INT32, desc: notification content type}
115 const std::string CONTENT_TYPE = "content_type"; variable
177 ('content_type', 'data'),215 asn1obj['content_type'] = 'signed_data'
343 ('content_type', 'data'),381 asn1obj['content_type'] = 'signed_data'
138 if (reminderFilterSlotJson.find(CONTENT_TYPE) == reminderFilterSlotJson.end() || in ParseReminderFilterSlot()139 reminderFilterSlotJson[CONTENT_TYPE].is_null() || in ParseReminderFilterSlot()140 !reminderFilterSlotJson[CONTENT_TYPE].is_string() || in ParseReminderFilterSlot()142 reminderFilterSlotJson[CONTENT_TYPE].get<std::string>(), contentType)) { in ParseReminderFilterSlot()
90 constexpr static const char* CONTENT_TYPE = "contentType"; variable
54 constexpr const char *CALL_CONTENT_TYPE = "content_type";
32 const std::string EVENT_PARAM_CONTENT_TYPE = "CONTENT_TYPE";
409 let content_type = response.headers().get("content-type"); in get_file_info() localVariable410 if let Some(mime_type) = content_type { in get_file_info()
554 predicates.EqualTo(CONTENT_TYPE, PHONE); in QueryCallerInfo()