Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp200 EXPECT_EQ(ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, in HWTEST_F()
227 EXPECT_EQ(ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, in HWTEST_F()
254 EXPECT_EQ(ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, in HWTEST_F()
281 EXPECT_EQ(ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, in HWTEST_F()
336 EXPECT_EQ(ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, in HWTEST_F()
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dces_inner_error_code.h46 const int32_t ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP = 1500004; variable
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp164 return ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP; in PublishCommonEventDetailed()
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp47 constexpr int32_t ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP = 1500004; variable
1389 …ntData, publishInfo, commonEventListener, UNDEFINED_USER), ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp32 …{ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, "A third-party application cannot send system common even…