Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dbatch_uri.cpp49 contentIndexs.emplace_back(index); in Init()
97 auto index = contentIndexs[i]; in SetContentUriCheckResult()
163 SelectPermissionedUri(contentUris, contentIndexs, uriVec); in GetUriToGrantByMap()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Dbatch_uri.h77 std::vector<int32_t> contentIndexs; variable