Home
last modified time | relevance | path

Searched refs:FormSysEventReceiver (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp46 FormSysEventReceiver::FormSysEventReceiver(const EventFwk::CommonEventSubscribeInfo &subscriberInfo) in FormSysEventReceiver() function in OHOS::AppExecFwk::FormSysEventReceiver
50 void FormSysEventReceiver::HandleAbilityUpdate(const AAFwk::Want& want, std::string &bundleName) in HandleAbilityUpdate()
65 void FormSysEventReceiver::HandlePackageDataCleared(std::string &bundleName, int32_t userId) in HandlePackageDataCleared()
78 void FormSysEventReceiver::HandleScreenUnlocked() in HandleScreenUnlocked()
91 void FormSysEventReceiver::HandleUserUnlocked() in HandleUserUnlocked()
108 void FormSysEventReceiver::OnReceiveEvent(const EventFwk::CommonEventData &eventData) in OnReceiveEvent()
132 std::weak_ptr<FormSysEventReceiver> weakThis = shared_from_this(); in OnReceiveEvent()
159 void FormSysEventReceiver::HandleUserIdRemoved(const int32_t userId) in HandleUserIdRemoved()
184 void FormSysEventReceiver
[all...]
H A Dform_mgr_service.cpp770 formSysEventReceiver_ = std::make_shared<FormSysEventReceiver>(subscribeInfo); in SubscribeSysEventReceiver()
/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp228 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
262 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
299 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
330 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
358 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
407 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
443 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
495 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
531 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
568 auto testCase = std::make_shared<FormSysEventReceiver>(); in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_sys_event_receiver.h28 * @class FormSysEventReceiver
31 class FormSysEventReceiver : public EventFwk::CommonEventSubscriber, class
32 public std::enable_shared_from_this<FormSysEventReceiver> {
34 FormSysEventReceiver() = default;
35 FormSysEventReceiver(const EventFwk::CommonEventSubscribeInfo &subscriberInfo);
36 virtual ~FormSysEventReceiver() = default;
H A Dform_mgr_service.h707 std::shared_ptr<FormSysEventReceiver> formSysEventReceiver_ = nullptr;
/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/
H A Dformsyseventreceiver_fuzzer.cpp42 FormSysEventReceiver formSysEventReceiver(subscriberInfo); in DoSomethingInterestingWithMyAPI()

Completed in 7 milliseconds