Home
last modified time | relevance | path

Searched refs:ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_proxy.cpp49 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEvent()
54 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEvent()
59 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEvent()
65 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEvent()
80 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEvent()
140 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEvent()
167 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SubscribeCommonEvent()
172 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SubscribeCommonEvent()
216 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in UnsubscribeCommonEvent()
450 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in RemoveStickyCommonEvent()
[all …]
H A Dcommon_event_stub.cpp54 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
58 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
63 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
98 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
108 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
114 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
128 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
133 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in OnRemoteRequest()
H A Dcommon_event.cpp79 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEventAsUser()
84 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEventAsUser()
159 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SubscribeCommonEvent()
164 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SubscribeCommonEvent()
201 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in UnSubscribeCommonEvent()
314 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in RemoveStickyCommonEvent()
325 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SetStaticSubscriberState()
336 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SetStaticSubscriberState()
347 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SetFreezeStatus()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp27 {ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, "Parameter error."},
131 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersByCreateSubscriber()
338 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersBySetCode()
472 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersBySetData()
480 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, in ParseParametersBySetData()
514 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersBySetCodeAndData()
524 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersBySetCodeAndData()
532 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, in ParseParametersBySetCodeAndData()
713 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersBySubscribe()
720 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseParametersBySubscribe()
[all …]
H A Dcommon_event_set_param.cpp128 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in SetCode()
205 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in SetData()
283 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in SetCodeAndData()
460 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseSetStaticSubscriberStateParam()
467 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in ParseSetStaticSubscriberStateParam()
486 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in OnSetStaticSubscriberState()
495 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, msg); in OnSetStaticSubscriberState()
506 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in OnSetStaticSubscriberState()
H A Dnapi_common_event.cpp302 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in CreateSubscriber()
401 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in CreateSubscriberSync()
460 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in Subscribe()
534 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in Publish()
616 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in PublishAsUser()
738 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in Unsubscribe()
809 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in RemoveStickyCommonEvent()
862 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in CommonEventSubscriberConstructor()
1067 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID); in SetDataSync()
1097 NapiThrow(env, ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, in SetCodeAndDataSync()
[all …]
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp179 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in PublishCommonEventDetailed()
235 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SubscribeCommonEvent()
241 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in SubscribeCommonEvent()
299 return ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID; in UnsubscribeCommonEvent()
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dces_inner_error_code.h31 const int32_t ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID = 401; variable
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_test.cpp160 EXPECT_EQ(ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, result); in HWTEST_F()
179 EXPECT_EQ(ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, result); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_stub_test.cpp186 EXPECT_EQ(OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, result);
277 EXPECT_EQ(OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, result);
300 EXPECT_EQ(OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, result);
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp293 …OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, commonEvent.SetStaticSubscriberStat…
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp106ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, comm->SubscribeCommonEvent(subscribeInfo, commonEventLi… in HWTEST_F()
126ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, comm->UnsubscribeCommonEvent(commonEventListener)); in HWTEST_F()