Home
last modified time | relevance | path

Searched refs:NetworkShareEventOperator (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_hisysevent_test.cpp48 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_START_SA;
64 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_ENABLE_IFACE;
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_hisysevent.h31 …void SendFaultEvent(const NetworkShareEventOperator &operatorType, const NetworkShareEventErrorTyp…
33 …void SendFaultEvent(const SharingIfaceType &sharingType, const NetworkShareEventOperator &operator…
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_hisysevent.cpp29 void NetworkShareHisysEvent::SendFaultEvent(const NetworkShareEventOperator &operatorType, in SendFaultEvent()
46 const NetworkShareEventOperator &operatorType, in SendFaultEvent()
H A Dnetworkshare_main_statemachine.cpp265NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, NetworkShareEventErrorType::ERROR_CONFIG_FORW… in ChooseUpstreamNetwork()
338 …NetworkShareHisysEvent::GetInstance().SendFaultEvent(NetworkShareEventOperator::OPERATION_TURNON_I… in TurnOnMainShareSettings()
355 …NetworkShareHisysEvent::GetInstance().SendFaultEvent(NetworkShareEventOperator::OPERATION_TURNOFF_… in TurnOffMainShareSettings()
375NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, NetworkShareEventErrorType::ERROR_CONFIG_FORW… in DisableForward()
H A Dnetworkshare_sub_statemachine.cpp463 netShareType_, NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, in HandleConnection()
477 netShareType_, NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, in HandleConnection()
501 netShareType_, NetworkShareEventOperator::OPERATION_CANCEL_FORWARD, in RemoveRoutesToLocalNetwork()
518 netShareType_, NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, in AddRoutesToLocalNetwork()
542 netShareType_, NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, in AddIpv6AddrToLocalNetwork()
552 netShareType_, NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, in AddIpv6AddrToLocalNetwork()
H A Dnetworkshare_upstreammonitor.cpp136NetworkShareEventOperator::OPERATION_GET_UPSTREAM, NetworkShareEventErrorType::ERROR_GET_UPSTREAM, in GetCurrentGoodUpstream()
147NetworkShareEventOperator::OPERATION_GET_UPSTREAM, NetworkShareEventErrorType::ERROR_GET_UPSTREAM, in GetCurrentGoodUpstream()
H A Dnetworkshare_tracker.cpp722 SharingIfaceType::SHARING_WIFI, NetworkShareEventOperator::OPERATION_ENABLE_IFACE, in SetWifiNetworkSharing()
736 SharingIfaceType::SHARING_WIFI, NetworkShareEventOperator::OPERATION_DISABLE_IFACE, in SetWifiNetworkSharing()
814 SharingIfaceType::SHARING_BLUETOOTH, NetworkShareEventOperator::OPERATION_ENABLE_IFACE, in SetBluetoothNetworkSharing()
818 SharingIfaceType::SHARING_BLUETOOTH, NetworkShareEventOperator::OPERATION_DISABLE_IFACE, in SetBluetoothNetworkSharing()
H A Dnetworkshare_service.cpp47 … eventInfo.operatorType = static_cast<int32_t>(NetworkShareEventOperator::OPERATION_START_SA); in OnStart()
/ohos5.0/foundation/communication/netmanager_ext/utils/event_report/include/
H A Dnet_event_report.h37 enum class NetworkShareEventOperator { enum
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp638 NetworkShareEventOperator eventOper = NetworkShareEventOperator(num % ENUM_TYPE_VALUE5); in NetworkShareHisysEventFuzzTest()