Searched defs:inType (Results 1 – 6 of 6) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | ans_log_test.cpp | 90 …NotificationNapi::ContentType inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_BASIC_T… variable 123 NotificationContent::Type inType = NotificationContent::Type::BASIC_TEXT; variable 155 NotificationNapi::SlotType inType = NotificationNapi::SlotType::SOCIAL_COMMUNICATION; variable 190 NotificationConstant::SlotType inType = NotificationConstant::SlotType::CUSTOM; variable 225 NotificationNapi::SlotLevel inType = NotificationNapi::SlotLevel::LEVEL_NONE; variable 251 NotificationNapi::LiveViewStatus inType = NotificationNapi::LiveViewStatus::LIVE_VIEW_CREATE; variable 274 NotificationSlot::NotificationLevel inType = NotificationSlot::NotificationLevel::LEVEL_NONE; variable 303 int inType = NotificationConstant::CLICK_REASON_DELETE; variable 353 NotificationNapi::DoNotDisturbType inType = NotificationNapi::DoNotDisturbType::TYPE_NONE; variable 376 NotificationConstant::DoNotDisturbType inType = NotificationConstant::DoNotDisturbType::NONE; variable [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/common/src/ |
| D | ans_convert_enum.cpp | 21 bool AnsEnumUtil::ContentTypeJSToC(const ContentType &inType, NotificationContent::Type &outType) in ContentTypeJSToC() 52 bool AnsEnumUtil::ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType) in ContentTypeCToJS() 83 bool AnsEnumUtil::SlotTypeJSToC(const SlotType &inType, NotificationConstant::SlotType &outType) in SlotTypeJSToC() 115 bool AnsEnumUtil::SlotTypeCToJS(const NotificationConstant::SlotType &inType, SlotType &outType) in SlotTypeCToJS() 176 const LiveViewStatus &inType, NotificationLiveViewContent::LiveViewStatus &outType) in LiveViewStatusJSToC() 225 bool AnsEnumUtil::ReasonCToJS(const int &inType, int &outType) in ReasonCToJS() 329 bool AnsEnumUtil::DoNotDisturbTypeJSToC(const DoNotDisturbType &inType, NotificationConstant::DoNot… in DoNotDisturbTypeJSToC() 351 bool AnsEnumUtil::DoNotDisturbTypeCToJS(const NotificationConstant::DoNotDisturbType &inType, DoNot… in DoNotDisturbTypeCToJS() 373 bool AnsEnumUtil::DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemin… in DeviceRemindTypeCToJS() 395 bool AnsEnumUtil::SourceTypeCToJS(const NotificationConstant::SourceType &inType, SourceType &outTy… in SourceTypeCToJS() [all …]
|
| /base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
| D | notification_manager_impl.cpp | 301 static bool ContentTypeCJToC(const ContentType &inType, NotificationContent::Type &outType) in ContentTypeCJToC() 332 static bool SlotTypeCJToC(const SlotType &inType, NotificationConstant::SlotType &outType) in SlotTypeCJToC()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
| D | napi_slot.h | 26 NotificationConstant::SlotType inType = NotificationConstant::SlotType::OTHER; member 35 NotificationConstant::SlotType inType = NotificationConstant::SlotType::OTHER; member
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | publish.cpp | 58 NotificationNapi::NotificationConstant::SlotType inType member 70 NotificationNapi::NotificationConstant::SlotType inType member
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | slot.cpp | 37 NotificationConstant::SlotType inType = NotificationConstant::SlotType::OTHER; member 46 NotificationConstant::SlotType inType = NotificationConstant::SlotType::OTHER; member
|