Lines Matching refs:FaultLoggerCheckPermissionResp

365     FaultLoggerCheckPermissionResp resSecurityCheck = SecurityCheck(connectionFd, request);
366 if (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS != resSecurityCheck) {
384 FaultLoggerCheckPermissionResp resSecurityCheck = SecurityCheck(connectionFd, request);
385 if (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS != resSecurityCheck) {
408 FaultLoggerCheckPermissionResp resSecurityCheck = SecurityCheck(connectionFd, request);
409 if (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS != resSecurityCheck) {
427 FaultLoggerCheckPermissionResp resSecurityCheck = SecurityCheck(connectionFd, request);
428 if (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS != resSecurityCheck) {
529 FaultLoggerCheckPermissionResp FaultLoggerDaemon::SecurityCheck(int32_t connectionFd, FaultLoggerdRequest * request)
531 FaultLoggerCheckPermissionResp resCheckPermission = FaultLoggerCheckPermissionResp::CHECK_PERMISSION_REJECT;
562 resCheckPermission = FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS;
568 resCheckPermission = FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS;
577 FaultLoggerCheckPermissionResp resSecurityCheck = SecurityCheck(connectionFd, request);
578 if (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_PASS == resSecurityCheck) {
581 if (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_REJECT == resSecurityCheck) {
591 FaultLoggerCheckPermissionResp resSecurityCheck = SecurityCheck(connectionFd, request);
620 if ((request->pid <= 0) || (FaultLoggerCheckPermissionResp::CHECK_PERMISSION_REJECT == resSecurityCheck)) {