Home
last modified time | relevance | path

Searched refs:SetNotifyCb (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_service_stub.cpp60 deathRecipient->SetNotifyCb(nullptr); in DestroyStubForPid()
124 …deathRecipient->SetNotifyCb(std::bind(&MediaServiceStub::ClientDied, this, std::placeholders::_1)); in SetDeathListener()
135 oldDeathRecipient->SetNotifyCb(nullptr); in SetDeathListener()
H A Dmedia_death_recipient.h37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Davcodec_service_stub.cpp55 deathRecipient->SetNotifyCb(nullptr); in DestroyStubForPid()
124 …deathRecipient->SetNotifyCb(std::bind(&AVCodecServiceStub::ClientDied, this, std::placeholders::_1… in SetDeathListener()
H A Davcodec_death_recipient.h37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_server_death_recipient.h37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_death_recipient.h37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Ddrm_death_recipient.h39 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/include/
H A Dmedia_monitor_death_recipient.h38 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.cpp147 … deathRecipient_->SetNotifyCb(std::bind(&AVCodecClient::AVCodecServerDied, std::placeholders::_1)); in GetAVCodecProxy()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_video_proc_session.cpp142 …deathRecipient_->SetNotifyCb(std::bind(&DeferredVideoProcSession::CameraServerDied, this, std::pla… in SetDeferredVideoSession()
H A Ddeferred_photo_proc_session.cpp208 deathRecipient_->SetNotifyCb([this](pid_t pid) { CameraServerDied(pid); }); in SetDeferredPhotoSession()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H A Dmedia_monitor_manager.cpp71 deathRecipient->SetNotifyCb(std::bind(&MediaMonitorManager::MediaMonitorDied, in GetMediaMonitorProxy()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcapture_output.cpp44 deathRecipient_->SetNotifyCb([this](pid_t pid) { OnCameraServerDied(pid); }); in RegisterStreamBinderDied()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp66 deathRecipient->SetNotifyCb([this] (pid_t pid) { in GetServiceProxy()
H A Dkey_session_impl.cpp34 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in MediaKeySessionImpl()
H A Dmedia_key_system_impl.cpp34 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in MediaKeySystemImpl()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service_stub.cpp74 deathRecipient->SetNotifyCb([this] (pid_t pid) { in SetListenerObject()
H A Dkey_session_service_stub.cpp362 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in SetListenerObject()
H A Dmediakeysystem_service_stub.cpp398 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in SetListenerObject()
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp340 deathRecipient_->SetNotifyCb(std::bind(&MediaClient::MediaServerDied, std::placeholders::_1)); in GetMediaProxy()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp120 deathRecipient_->SetNotifyCb([thisPtr](pid_t pid) { in InitCameraInput()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp628 deathRecipient->SetNotifyCb([thisPtr](pid_t pid) { in SetListenerObject()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp1742 … deathRecipient_->SetNotifyCb([this] (int uid) { this->RegisteredTrackerClientDied(uid); }); in RegisterClientDeathRecipient()
1745 …deathRecipient_->SetNotifyCb([this] (pid_t pid) { this->RegisteredStreamListenerClientDied(pid); }… in RegisterClientDeathRecipient()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp176 … asDeathRecipient->SetNotifyCb([] (pid_t pid) { AudioSystemManager::AudioServerDied(pid); }); in GetAudioSystemManagerProxy()
H A Daudio_process_in_client.cpp285 asDeathRecipient->SetNotifyCb([] (pid_t pid) { AudioServerDied(pid); }); in GetAudioServerProxy()

12