/base/location/test/location_locator/mock/src/ |
H A D | mock_common_event_manager.cpp | 53 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 D | mock_common_event_manager.cpp | 53 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 D | getstickycommonevent_fuzzer.cpp | 26 return EventFwk::CommonEventManager::GetStickyCommonEvent(event, commonEventData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_common_event_manager.cpp | 56 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 D | mock_common_event_manager.h | 38 MOCK_METHOD(bool, GetStickyCommonEvent, (const std::string &event, CommonEventData &data));
|
/base/location/test/location_manager/mock/include/ |
H A D | mock_common_event_manager.h | 38 MOCK_METHOD(bool, GetStickyCommonEvent, (const std::string &event, CommonEventData &data));
|
/base/notification/common_event_service/services/include/ |
H A D | common_event_sticky_manager.h | 49 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData);
|
H A D | common_event_manager_service.h | 89 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) override;
|
H A D | inner_common_event_manager.h | 92 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData);
|
/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_manager.cpp | 115 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 D | common_event_manager.h | 186 static bool GetStickyCommonEvent(const std::string &event, CommonEventData &data);
|
/base/notification/common_event_service/frameworks/core/include/ |
H A D | common_event_stub.h | 97 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) override;
|
H A D | icommon_event.h | 84 virtual bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) = 0;
|
H A D | common_event_proxy.h | 89 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) override;
|
H A D | common_event.h | 106 bool GetStickyCommonEvent(const std::string &event, CommonEventData &eventData);
|
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/ |
H A D | common_event_branch_test.cpp | 185 * 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 D | commoneventmanagerservice_fuzzer.cpp | 63 service->GetStickyCommonEvent(stringData, commonEventData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
H A D | commoneventstub_fuzzer.cpp | 62 // test GetStickyCommonEvent function
in DoSomethingInterestingWithMyAPI() 63 commonEventStub.GetStickyCommonEvent(stringData, commonEventData);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_sticky_test.cpp | 124 // 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 D | common_event_manager_service_new_branch_test.cpp | 99 * @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 D | common_event_manager_service_test.cpp | 245 bool ret = innerCommonEventManager_->GetStickyCommonEvent(event, eventData);
in HWTEST_F()
|
/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_stub.cpp | 142 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 D | common_event.cpp | 225 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 D | common_event_manager_service.cpp | 319 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 D | common_event_sticky_manager.cpp | 45 bool CommonEventStickyManager::GetStickyCommonEvent(const std::string &event, CommonEventData &eventData) in GetStickyCommonEvent() function in OHOS::EventFwk::CommonEventStickyManager
|