Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_inner_errors.h51 ERR_ANS_NOT_SYSTEM_SERVICE, enumerator
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp257 EXPECT_EQ(ret1, ERR_ANS_NOT_SYSTEM_SERVICE);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp2426 …CT_EQ(NotificationHelper::PublishContinuousTaskNotification(req), (int)ERR_ANS_NOT_SYSTEM_SERVICE);
2448 …elper::CancelContinuousTaskNotification(NOTIFICATION_LABEL_1, 1), (int)ERR_ANS_NOT_SYSTEM_SERVICE);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp1439 …ncedNotificationService_->PublishContinuousTaskNotification(req), (int)ERR_ANS_NOT_SYSTEM_SERVICE);
1480 …NotificationService_->CancelContinuousTaskNotification(label, 1), (int)ERR_ANS_NOT_SYSTEM_SERVICE);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1902 return ERR_ANS_NOT_SYSTEM_SERVICE; in PublishContinuousTaskNotification()
1970 return ERR_ANS_NOT_SYSTEM_SERVICE; in CancelContinuousTaskNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4817 case ERR_ANS_NOT_SYSTEM_SERVICE: in ErrorToExternal()