Home
last modified time | relevance | path

Searched refs:IsStickyCommonEvent (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp134 bool CommonEventSubscriber::IsStickyCommonEvent() const in IsStickyCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
136 return (result_ != nullptr) ? result_->IsStickyCommonEvent() : false; in IsStickyCommonEvent()
H A Dasync_common_event_result.cpp136 bool AsyncCommonEventResult::IsStickyCommonEvent() const in IsStickyCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscriber.cpp99 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 Dmock_common_event_subscriber.cpp99 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 Dcommon_event.cpp166 data = result->IsStickyCommonEvent(); in IsCommonEventSticky()
168 data = subscriber->IsStickyCommonEvent(); in IsCommonEventSticky()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h118 bool IsStickyCommonEvent() const;
H A Dcommon_event_subscriber.h132 bool IsStickyCommonEvent() const;
/ohos5.0/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp53 return result->IsStickyCommonEvent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
H A Dsubscribecommonevent_fuzzer.cpp77 subscriber->IsStickyCommonEvent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp80 subscriber->IsStickyCommonEvent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1206 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 Dcommon_event.cpp469 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 Dcommon_event_test.cpp489 bool result = CommonEventTest::IsStickyCommonEvent();
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h301 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 Dnapi_common_event.h325 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 Dcommon_event_services_publish_ordered_module_test.cpp1197 bool isStickyCommonEvent = result->IsStickyCommonEvent();