Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/
H A Drs_frame_rate_vote.cpp112 pid_t maxPid = ExtractPid(maxElement->first); in SurfaceVideoVote() local
113 if (maxRate == lastVotedRate_ && maxPid == lastVotedPid_) { in SurfaceVideoVote()
117 VoteRate(maxPid, VIDEO_VOTE_FLAG, maxRate); in SurfaceVideoVote()
118 lastVotedPid_ = maxPid; in SurfaceVideoVote()
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_cgroup.c93 char *maxPid = cJSON_PrintUnformatted(addGinseng); in WritePidMax() local
97 ret = ioctl(fd, ASSICN_ENCAPS_CMD, maxPid); in WritePidMax()
99 free(maxPid); in WritePidMax()