Home
last modified time | relevance | path

Searched refs:KMS_Agent__AuditLogCondition (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h91 enum KMS_Agent__AuditLogCondition {AUDIT_LOG_SUCCESS_CONDITION = 0, AUDIT_LOG_ERROR_CONDITION = 1, … enum
539 …enum KMS_Agent__AuditLogCondition Condition; /* required element of type KMS-Agent:AuditLogConditi…
742 …ruct soap*, enum KMS_Agent__AuditLogRetention Retention, enum KMS_Agent__AuditLogCondition Conditi…
823 …oap_action, enum KMS_Agent__AuditLogRetention Retention, enum KMS_Agent__AuditLogCondition Conditi…
H A DKMS_AgentH.h220 …FMAC4 soap_default_KMS_Agent__AuditLogCondition(struct soap*, enum KMS_Agent__AuditLogCondition *);
221 …_AuditLogCondition(struct soap*, const char*, int, const enum KMS_Agent__AuditLogCondition *, cons…
223 …* SOAP_FMAC4S soap_KMS_Agent__AuditLogCondition2s(struct soap*, enum KMS_Agent__AuditLogCondition);
224 …3 enum KMS_Agent__AuditLogCondition * SOAP_FMAC4 soap_in_KMS_Agent__AuditLogCondition(struct soap*…
226 …oap_s2KMS_Agent__AuditLogCondition(struct soap*, const char*, enum KMS_Agent__AuditLogCondition *);
231 …oap_put_KMS_Agent__AuditLogCondition(struct soap*, const enum KMS_Agent__AuditLogCondition *, cons…
235 …P_FMAC3 enum KMS_Agent__AuditLogCondition * SOAP_FMAC4 soap_get_KMS_Agent__AuditLogCondition(struc…
H A DKMS_AgentC.cpp705 …p_out_KMS_Agent__AuditLogCondition(soap, tag, id, (const enum KMS_Agent__AuditLogCondition *)ptr, … in soap_putelement()
1743 … soap_default_KMS_Agent__AuditLogCondition(struct soap *soap, enum KMS_Agent__AuditLogCondition *a) in soap_default_KMS_Agent__AuditLogCondition()
1749 *a = (enum KMS_Agent__AuditLogCondition)0; in soap_default_KMS_Agent__AuditLogCondition()
1760 …_FMAC4S soap_KMS_Agent__AuditLogCondition2s(struct soap *soap, enum KMS_Agent__AuditLogCondition n) in soap_KMS_Agent__AuditLogCondition2s()
1767 …dition(struct soap *soap, const char *tag, int id, const enum KMS_Agent__AuditLogCondition *a, con… in soap_out_KMS_Agent__AuditLogCondition()
1773 …MS_Agent__AuditLogCondition(struct soap *soap, const char *s, enum KMS_Agent__AuditLogCondition *a) in soap_s2KMS_Agent__AuditLogCondition()
1780 *a = (enum KMS_Agent__AuditLogCondition)map->code; in soap_s2KMS_Agent__AuditLogCondition()
1785 *a = (enum KMS_Agent__AuditLogCondition)n; in soap_s2KMS_Agent__AuditLogCondition()
1790 …m KMS_Agent__AuditLogCondition * SOAP_FMAC4 soap_in_KMS_Agent__AuditLogCondition(struct soap *soap… in soap_in_KMS_Agent__AuditLogCondition()
1794KMS_Agent__AuditLogCondition *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_KMS_Agent_KMS_Agent__Aud… in soap_in_KMS_Agent__AuditLogCondition()
[all …]
H A DKMS_AgentClient.cpp693 …oap_action, enum KMS_Agent__AuditLogRetention Retention, enum KMS_Agent__AuditLogCondition Conditi… in soap_call_KMS_Agent__CreateAuditLog()
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp3773 (enum KMS_Agent::KMS_Agent__AuditLogCondition)i_iCondition, in KMSAgent_CreateAuditLog()