Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dbatch_uri.cpp82 selfBundlePolicyInfos.emplace_back(policyInfo); in InitFileUriInfo()
185 for (auto &selfBundleUriPolicy : selfBundlePolicyInfos) { in GetUriToGrantByPolicy()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Dbatch_uri.h85 std::vector<PolicyInfo> selfBundlePolicyInfos; variable