/base/notification/common_event_service/test/fuzztest/commoneventpublishinfo_fuzzer/ |
H A D | commoneventpublishinfo_fuzzer.cpp | 32 EventFwk::CommonEventPublishInfo commonEventPublishInfo(PublishInfo); in DoSomethingInterestingWithMyAPI() 33 commonEventPublishInfo.SetSticky(enabled); in DoSomethingInterestingWithMyAPI() 34 commonEventPublishInfo.SetOrdered(enabled); in DoSomethingInterestingWithMyAPI() 35 commonEventPublishInfo.IsOrdered(); in DoSomethingInterestingWithMyAPI() 36 commonEventPublishInfo.Marshalling(parcel); in DoSomethingInterestingWithMyAPI() 37 commonEventPublishInfo.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_publish_info.cpp | 32 CommonEventPublishInfo::CommonEventPublishInfo(const CommonEventPublishInfo &commonEventPublishInfo) in CommonEventPublishInfo() argument 34 sticky_ = commonEventPublishInfo.sticky_; in CommonEventPublishInfo() 35 ordered_ = commonEventPublishInfo.ordered_; in CommonEventPublishInfo() 36 bundleName_ = commonEventPublishInfo.bundleName_; in CommonEventPublishInfo() 37 subscriberPermissions_ = commonEventPublishInfo.subscriberPermissions_; in CommonEventPublishInfo() 38 subscriberUids_ = commonEventPublishInfo.subscriberUids_; in CommonEventPublishInfo() 39 subscriberType_ = commonEventPublishInfo.subscriberType_; in CommonEventPublishInfo() 205 CommonEventPublishInfo *commonEventPublishInfo = new (std::nothrow) CommonEventPublishInfo(); in Unmarshalling() local 207 if (commonEventPublishInfo == nullptr) { in Unmarshalling() 208 EVENT_LOGE("commonEventPublishInfo in Unmarshalling() [all...] |
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/ |
H A D | commonevent_fuzzer.cpp | 51 // make commonEventPublishInfo info
in DoSomethingInterestingWithMyAPI() 52 EventFwk::CommonEventPublishInfo commonEventPublishInfo;
in DoSomethingInterestingWithMyAPI() local 55 commonEventPublishInfo.SetSubscriberPermissions(permissions);
in DoSomethingInterestingWithMyAPI() 56 commonEventPublishInfo.IsSticky();
in DoSomethingInterestingWithMyAPI() 57 commonEventPublishInfo.GetSubscriberPermissions();
in DoSomethingInterestingWithMyAPI() 58 commonEventPublishInfo.SetOrdered(fuzzData.GenerateRandomBool());
in DoSomethingInterestingWithMyAPI() 59 commonEventPublishInfo.SetBundleName(stringData);
in DoSomethingInterestingWithMyAPI() 60 commonEventPublishInfo.GetBundleName();
in DoSomethingInterestingWithMyAPI() 81 commonEvent.PublishCommonEvent(commonEventData, commonEventPublishInfo, subscriber);
in DoSomethingInterestingWithMyAPI() 83 commonEvent.PublishCommonEvent(commonEventData, commonEventPublishInfo, subscribe in DoSomethingInterestingWithMyAPI() [all...] |
/base/notification/common_event_service/test/fuzztest/publishcommonevent_fuzzer/ |
H A D | publishcommonevent_fuzzer.cpp | 41 EventFwk::CommonEventPublishInfo commonEventPublishInfo; in DoSomethingInterestingWithMyAPI() local 44 commonEventPublishInfo.SetSubscriberPermissions(permissions); in DoSomethingInterestingWithMyAPI() 49 EventFwk::CommonEventManager::PublishCommonEvent(commonEventData, commonEventPublishInfo); in DoSomethingInterestingWithMyAPI() 50 EventFwk::CommonEventManager::NewPublishCommonEvent(commonEventData, commonEventPublishInfo); in DoSomethingInterestingWithMyAPI() 53 EventFwk::CommonEventManager::PublishCommonEvent(commonEventData, commonEventPublishInfo, subscriber); in DoSomethingInterestingWithMyAPI() 57 commonEventData, commonEventPublishInfo, subscriber, uid, code); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/publishcommoneventasuser_fuzzer/ |
H A D | publishcommoneventasuser_fuzzer.cpp | 39 EventFwk::CommonEventPublishInfo commonEventPublishInfo; in DoSomethingInterestingWithMyAPI() local 42 commonEventPublishInfo.SetSubscriberPermissions(permissions); in DoSomethingInterestingWithMyAPI() 53 commonEventData, commonEventPublishInfo, subscriber, userId); in DoSomethingInterestingWithMyAPI() 55 commonEventData, commonEventPublishInfo, userId); in DoSomethingInterestingWithMyAPI() 57 commonEventData, commonEventPublishInfo, subscriber, userId); in DoSomethingInterestingWithMyAPI() 61 commonEventData, commonEventPublishInfo, subscriber, uid, code, userId); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
H A D | commoneventmanagerservice_fuzzer.cpp | 49 EventFwk::CommonEventPublishInfo commonEventPublishInfo; in DoSomethingInterestingWithMyAPI() local 52 commonEventPublishInfo.SetSubscriberPermissions(permissions); in DoSomethingInterestingWithMyAPI() 54 service->PublishCommonEvent(commonEventData, commonEventPublishInfo, commonEventListener, code); in DoSomethingInterestingWithMyAPI() 56 commonEventData, commonEventPublishInfo, commonEventListener, code, code, code); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_publish_permission_event_unit_test.cpp | 289 CommonEventPublishInfo commonEventPublishInfo; in HWTEST_F() local 290 commonEventPublishInfo.SetSubscriberPermissions(std::vector<std::string>()); in HWTEST_F() 292 std::make_shared<CommonEventPublishInfo>(commonEventPublishInfo); in HWTEST_F() 330 CommonEventPublishInfo commonEventPublishInfo; in HWTEST_F() local 331 commonEventPublishInfo.SetSubscriberPermissions(std::vector<std::string>()); in HWTEST_F() 333 std::make_shared<CommonEventPublishInfo>(commonEventPublishInfo); in HWTEST_F() 371 CommonEventPublishInfo commonEventPublishInfo; in HWTEST_F() local 372 commonEventPublishInfo.SetSubscriberPermissions(std::vector<std::string>()); in HWTEST_F() 374 std::make_shared<CommonEventPublishInfo>(commonEventPublishInfo); in HWTEST_F() 409 CommonEventPublishInfo commonEventPublishInfo; in HWTEST_F() local 452 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 494 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 536 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 580 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 624 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 691 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 731 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 771 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 811 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 851 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local 891 CommonEventPublishInfo commonEventPublishInfo; HWTEST_F() local [all...] |
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
H A D | commoneventstub_fuzzer.cpp | 47 // make commonEventPublishInfo info
in DoSomethingInterestingWithMyAPI() 48 EventFwk::CommonEventPublishInfo commonEventPublishInfo;
in DoSomethingInterestingWithMyAPI() local 51 commonEventPublishInfo.SetSubscriberPermissions(permissions);
in DoSomethingInterestingWithMyAPI() 53 commonEventStub.PublishCommonEvent(commonEventData, commonEventPublishInfo, commonEventListener, code, code, code);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_publish_info.h | 37 * @param commonEventPublishInfo Indicates the publish info. 39 explicit CommonEventPublishInfo(const CommonEventPublishInfo &commonEventPublishInfo);
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | common_event_subscribe_test.cpp | 569 CommonEventPublishInfo commonEventPublishInfo; in HWTEST_F() local 570 bool result = commonEventPublishInfo.ReadFromParcel(parcel); in HWTEST_F()
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
H A D | common_event_parse.cpp | 879 asyncCallbackInfo->commonEventPublishInfo.SetSubscriberPermissions(commonEventPublishDatajs.subscriberPermissions); in PaddingCallbackInfoPublish() 880 asyncCallbackInfo->commonEventPublishInfo.SetOrdered(commonEventPublishDatajs.isOrdered); in PaddingCallbackInfoPublish() 881 asyncCallbackInfo->commonEventPublishInfo.SetSticky(commonEventPublishDatajs.isSticky); in PaddingCallbackInfoPublish() 882 asyncCallbackInfo->commonEventPublishInfo.SetBundleName(commonEventPublishDatajs.bundleName); in PaddingCallbackInfoPublish()
|
H A D | common_event.cpp | 1191 asyncCallbackInfo->commonEventData, asyncCallbackInfo->commonEventPublishInfo, in PublishAsUser() 1520 asyncCallbackInfo->commonEventData, asyncCallbackInfo->commonEventPublishInfo); in Publish()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | common_event_parse.cpp | 1037 asyncCallbackInfo->commonEventPublishInfo.SetSubscriberPermissions(commonEventPublishDatajs.subscriberPermissions); in PaddingCallbackInfoPublish() 1038 asyncCallbackInfo->commonEventPublishInfo.SetOrdered(commonEventPublishDatajs.isOrdered); in PaddingCallbackInfoPublish() 1039 asyncCallbackInfo->commonEventPublishInfo.SetSticky(commonEventPublishDatajs.isSticky); in PaddingCallbackInfoPublish() 1040 asyncCallbackInfo->commonEventPublishInfo.SetBundleName(commonEventPublishDatajs.bundleName); in PaddingCallbackInfoPublish()
|
H A D | napi_common_event.cpp | 584 asyncCallbackInfo->commonEventData, asyncCallbackInfo->commonEventPublishInfo); in Publish() 667 asyncCallbackInfo->commonEventData, asyncCallbackInfo->commonEventPublishInfo, in PublishAsUser()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
H A D | napi_common_event.h | 202 CommonEventPublishInfo commonEventPublishInfo; member
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/ |
H A D | common_event.h | 187 CommonEventPublishInfo commonEventPublishInfo; member
|