Home
last modified time | relevance | path

Searched refs:APP_CANCEL_REASON_OTHER (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp315 case NotificationConstant::APP_CANCEL_REASON_OTHER: in ReasonCToJS()
316 outType = static_cast<int32_t>(RemoveReason::APP_CANCEL_REASON_OTHER); in ReasonCToJS()
322 outType = static_cast<int32_t>(RemoveReason::APP_CANCEL_REASON_OTHER); in ReasonCToJS()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h88 APP_CANCEL_REASON_OTHER = 100, enumerator
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h303 static const int32_t APP_CANCEL_REASON_OTHER = 100; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp339 inType = NotificationConstant::APP_CANCEL_REASON_OTHER;
341 … EXPECT_EQ(outType, static_cast<int32_t>(NotificationNapi::RemoveReason::APP_CANCEL_REASON_OTHER));
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1116 int32_t reason = NotificationConstant::APP_CANCEL_REASON_OTHER; in OnDistributedDelete()