Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dbatch_uri.cpp91 otherIndexs.emplace_back(index); in InitFileUriInfo()
113 auto index = otherIndexs[i]; in SetOtherUriCheckResult()
125 for (size_t i = 0; i < otherIndexs.size(); i++) { in GetNeedCheckProxyPermissionURI()
126 auto index = otherIndexs[i]; in GetNeedCheckProxyPermissionURI()
190 auto index = otherIndexs[i]; in GetUriToGrantByPolicy()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Dbatch_uri.h81 std::vector<int32_t> otherIndexs; variable