Home
last modified time | relevance | path

Searched refs:DmAccountEventSubscriber (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h38 class DmAccountEventSubscriber : public CommonEventSubscriber { class
40 DmAccountEventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const AccountEventCallback &callback, in DmAccountEventSubscriber() function in OHOS::DistributedHardware::DmAccountEventSubscriber
43 ~DmAccountEventSubscriber() override = default;
64 std::shared_ptr<DmAccountEventSubscriber> subscriber_ = nullptr;
71 explicit SystemAbilityStatusChangeListener(std::shared_ptr<DmAccountEventSubscriber> AccountSubscriber) in SystemAbilityStatusChangeListener()
78 std::shared_ptr<DmAccountEventSubscriber> changeSubscriber_;
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp42 std::vector<std::string> DmAccountEventSubscriber::GetSubscriberEventNameVec() const in GetSubscriberEventNameVec()
70 subscriber_ = std::make_shared<DmAccountEventSubscriber>(subscriberInfo, callback, eventNameVec); in SubscribeAccountCommonEvent()
136 void DmAccountEventSubscriber::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_account_common_event.cpp87 = std::make_shared<DmAccountEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()

Completed in 1 milliseconds