Searched refs:APP_CANCEL_REASON_OTHER (Results 1 – 5 of 5) sorted by relevance
315 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()
88 APP_CANCEL_REASON_OTHER = 100, enumerator
303 static const int32_t APP_CANCEL_REASON_OTHER = 100; variable
339 inType = NotificationConstant::APP_CANCEL_REASON_OTHER;341 … EXPECT_EQ(outType, static_cast<int32_t>(NotificationNapi::RemoveReason::APP_CANCEL_REASON_OTHER));
1116 int32_t reason = NotificationConstant::APP_CANCEL_REASON_OTHER; in OnDistributedDelete()