Lines Matching refs:uid
1810 void AVSessionItem::SetUid(pid_t uid)
1812 descriptor_.uid_ = uid;
2041 int32_t uid = GetUid();
2043 std::string bundleName = BundleStatusAdapter::GetInstance().GetBundleNameFromUid(uid);
2051 typedef ErrCode (*handler) (int32_t eventType, int32_t uid, int32_t pid,
2054 ErrCode errCode = reportContinuousTaskEventEx(0, uid, pid, bundleName, 1, AVSESSION_SERVICE_ID);
2073 int32_t uid = GetUid();
2075 std::string bundleName = BundleStatusAdapter::GetInstance().GetBundleNameFromUid(uid);
2083 typedef ErrCode (*handler) (int32_t eventType, int32_t uid, int32_t pid,
2086 ErrCode errCode = reportContinuousTaskEventEx(0, uid, pid, bundleName, 2, AVSESSION_SERVICE_ID);