Home
last modified time | relevance | path

Searched refs:DistributedSubscribeRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Didistributed_account_subscribe.h25 struct DistributedSubscribeRecord { struct
29 DistributedSubscribeRecord() : eventListener_(nullptr) in DistributedSubscribeRecord() argument
31 DistributedSubscribeRecord(sptr<IRemoteObject> eventListener) : eventListener_(eventListener) in DistributedSubscribeRecord() argument
35 using DistributedSubscribeRecordPtr = std::shared_ptr<DistributedSubscribeRecord>;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Ddistributed_account_subscribe_manager.cpp56 auto subscribeRecordPtr = std::make_shared<DistributedSubscribeRecord>(eventListener); in SubscribeDistributedAccountEvent()