Searched refs:DistributedSubscribeRecord (Results 1 – 2 of 2) sorted by relevance
25 struct DistributedSubscribeRecord { struct29 DistributedSubscribeRecord() : eventListener_(nullptr) in DistributedSubscribeRecord() argument31 DistributedSubscribeRecord(sptr<IRemoteObject> eventListener) : eventListener_(eventListener) in DistributedSubscribeRecord() argument35 using DistributedSubscribeRecordPtr = std::shared_ptr<DistributedSubscribeRecord>;
56 auto subscribeRecordPtr = std::make_shared<DistributedSubscribeRecord>(eventListener); in SubscribeDistributedAccountEvent()