/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_hisysevent.cpp | 37 eventInfo.sharingType = -1; in SendFaultEvent() 45 void NetworkShareHisysEvent::SendFaultEvent(const SharingIfaceType &sharingType, in SendFaultEvent() argument 51 eventInfo.sharingType = static_cast<int32_t>(sharingType); in SendFaultEvent() 62 void NetworkShareHisysEvent::SendBehaviorEvent(int32_t sharingCount, const SharingIfaceType &sharingType) in SendBehaviorEvent() argument 66 eventInfo.sharingType = static_cast<int32_t>(sharingType); in SendBehaviorEvent()
|
H A D | networkshare_service.cpp | 111 std::string sharingType; in GetDumpMessage() local 112 GetSharingType(SharingIfaceType::SHARING_WIFI, "wifi;", sharingType); in GetDumpMessage() 113 GetSharingType(SharingIfaceType::SHARING_USB, "usb;", sharingType); in GetDumpMessage() 114 GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, "bluetooth;", sharingType); in GetDumpMessage() 115 message.append("\tSharing Types: " + sharingType + "\n"); in GetDumpMessage() 130 std::string &sharingType) in GetSharingType() 135 sharingType += typeContent; in GetSharingType() 344 std::string sharingType; in DisAllowNetworkShareEventCallback() local 345 servicePtr->GetSharingType(SharingIfaceType::SHARING_WIFI, "wifi;", sharingType); in DisAllowNetworkShareEventCallback() 346 servicePtr->GetSharingType(SharingIfaceType::SHARING_USB, "usb;", sharingType); in DisAllowNetworkShareEventCallback() 129 GetSharingType(const SharingIfaceType &type, const std::string &typeContent, std::string &sharingType) GetSharingType() argument [all...] |
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | networkshare_hisysevent_test.cpp | 63 SharingIfaceType sharingType = SharingIfaceType::SHARING_WIFI; in HWTEST_F() local 68 NetworkShareHisysEvent::GetInstance().SendFaultEvent(sharingType, operatorType, errorCode, errorMsg, eventType); in HWTEST_F() 70 NetworkShareHisysEvent::GetInstance().SendBehaviorEvent(sharingCount, sharingType); in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_hisysevent_test.cpp | 63 SharingIfaceType sharingType = SharingIfaceType::SHARING_WIFI; in HWTEST_F() local 68 NetworkShareHisysEvent::GetInstance().SendFaultEvent(sharingType, operatorType, errorCode, errorMsg, eventType); in HWTEST_F() 70 NetworkShareHisysEvent::GetInstance().SendBehaviorEvent(sharingCount, sharingType); in HWTEST_F()
|
H A D | networkshare_service_test.cpp | 295 std::string sharingType; in HWTEST_F() local 297 instance_->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, typeContent, sharingType); in HWTEST_F()
|
/foundation/communication/netmanager_ext/utils/event_report/src/ |
H A D | net_event_report.cpp | 41 EVENT_KEY_SHARING_TYPE, eventInfo.sharingType, EVENT_KEY_OPERATION_TYPE, eventInfo.operatorType, in SendSetupFaultEvent() 49 EVENT_KEY_SHARING_TYPE, eventInfo.sharingType, EVENT_KEY_OPERATION_TYPE, eventInfo.operatorType, in SendCancleFaultEvent() 57 EVENT_KEY_SHARING_COUNT, eventInfo.sharingCount, EVENT_KEY_SHARING_TYPE, eventInfo.sharingType); in SendTimeBehaviorEvent()
|
/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_hisysevent.h | 33 void SendFaultEvent(const SharingIfaceType &sharingType, const NetworkShareEventOperator &operatorType, 36 void SendBehaviorEvent(int32_t sharingCount, const SharingIfaceType &sharingType);
|
H A D | networkshare_service.h | 122 void GetSharingType(const SharingIfaceType &type, const std::string &typeContent, std::string &sharingType);
|
/foundation/communication/netmanager_ext/utils/event_report/include/ |
H A D | net_event_report.h | 29 int32_t sharingType = 0; member
|