Home
last modified time | relevance | path

Searched refs:oriNotifyCount (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_runninglock_test.cpp559 uint32_t oriNotifyCount = RunningLockImpl::GetCount(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATION); in HWTEST_F() local
573 EXPECT_EQ(oriNotifyCount + 1, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
586 EXPECT_EQ(oriNotifyCount + 1, RunningLockImpl::GetCount(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATION)); in HWTEST_F()
598 EXPECT_EQ(oriNotifyCount, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
685 uint32_t oriNotifyCount = RunningLockImpl::GetCount(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATION); in HWTEST_F() local
702 EXPECT_EQ(oriNotifyCount + 1, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
719 EXPECT_EQ(oriNotifyCount, RunningLockImpl::GetCount(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATION)); in HWTEST_F()
802 uint32_t oriNotifyCount = RunningLockImpl::GetCount(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATION); in HWTEST_F() local
818 EXPECT_EQ(oriNotifyCount + 1, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
847 EXPECT_EQ(oriNotifyCount, RunningLockImp in HWTEST_F()
[all...]

Completed in 2 milliseconds