Home
last modified time | relevance | path

Searched refs:DecreaseProxyCnt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Drunning_lock_test.cpp322 EXPECT_TRUE(runninglockProxy->DecreaseProxyCnt(pid, uid));
341 EXPECT_TRUE(runninglockProxy->DecreaseProxyCnt(0, 0));
474 EXPECT_TRUE(runninglockProxy->DecreaseProxyCnt(pid, uid));
498 EXPECT_TRUE(runninglockProxy->DecreaseProxyCnt(pid, uid));
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_proxy.h46 bool DecreaseProxyCnt(pid_t pid, pid_t uid);
H A Drunning_lock_proxy.cpp234 bool RunningLockProxy::DecreaseProxyCnt(pid_t pid, pid_t uid) in DecreaseProxyCnt() function in OHOS::PowerMgr::RunningLockProxy
H A Drunning_lock_mgr.cpp639 runninglockProxy_->DecreaseProxyCnt(pid, uid); in ProxyRunningLock()