Home
last modified time | relevance | path

Searched defs:commonEventData (Results 1 – 25 of 31) sorted by relevance

12

/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
Dcommon_event_control_manager_branch_test.cpp96 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
128 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
154 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
184 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
211 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
232 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
257 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
284 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
308 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
332 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
[all …]
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_freeze_unit_test.cpp174 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
224 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
265 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
308 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
351 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
394 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
505 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
Dcommon_event_publish_ordered_event_unit_test.cpp228 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(eventRef); variable
278 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
335 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
384 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
408 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
475 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
507 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); variable
Dcommon_event_control_manager_test.cpp207 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
228 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
250 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
336 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
358 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
381 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
464 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
486 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
509 std::shared_ptr<CommonEventData> commonEventData = std::make_shared<CommonEventData>(); in HWTEST_F() local
/base/notification/common_event_service/frameworks/extension/src/
Dstatic_subscriber_stub_impl.cpp26 std::shared_ptr<CommonEventData> commonEventData(data); in OnReceiveEvent() local
Djs_static_subscriber_extension.cpp228 napi_value commonEventData = nullptr; in OnReceiveEvent() local
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp35 void CommonEventListener::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, … in NotifyEvent()
129 const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in OnReceiveEvent()
Devent_receive_proxy.cpp31 void EventReceiveProxy::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, co… in NotifyEvent()
/base/notification/common_event_service/test/fuzztest/getstickycommonevent_fuzzer/
Dgetstickycommonevent_fuzzer.cpp24 EventFwk::CommonEventData commonEventData; in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/test/fuzztest/eventreceiveproxy_fuzzer/
Deventreceiveproxy_fuzzer.cpp29 EventFwk::CommonEventData commonEventData; in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/test/fuzztest/publishcommonevent_fuzzer/
Dpublishcommonevent_fuzzer.cpp34 EventFwk::CommonEventData commonEventData; in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/test/fuzztest/publishcommoneventasuser_fuzzer/
Dpublishcommoneventasuser_fuzzer.cpp32 EventFwk::CommonEventData commonEventData; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_common_event_manager.cpp56 …ommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &commonEventData) in GetStickyCommonEvent()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
Dcommoneventstub_fuzzer.cpp36 EventFwk::CommonEventData commonEventData; in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
Dcommoneventmanagerservice_fuzzer.cpp41 EventFwk::CommonEventData commonEventData; in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_data.cpp129 CommonEventData *commonEventData = new (std::nothrow) CommonEventData(); in Unmarshalling() local
Dcommon_event_manager.cpp115 …ommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &commonEventData) in GetStickyCommonEvent()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
Dcommonevent_fuzzer.cpp48 EventFwk::CommonEventData commonEventData(want); in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/services/include/
Dcommon_event_record.h40 std::shared_ptr<CommonEventData> commonEventData; member
/base/notification/common_event_service/tools/cem/src/
Dcommon_event_command.cpp78 CommonEventData commonEventData; in RunAsPublishCommand() local
/base/notification/common_event_service/test/benchmarktest/common_event_publish_test/
Dcommon_event_publish_test.cpp112 CommonEventData commonEventData(testWant); in BENCHMARK_F() local
/base/notification/common_event_service/tools/test/systemtest/cem/
Dcommon_event_command_publish_system_test.cpp114 void OnReceiveEvent(const CommonEventData &commonEventData) in OnReceiveEvent()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_modem.cpp144 EventFwk::CommonEventData commonEventData; in RadioStateUpdated() local
/base/notification/common_event_service/test/benchmarktest/common_event_service_test/
Dcommon_event_manager_service_test.cpp173 CommonEventData commonEventData(testWant); in BENCHMARK_F() local
/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
DactsCESDataTest.cpp1213 CommonEventData commonEventData; variable
1266 CommonEventData commonEventData; variable
1305 CommonEventData commonEventData; variable
1358 CommonEventData commonEventData; variable
1377 CommonEventData commonEventData; variable
2830 CommonEventData commonEventData; variable

12