Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp346 bool IsInForeGround(const uint32_t callerToken) in IsInForeGround() function
361 …bool needClose = !(IsInForeGround(callerToken) && (JudgmentPriority(pid, pidCompared) != PRIORITY_… in IsCameraNeedClose()
368 pid, IsInForeGround(callerToken), in IsCameraNeedClose()
H A Dhcamera_device.cpp288 CHECK_ERROR_RETURN_RET_LOG(!IsInForeGround(callerToken_), CAMERA_ALLOC_ERROR, in Open()
300 CHECK_ERROR_RETURN_RET_LOG(!IsInForeGround(callerToken_), CAMERA_ALLOC_ERROR, in OpenSecureCamera()
H A Dhcamera_service.cpp428 CHECK_ERROR_RETURN_RET_LOG(!IsInForeGround(callerToken), CAMERA_ALLOC_ERROR, in CreateCameraDevice()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h162 bool IsInForeGround(const uint32_t callerToken);