Searched refs:APP_CANCEL_REASON_OTHER (Results 1 – 4 of 4) sorted by relevance
177 static const int32_t APP_CANCEL_REASON_OTHER = 10; variable
70 APP_CANCEL_REASON_OTHER = 10, enumerator
4488 case NotificationConstant::APP_CANCEL_REASON_OTHER: in ReasonCToJS()4489 outType = static_cast<int32_t>(RemoveReason::APP_CANCEL_REASON_OTHER); in ReasonCToJS()
3549 int32_t reason = NotificationConstant::APP_CANCEL_REASON_OTHER; in OnDistributedDelete()