Home
last modified time | relevance | path

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

/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_runninglock_test.cpp440 RunningLockType defaultLockType = RunningLockType::RUNNINGLOCK_BACKGROUND_TASK; in HWTEST_F() local
447 uint32_t originCount = RunningLockImpl::GetCount(defaultLockType); in HWTEST_F()
450 EXPECT_EQ(originCount + 1, RunningLockImpl::GetCount(defaultLockType)); in HWTEST_F()
453 EXPECT_EQ(originCount, RunningLockImpl::GetCount(defaultLockType)); in HWTEST_F()

Completed in 2 milliseconds