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 D | common_event_manager_service_branch_test.cpp | 200 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 D | ces_inner_error_code.h | 46 const int32_t ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP = 1500004; variable
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service.cpp | 164 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 D | common_event_services_module_test.cpp | 47 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 D | common_event_parse.cpp | 32 …{ERR_NOTIFICATION_CES_NOT_SA_SYSTEM_APP, "A third-party application cannot send system common even…
|