Home
last modified time | relevance | path

Searched refs:sessionDeathRecipient_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp120 …: userId_(userId), serviceListener_(nullptr), sessionDeathRecipient_(nullptr), processListener_(nu… in VideoPostProcessor()
137 sessionDeathRecipient_ = sptr<SessionDeathRecipient>::MakeSptr(weak_from_this()); in Initialize()
413 bool result = remote->RemoveDeathRecipient(sessionDeathRecipient_); in DisconnectService()
439 bool result = remote->AddDeathRecipient(sessionDeathRecipient_); in OnServiceChange()
H A Dphoto_post_processor.cpp507 sessionDeathRecipient_(nullptr), in PhotoPostProcessor()
523 sessionDeathRecipient_ = nullptr; in ~PhotoPostProcessor()
532sessionDeathRecipient_ = new SessionDeathRecipient(this); // sptr<SessionDeathRecipient>::MakeSptr… in Initialize()
773 DP_CHECK_ERROR_RETURN_RET_LOG(!remote->AddDeathRecipient(sessionDeathRecipient_), in ConnectServiceIfNecessary()
785 DP_CHECK_ERROR_PRINT_LOG(!remote->RemoveDeathRecipient(sessionDeathRecipient_), in DisconnectServiceIfNecessary()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dphoto_post_processor.h87 sptr<IRemoteObject::DeathRecipient> sessionDeathRecipient_; variable
H A Dvideo_post_processor.h108 sptr<SessionDeathRecipient> sessionDeathRecipient_; variable