Searched refs:CUSTOMER_SERVICE (Results 1 - 13 of 13) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_slot_service_test.cpp | 102 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 D | notification_preferences_info_test.cpp | 73 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 98 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 D | notification_config_parse.cpp | 37 {NotificationConstant::SlotType::CUSTOMER_SERVICE, 0b110001}, in NotificationConfigParse()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 43 CUSTOMER_SERVICE = 5, member in OHOS::NotificationNapi::SlotType
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_constant.h | 66 CUSTOMER_SERVICE, // the notification type is customer service enumerator
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 130 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 D | notification_slot.cpp | 161 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 D | notification_preferences_info.cpp | 127 case NotificationConstant::SlotType::CUSTOMER_SERVICE: in GetSlotFlagsKeyFromType() 128 return NotificationConstant::SLOTTYPECCMNAMES[NotificationConstant::SlotType::CUSTOMER_SERVICE]; in GetSlotFlagsKeyFromType()
|
H A D | advanced_notification_publish_service.cpp | 286 NotificationConstant::SlotType::CUSTOMER_SERVICE, commonNotificationPublishProcess); in InitPublishProcess()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 148 CUSTOMER_SERVICE = 5, member in SlotType
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 665 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 D | constant.cpp | 60 SetNamedPropertyByInteger(env, obj, static_cast<int32_t>(SlotType::CUSTOMER_SERVICE), "CUSTOMER_SERVICE"); in SlotTypeInit()
|
Completed in 16 milliseconds