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 D | networkshare_hisysevent_test.cpp | 48 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_START_SA; 64 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_ENABLE_IFACE;
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_hisysevent.h | 31 …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 D | networkshare_hisysevent.cpp | 29 void NetworkShareHisysEvent::SendFaultEvent(const NetworkShareEventOperator &operatorType, in SendFaultEvent() 46 const NetworkShareEventOperator &operatorType, in SendFaultEvent()
|
H A D | networkshare_main_statemachine.cpp | 265 …NetworkShareEventOperator::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() 375 …NetworkShareEventOperator::OPERATION_CONFIG_FORWARD, NetworkShareEventErrorType::ERROR_CONFIG_FORW… in DisableForward()
|
H A D | networkshare_sub_statemachine.cpp | 463 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 D | networkshare_upstreammonitor.cpp | 136 … NetworkShareEventOperator::OPERATION_GET_UPSTREAM, NetworkShareEventErrorType::ERROR_GET_UPSTREAM, in GetCurrentGoodUpstream() 147 … NetworkShareEventOperator::OPERATION_GET_UPSTREAM, NetworkShareEventErrorType::ERROR_GET_UPSTREAM, in GetCurrentGoodUpstream()
|
H A D | networkshare_tracker.cpp | 722 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 D | networkshare_service.cpp | 47 … eventInfo.operatorType = static_cast<int32_t>(NetworkShareEventOperator::OPERATION_START_SA); in OnStart()
|
/ohos5.0/foundation/communication/netmanager_ext/utils/event_report/include/ |
H A D | net_event_report.h | 37 enum class NetworkShareEventOperator { enum
|
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/ |
H A D | netshare_client_fuzzer.cpp | 638 NetworkShareEventOperator eventOper = NetworkShareEventOperator(num % ENUM_TYPE_VALUE5); in NetworkShareHisysEventFuzzTest()
|