Searched refs:DLP_ERR_CONNECTION_TIME_OUT (Results 1 – 2 of 2) sorted by relevance
83 DLP_ERR_CONNECTION_TIME_OUT = 0x00003001, enumerator
61 … return ((errorCode >= DLP_ERR_IPC_INTERNAL_FAILED) && (errorCode < DLP_ERR_CONNECTION_TIME_OUT)); in IsDlpCredentialIpcError()66 return ((errorCode >= DLP_ERR_CONNECTION_TIME_OUT) && (errorCode < DLP_ERR_FILE_PATH)); in IsDlpCredentialServerError()76 …return ((errorCode == DLP_ERR_CONNECTION_TIME_OUT) || (errorCode == DLP_ERR_TOKEN_CONNECTION_TIME_… in IsNoInternetError()