Home
last modified time | relevance | path

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

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_impl.h41 static int32_t UnholdLock(const RunningLockInfo &info,
H A Drunning_lock_impl.cpp122 int32_t RunningLockImpl::UnholdLock(const RunningLockInfo &info, in UnholdLock() function in OHOS::HDI::Power::V1_2::RunningLockImpl
127 HDF_LOGW("UnholdLock failed, type=%{public}d is invalid", info.type); in UnholdLock()
H A Dpower_interface_impl.cpp472 return RunningLockImpl::UnholdLock(info, lockid, bundleName); in UnholdRunningLockExt()
/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_runninglock_test.cpp953 * @tc.desc: test HoldLock and UnholdLock
964 EXPECT_EQ(HDF_SUCCESS, RunningLockImpl::UnholdLock(runinglockInfo1)); in HWTEST_F()
970 EXPECT_EQ(HDF_SUCCESS, RunningLockImpl::UnholdLock(runinglockInfo2)); in HWTEST_F()
974 EXPECT_EQ(HDF_SUCCESS, RunningLockImpl::UnholdLock(runinglockInfo1)); in HWTEST_F()

Completed in 4 milliseconds