Home
last modified time | relevance | path

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

/base/powermgr/power_manager/test/unittest/src/
Dpower_suspend_parse_test.cpp60 vector<SuspendSource>::iterator itb = pmsTest_->suspendController_->sourceList_.begin(); in TestPowerSuspend() local
62 vector<SuspendSource>::iterator it = itb; in TestPowerSuspend()
Dpower_wakeup_parse_test.cpp61 vector<WakeupSource>::iterator itb = pmsTest_->wakeupController_->sourceList_.begin(); in TestPowerWakeup() local
63 vector<WakeupSource>::iterator it = itb; in TestPowerWakeup()
/base/hiviewdfx/hiview/test/unittest/common/
Dholistic_platform_test.cpp157 auto itb = count1_->find("EventProcessorExample4"); in LoadingPlugins002Check() local
158 if (itb != count1_->end()) { in LoadingPlugins002Check()
211 auto itb = count1_->find("EventProcessorExample4"); variable
212 if (itb == count1_->end()) {
243 auto itb = count1_->find("EventProcessorExample4"); variable
244 if (itb != count1_->end()) {