Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_stub_impl.cpp730 std::vector<Uri> otherVec; in GrantUriPermissionFor2In1Inner() local
750 otherVec.emplace_back(uri_inner); in GrantUriPermissionFor2In1Inner()
753 if (!otherVec.empty()) { in GrantUriPermissionFor2In1Inner()
754 …auto ret = GrantUriPermissionInner(otherVec, flag, targetBundleName, appIndex, initiatorTokenId, a… in GrantUriPermissionFor2In1Inner()