Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/test/unittest/common/
H A Dholistic_platform_test.cpp105 for (auto& i : *count1_) {
114 if (ita1 != count1_->end()) {
118 if (itb2 == count1_->end()) {
128 for (auto& i : *count1_) {
137 if (ita1 != count1_->end()) {
141 if (itb2 != count1_->end()) {
154 if (ita != count1_->end()) { in LoadingPlugins002Check()
158 if (itb != count1_->end()) { in LoadingPlugins002Check()
208 if (ita == count1_->end()) {
212 if (itb == count1_->end()) {
[all …]
H A Dholistic_platform_test.h27 static std::set<std::string>* count1_; variable