Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dces_inner_error_code.h58 const int32_t ERR_NOTIFICATION_CESM_ERROR = 1500008; variable
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_test.cpp108 EXPECT_EQ(ERR_NOTIFICATION_CESM_ERROR, result); in HWTEST_F()
144 EXPECT_EQ(ERR_NOTIFICATION_CESM_ERROR, result); in HWTEST_F()
H A Dinner_common_event_manager_test.cpp462 const int32_t ERR_NOTIFICATION_CESM_ERROR = 1500008; in HWTEST_F() local
464 EXPECT_EQ(result, ERR_NOTIFICATION_CESM_ERROR); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp169 return ERR_NOTIFICATION_CESM_ERROR; in SubscribeCommonEvent()
206 return ERR_NOTIFICATION_CESM_ERROR; in UnSubscribeCommonEvent()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp115 return ERR_NOTIFICATION_CESM_ERROR; in PublishCommonEvent()
513 return ERR_NOTIFICATION_CESM_ERROR; in RemoveStickyCommonEvent()
H A Dinner_common_event_manager.cpp718 return Notification::ERR_NOTIFICATION_CESM_ERROR; in SetStaticSubscriberState()
726 return Notification::ERR_NOTIFICATION_CESM_ERROR; in SetStaticSubscriberState()
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp485 ERR_NOTIFICATION_CESM_ERROR, 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.cpp519 ret = ERR_NOTIFICATION_CESM_ERROR; in OnSetStaticSubscriberState()
H A Dcommon_event_parse.cpp36 {ERR_NOTIFICATION_CESM_ERROR, "Failed to read the data."},