Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp144 ErrCode checkErr = CheckImageSize(request); in PublishNotification() local
145 if (checkErr != ERR_OK) { in PublishNotification()
147 return checkErr; in PublishNotification()
269 ErrCode checkErr = CheckImageSize(request); in PublishNotificationAsBundle() local
270 if (checkErr != ERR_OK) { in PublishNotificationAsBundle()
272 return checkErr; in PublishNotificationAsBundle()
773 ErrCode checkErr = CheckImageSize(request); in PublishContinuousTaskNotification() local
774 if (checkErr != ERR_OK) { in PublishContinuousTaskNotification()
776 return checkErr; in PublishContinuousTaskNotification()