Home
last modified time | relevance | path

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

/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_runninglock_test.cpp131 uint32_t originCount = RunningLockImpl::GetCount(runinglockInfo.type); in HWTEST_F()
135 EXPECT_EQ(originCount + 1, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
143 EXPECT_EQ(originCount + 2, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
149 EXPECT_EQ(originCount + 2, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
153 EXPECT_EQ(originCount + 2, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
157 EXPECT_EQ(originCount + 1, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
161 EXPECT_EQ(originCount, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
184 uint32_t originCount = RunningLockImpl::GetCount(runinglockInfo.type); in HWTEST_F()
188 EXPECT_EQ(originCount + 1, RunningLockImpl::GetCount(runinglockInfo.type)); in HWTEST_F()
196 EXPECT_EQ(originCount + 2, RunningLockImpl::GetCount(runinglockInf in HWTEST_F()
[all...]
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_counter.h36 uint32_t GetCount() const in GetCount() function in OHOS::HDI::Power::V1_2::RunningLockCounter
H A Drunning_lock_impl.h44 static uint32_t GetCount(RunningLockType type);
H A Drunning_lock_impl.cpp150 uint32_t RunningLockImpl::GetCount(RunningLockType type) in GetCount() function in OHOS::HDI::Power::V1_2::RunningLockImpl
156 count = iterator->second->GetCount(); in GetCount()
/drivers/peripheral/power/test/fuzztest/powerhdi_fuzzer/
H A Dpowerhdi_fuzz.cpp84 RunningLockImpl::GetCount(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in PowerHdiFuzzTest()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_dump.cpp76 result += std::to_string(IPCPayloadStatistics::GetCount(pid)); in HdfDumpIpcStatGet()

Completed in 3 milliseconds