Home
last modified time | relevance | path

Searched full:content_type (Results 1 – 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/
Dhisysevent.yaml43 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}
/base/telephony/call_manager/services/call/include/
Dcall_status_manager.h115 const std::string CONTENT_TYPE = "content_type"; variable
/base/update/packaging_tools/
Dbuild_pkcs7.py177 ('content_type', 'data'),
215 asn1obj['content_type'] = 'signed_data'
Dbuild_module_package.py343 ('content_type', 'data'),
381 asn1obj['content_type'] = 'signed_data'
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
Dsmart_reminder_center.cpp138 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()
/base/notification/distributed_notification_service/services/ans/include/
Dsmart_reminder_center.h90 constexpr static const char* CONTENT_TYPE = "contentType"; variable
/base/telephony/call_manager/services/call/call_state_observer/include/
Dcall_data_base_helper.h54 constexpr const char *CALL_CONTENT_TYPE = "content_type";
/base/notification/distributed_notification_service/services/ans/src/
Devent_report.cpp32 const std::string EVENT_PARAM_CONTENT_TYPE = "CONTENT_TYPE";
/base/request/request/services/src/task/
Drequest_task.rs409 let content_type = response.headers().get("content-type"); in get_file_info() localVariable
410 if let Some(mime_type) = content_type { in get_file_info()
/base/telephony/call_manager/services/call/src/
Dcall_status_manager.cpp554 predicates.EqualTo(CONTENT_TYPE, PHONE); in QueryCallerInfo()