/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_subscriber.cpp | 134 bool CommonEventSubscriber::IsStickyCommonEvent() const in IsStickyCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber 136 return (result_ != nullptr) ? result_->IsStickyCommonEvent() : false; in IsStickyCommonEvent()
|
H A D | async_common_event_result.cpp | 136 bool AsyncCommonEventResult::IsStickyCommonEvent() const in IsStickyCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_common_event_subscriber.cpp | 99 bool CommonEventSubscriber::IsStickyCommonEvent() const in IsStickyCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber 102 return (result_ != nullptr) ? result_->IsStickyCommonEvent() : false; in IsStickyCommonEvent()
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | mock_common_event_subscriber.cpp | 99 bool CommonEventSubscriber::IsStickyCommonEvent() const in IsStickyCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber 102 return (result_ != nullptr) ? result_->IsStickyCommonEvent() : false; in IsStickyCommonEvent()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event.cpp | 166 data = result->IsStickyCommonEvent(); in IsCommonEventSticky() 168 data = subscriber->IsStickyCommonEvent(); in IsCommonEventSticky()
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | async_common_event_result.h | 118 bool IsStickyCommonEvent() const;
|
H A D | common_event_subscriber.h | 132 bool IsStickyCommonEvent() const;
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/ |
H A D | asynccommoneventresult_fuzzer.cpp | 53 return result->IsStickyCommonEvent(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/ |
H A D | subscribecommonevent_fuzzer.cpp | 77 subscriber->IsStickyCommonEvent(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/ |
H A D | commonevent_fuzzer.cpp | 80 subscriber->IsStickyCommonEvent(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | napi_common_event.cpp | 1206 isSticky = asyncResult->IsStickyCommonEvent(); in IsStickyCommonEventSync() 1208 isSticky = subscriber->IsStickyCommonEvent(); in IsStickyCommonEventSync() 1374 napi_value IsStickyCommonEvent(napi_env env, napi_callback_info info) in IsStickyCommonEvent() function 1420 asyncCallbackInfo->isSticky = asyncResult->IsStickyCommonEvent(); in IsStickyCommonEvent() 1422 … asyncCallbackInfo->isSticky = asyncCallbackInfo->subscriber->IsStickyCommonEvent(); in IsStickyCommonEvent() 1951 DECLARE_NAPI_FUNCTION("isStickyCommonEvent", IsStickyCommonEvent), in CommonEventSubscriberInit()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
H A D | common_event.cpp | 469 napi_value IsStickyCommonEvent(napi_env env, napi_callback_info info) in IsStickyCommonEvent() function 518 asyncCallbackInfo->isSticky = asyncResult->IsStickyCommonEvent(); in IsStickyCommonEvent() 520 asyncCallbackInfo->isSticky = asyncCallbackInfo->subscriber->IsStickyCommonEvent(); in IsStickyCommonEvent() 1572 DECLARE_NAPI_FUNCTION("isStickyCommonEvent", IsStickyCommonEvent), in CommonEventSubscriberInit()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_test.cpp | 489 bool result = CommonEventTest::IsStickyCommonEvent();
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/ |
H A D | common_event.h | 301 napi_value IsStickyCommonEvent(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
H A D | napi_common_event.h | 325 napi_value IsStickyCommonEvent(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
H A D | common_event_services_publish_ordered_module_test.cpp | 1197 bool isStickyCommonEvent = result->IsStickyCommonEvent();
|