Home
last modified time | relevance | path

Searched refs:VpnEventOperator (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_hisysevent.cpp22 void VpnHisysEvent::SendFaultEvent(const VpnEventType &isLegacy, const VpnEventOperator &operatorTy… in SendFaultEvent()
38 eventInfo.operatorType = static_cast<int32_t>(VpnEventOperator::OPERATION_CONNECT_SETTING); in SendFaultEventConnSetting()
49 eventInfo.operatorType = static_cast<int32_t>(VpnEventOperator::OPERATION_CONNECT_DESTROY); in SendFaultEventConnDestroy()
H A Dnetworkvpn_service.cpp81 … VpnHisysEvent::SendFaultEvent(VpnEventType::TYPE_UNKNOWN, VpnEventOperator::OPERATION_START_SA, in OnStart()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_hisysevent.h30 static void SendFaultEvent(const VpnEventType &isLegacy, const VpnEventOperator &operatorType,
/ohos5.0/foundation/communication/netmanager_ext/utils/event_report/include/
H A Dnet_event_report.h80 enum class VpnEventOperator { enum