Home
last modified time | relevance | path

Searched refs:CUSTOMER_SERVICE (Results 1 - 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp102 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
345 request->SetSlotType(NotificationConstant::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
360 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
377 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
432 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
449 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
498 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
H A Dnotification_preferences_info_test.cpp73 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp98 case SlotType::CUSTOMER_SERVICE: in SlotTypeJSToC()
99 outType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in SlotTypeJSToC()
133 case NotificationConstant::SlotType::CUSTOMER_SERVICE: in SlotTypeCToJS()
134 outType = SlotType::CUSTOMER_SERVICE; in SlotTypeCToJS()
/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp37 {NotificationConstant::SlotType::CUSTOMER_SERVICE, 0b110001}, in NotificationConfigParse()
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h43 CUSTOMER_SERVICE = 5, member in OHOS::NotificationNapi::SlotType
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h66 CUSTOMER_SERVICE, // the notification type is customer service enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp130 inType = NotificationNapi::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
132 EXPECT_EQ(outType, NotificationConstant::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
168 inType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in HWTEST_F()
170 EXPECT_EQ(outType, NotificationNapi::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp161 case NotificationConstant::SlotType::CUSTOMER_SERVICE: in SetType()
162 id_ = "CUSTOMER_SERVICE"; in SetType()
163 SetName("CUSTOMER_SERVICE"); in SetType()
497 convertStrToSlotType_[CUSTOM_SERVICE] = NotificationConstant::SlotType::CUSTOMER_SERVICE; in GetSlotTypeByString()
527 case NotificationConstant::SlotType::CUSTOMER_SERVICE: in GetDefaultReminderMode()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp127 case NotificationConstant::SlotType::CUSTOMER_SERVICE: in GetSlotFlagsKeyFromType()
128 return NotificationConstant::SLOTTYPECCMNAMES[NotificationConstant::SlotType::CUSTOMER_SERVICE]; in GetSlotFlagsKeyFromType()
H A Dadvanced_notification_publish_service.cpp286 NotificationConstant::SlotType::CUSTOMER_SERVICE, commonNotificationPublishProcess); in InitPublishProcess()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h148 CUSTOMER_SERVICE = 5, member in SlotType
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp665 case SlotType::CUSTOMER_SERVICE: in SlotTypeCJToC()
666 outType = NotificationConstant::SlotType::CUSTOMER_SERVICE; in SlotTypeCJToC()
697 case NotificationConstant::SlotType::CUSTOMER_SERVICE: in SlotTypeCToCJ()
698 outType = SlotType::CUSTOMER_SERVICE; in SlotTypeCToCJ()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp60 SetNamedPropertyByInteger(env, obj, static_cast<int32_t>(SlotType::CUSTOMER_SERVICE), "CUSTOMER_SERVICE"); in SlotTypeInit()

Completed in 16 milliseconds