Home
last modified time | relevance | path

Searched refs:GetStickyCommonEvent (Results 1 - 25 of 32) sorted by relevance

12

/base/location/test/location_locator/mock/src/
H A Dmock_common_event_manager.cpp53 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &data) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventManager
55 return Location::MockCommonEventManager::GetInstance().GetStickyCommonEvent(event, data); in GetStickyCommonEvent()
/base/location/test/location_manager/mock/src/
H A Dmock_common_event_manager.cpp53 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &data) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventManager
55 return Location::MockCommonEventManager::GetInstance().GetStickyCommonEvent(event, data); in GetStickyCommonEvent()
/base/notification/common_event_service/test/fuzztest/getstickycommonevent_fuzzer/
H A Dgetstickycommonevent_fuzzer.cpp26 return EventFwk::CommonEventManager::GetStickyCommonEvent(event, commonEventData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_common_event_manager.cpp56 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &commonEventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventManager
/base/location/test/location_locator/mock/include/
H A Dmock_common_event_manager.h38 MOCK_METHOD(bool, GetStickyCommonEvent, (const std::string &event, CommonEventData &data));
/base/location/test/location_manager/mock/include/
H A Dmock_common_event_manager.h38 MOCK_METHOD(bool, GetStickyCommonEvent, (const std::string &event, CommonEventData &data));
/base/notification/common_event_service/services/include/
H A Dcommon_event_sticky_manager.h49 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData);
H A Dcommon_event_manager_service.h89 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) override;
H A Dinner_common_event_manager.h92 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData);
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_manager.cpp115 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &commonEventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventManager
117 return CommonEvent::GetInstance()->GetStickyCommonEvent(event, commonEventData); in GetStickyCommonEvent()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h186 static bool GetStickyCommonEvent(const std::string &event, CommonEventData &data);
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_stub.h97 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) override;
H A Dicommon_event.h84 virtual bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) = 0;
H A Dcommon_event_proxy.h89 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) override;
H A Dcommon_event.h106 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData);
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp185 * tc.name: GetStickyCommonEvent
187 * tc.desc: test GetStickyCommonEvent function and GetCommonEventProxy is false.
194 EXPECT_EQ(false, commonEvent.GetStickyCommonEvent(event, eventData)); in HWTEST_F()
199 * tc.name: GetStickyCommonEvent
201 * tc.desc: test GetStickyCommonEvent function and GetCommonEventProxy is true.
209 EXPECT_EQ(false, commonEvent.GetStickyCommonEvent(event, eventData)); in HWTEST_F()
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp63 service->GetStickyCommonEvent(stringData, commonEventData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H A Dcommoneventstub_fuzzer.cpp62 // test GetStickyCommonEvent function in DoSomethingInterestingWithMyAPI()
63 commonEventStub.GetStickyCommonEvent(stringData, commonEventData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_sticky_test.cpp124 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT, Stickydata)); in HWTEST_F()
172 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT2, Stickydata)); in HWTEST_F()
207 OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent("", Stickydata)); in HWTEST_F()
239 OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT6, Stickydata)); in HWTEST_F()
271 OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT5, Stickydata)); in HWTEST_F()
509 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT, Stickydata)); in HWTEST_F()
513 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT, Stickydata)); in HWTEST_F()
H A Dcommon_event_manager_service_new_branch_test.cpp99 * @tc.desc: test GetStickyCommonEvent function.
113 EXPECT_EQ(false, comm->GetStickyCommonEvent(event, eventData)); in HWTEST_F()
119 * @tc.desc: test GetStickyCommonEvent function.
132 // test GetStickyCommonEvent function in HWTEST_F()
135 EXPECT_EQ(false, comm->GetStickyCommonEvent(event, eventData)); in HWTEST_F()
H A Dcommon_event_manager_service_test.cpp245 bool ret = innerCommonEventManager_->GetStickyCommonEvent(event, eventData); in HWTEST_F()
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp142 bool ret = GetStickyCommonEvent(event, eventData); in OnRemoteRequest()
303 bool CommonEventStub::GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventStub
H A Dcommon_event.cpp225 bool CommonEvent::GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEvent
238 return proxy->GetStickyCommonEvent(event, eventData); in GetStickyCommonEvent()
/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp319 bool CommonEventManagerService::GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventManagerService
349 return innerCommonEventManager_->GetStickyCommonEvent(event, eventData); in GetStickyCommonEvent()
H A Dcommon_event_sticky_manager.cpp45 bool CommonEventStickyManager::GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventStickyManager

Completed in 11 milliseconds

12