Home
last modified time | relevance | path

Searched refs:VerifyCallingInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp153 if (!VerifyCallingInfo(uid, pid)) { in IsCallingInfoLegal()
372 if (!VerifyCallingInfo(uid, pid)) { in CancelSuspendDelay()
436 if (!VerifyCallingInfo(uid, pid)) { in GetRemainingDelayTime()
462 bool BgTransientTaskMgr::VerifyCallingInfo(int32_t uid, int32_t pid) in VerifyCallingInfo() function in OHOS::BackgroundTaskMgr::BgTransientTaskMgr
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dbg_transient_task_mgr.h87 bool VerifyCallingInfo(int32_t uid, int32_t pid);