Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/app_manager_utils/
H A Dcamera_app_manager_utils.cpp25 class CameraAppManagerUtils::CameraAppManagerUtilsDeathRecipient : public IRemoteObject::DeathRecip… class in OHOS::CameraStandard::CameraAppManagerUtils
27 explicit CameraAppManagerUtilsDeathRecipient() {} in CameraAppManagerUtilsDeathRecipient() function in OHOS::CameraStandard::CameraAppManagerUtils::CameraAppManagerUtilsDeathRecipient
28 ~CameraAppManagerUtilsDeathRecipient() {} in ~CameraAppManagerUtilsDeathRecipient()
64 sptr<CameraAppManagerUtilsDeathRecipient> CameraAppManagerUtilsDeathRecipient_ = in GetAppManagerInstance()
65 new CameraAppManagerUtilsDeathRecipient(); in GetAppManagerInstance()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/app_manager_utils/
H A Dcamera_app_manager_utils.h35 class CameraAppManagerUtilsDeathRecipient; variable