Home
last modified time | relevance | path

Searched refs:bmsRet (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp69 auto bmsRet = bmsClient->GetDirByBundleNameAndAppIndex(bundleName, appIndex, dirName); in GetDirByBundleNameAndAppIndex() local
70 if (bmsRet != ERR_OK) { in GetDirByBundleNameAndAppIndex()
71 LOGE("GetDirByBundleNameAndAppIndex failed, ret:%{public}d", bmsRet); in GetDirByBundleNameAndAppIndex()
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp190 auto bmsRet = bmsClient->GetDirByBundleNameAndAppIndex(bundleName, appIndex, dirName); in GetDirByBundleNameAndAppIndex() local
191 if (bmsRet != ERR_OK) { in GetDirByBundleNameAndAppIndex()
192 TAG_LOGE(AAFwkTag::URIPERMMGR, "GetDirByBundleNameAndAppIndex failed, ret:%{public}d", bmsRet); in GetDirByBundleNameAndAppIndex()

Completed in 1 milliseconds