Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp122 return ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP; in PublishCommonEvent()
336 return ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP; in GetStickyCommonEvent()
520 return ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP; in RemoveStickyCommonEvent()
537 return ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP; in SetStaticSubscriberState()
547 return ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP; in SetStaticSubscriberState()
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dces_inner_error_code.h28 const int32_t ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP = 202; variable
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp502 EXPECT_EQ(OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP, result);
516 EXPECT_EQ(result, OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP);
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_test.cpp317 EXPECT_EQ(result, OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp171 EXPECT_EQ(ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP, in HWTEST_F()
507 ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP, comm->RemoveStickyCommonEvent(event)); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_set_param.cpp518 … if (ret != ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP && ret != ERR_NOTIFICATION_SEND_ERROR) { in OnSetStaticSubscriberState()
H A Dcommon_event_parse.cpp26 {ERR_NOTIFICATION_CES_COMMON_NOT_SYSTEM_APP, "The application isn't system application."},