Home
last modified time | relevance | path

Searched refs:VerifyBackgroundCapture (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp126 CHECK_AND_RETURN_RET_LOG(PermissionUtil::VerifyBackgroundCapture(processConfig_.appInfo.appTokenId, in Start()
127 processConfig_.appInfo.appFullTokenId), ERR_OPERATION_FAILED, "VerifyBackgroundCapture failed!"); in Start()
181 CHECK_AND_RETURN_RET_LOG(PermissionUtil::VerifyBackgroundCapture(tokenId, fullTokenId), ERR_OPERATION_FAILED, in Resume()
182 "VerifyBackgroundCapture failed!"); in Resume()
H A Dcapturer_in_server.cpp310 CHECK_AND_RETURN_RET_LOG(PermissionUtil::VerifyBackgroundCapture(tokenId, fullTokenId), ERR_OPERATION_FAILED,
311 "VerifyBackgroundCapture failed!");
H A Daudio_server.cpp1989 !PermissionUtil::VerifyBackgroundCapture(tokenId, fullTokenId)) { in CheckRecorderPermission()
1990 AUDIO_ERR_LOG("VerifyBackgroundCapture failed uid:%{public}d", config.callerUid); in CheckRecorderPermission()
/foundation/multimedia/audio_framework/test/fuzztest/audioutils_fuzzer/
H A Daudio_utils_fuzzer.cpp189 PermissionUtil::VerifyBackgroundCapture(tokenId, fullTokenId); in VerifyBackgroundCaptureFuzzTest()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h132 static bool VerifyBackgroundCapture(uint32_t tokenId, uint64_t fullTokenId);
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp329 bool PermissionUtil::VerifyBackgroundCapture(uint32_t tokenId, uint64_t fullTokenId) in VerifyBackgroundCapture() function in OHOS::AudioStandard::PermissionUtil
331 Trace trace("PermissionUtil::VerifyBackgroundCapture"); in VerifyBackgroundCapture()

Completed in 11 milliseconds