Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dinner_errors.cpp31 {ERR_ANS_PICTURE_OVER_SIZE, ERROR_PARAM_INVALID}, in ErrorToExternal()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dinner_errors.h85 ERR_ANS_PICTURE_OVER_SIZE, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_inner_errors.h66 ERR_ANS_PICTURE_OVER_SIZE, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp296 {ERR_ANS_PICTURE_OVER_SIZE, ERROR_PARAM_INVALID}, in ErrorToExternal()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2599 return ERR_ANS_PICTURE_OVER_SIZE; in CheckImageSizeForPicture()
2725 return ERR_ANS_PICTURE_OVER_SIZE; in CheckLockScreenPictureSizeForLiveView()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp1056 EXPECT_EQ(result, ERR_ANS_PICTURE_OVER_SIZE); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp718 ASSERT_EQ(advancedNotificationService_->Publish("label", req), (int)ERR_ANS_PICTURE_OVER_SIZE);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1293 EXPECT_EQ(NotificationHelper::PublishNotification(req), (int)ERR_ANS_PICTURE_OVER_SIZE);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp437 EXPECT_EQ(ERR_ANS_PICTURE_OVER_SIZE, result);