Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_module_test.cpp194 bool CheckGids(const int32_t &pid, const std::vector<int32_t> newGids) in CheckGids() argument
199 if ((gCount == newGids.size()) && (gids == newGids)) { in CheckGids()
205 bool CheckGidsCount(const int32_t &pid, const std::vector<int32_t> newGids) in CheckGidsCount() argument
210 if (gCount == newGids.size()) { in CheckGidsCount()