Home
last modified time | relevance | path

Searched refs:IsPidProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/
H A Dtimerproxy_fuzzer.cpp101 TimerProxy::GetInstance().IsPidProxy(uid, pid); in FuzzTimerIsProxy()
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_proxy.h62 bool IsPidProxy(const int32_t uid, const int32_t pid);
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp722 EXPECT_EQ(TimerProxy::GetInstance().IsPidProxy(uid1, pid), true);
723 EXPECT_EQ(TimerProxy::GetInstance().IsPidProxy(uid2, pid), false);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp447 if (TimerProxy::GetInstance().IsPidProxy(alarm->uid, alarm->pid)) { in SetHandlerLocked()
716 } else if (TimerProxy::GetInstance().IsPidProxy(alarm->uid, alarm->pid)) { in ProcTriggerTimer()
H A Dtimer_proxy.cpp524 bool TimerProxy::IsPidProxy(const int32_t uid, const int32_t pid) in IsPidProxy() function in OHOS::MiscServices::TimerProxy