Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dbatch_uri.cpp110 void BatchUri::SetOtherUriCheckResult(const std::vector<bool> &otherUriResult) in SetOtherUriCheckResult() argument
112 for (size_t i = 0; i < otherUriResult.size(); i++) { in SetOtherUriCheckResult()
114 result[index] = otherUriResult[i]; in SetOtherUriCheckResult()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Dbatch_uri.h52 void SetOtherUriCheckResult(const std::vector<bool> &otherUriResult);