Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp58 auto subscriberIter = FindSubcriberObject(remote); in AddSubscriber()
88 auto subscriberIter = FindSubcriberObject(remote); in RemoveSubscriber()
224 auto subscriberIter = FindSubcriberObject(proxy); in HandleSubscriberDeath()
248 std::list<sptr<IStandbyServiceSubscriber>>::iterator StandbyStateSubscriber::FindSubcriberObject( in FindSubcriberObject() function in OHOS::DevStandbyMgr::StandbyStateSubscriber
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/include/
H A Dstandby_state_subscriber.h54 …std::list<sptr<IStandbyServiceSubscriber>>::iterator FindSubcriberObject(sptr<IRemoteObject>& prox…