Home
last modified time | relevance | path

Searched defs:commonEvent (Results 1 – 8 of 8) sorted by relevance

/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
Dcommon_event_branch_test.cpp67 CommonEvent commonEvent; variable
81 CommonEvent commonEvent; variable
96 CommonEvent commonEvent; variable
110 CommonEvent commonEvent; variable
125 CommonEvent commonEvent; variable
139 CommonEvent commonEvent; variable
153 CommonEvent commonEvent; variable
168 CommonEvent commonEvent; variable
183 std::shared_ptr<CommonEvent> commonEvent = std::make_shared<CommonEvent>(); variable
198 CommonEvent commonEvent; variable
[all …]
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_test.cpp86 CommonEvent commonEvent; variable
118 CommonEvent commonEvent; variable
132 CommonEvent commonEvent; variable
146 CommonEvent commonEvent; variable
172 CommonEvent commonEvent; variable
468 CommonEvent commonEvent; variable
Dcommon_event_stub_test.cpp318 CommonEvent commonEvent; variable
341 CommonEvent commonEvent; variable
363 CommonEvent commonEvent; variable
388 CommonEvent commonEvent; variable
410 CommonEvent commonEvent; variable
434 CommonEvent commonEvent; variable
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_death_recipient.cpp27 auto commonEvent = DelayedSingleton<CommonEvent>::GetInstance(); in OnRemoteDied() local
/base/notification/common_event_service/test/fuzztest/commoneventsubscriber_fuzzer/
Dcommoneventsubscriber_fuzzer.cpp45 EventFwk::CommonEvent commonEvent; in DoSomethingInterestingWithMyAPI() local
/base/time/time_service/test/unittest/service_test/src/
Dtime_service_test.cpp770 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable
792 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; variable
/base/theme/wallpaper_mgr/test/unittest/
Dwallpaper_test.cpp951 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable
973 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable
1052 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_interface.cpp213 … const OsAccountInfo &osAccountInfo, const std::string &commonEvent, const std::string &operation) in PublishCommonEvent()