Home
last modified time | relevance | path

Searched refs:sharingType (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_hisysevent.cpp37 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 Dnetworkshare_service.cpp111 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 Dnetworkshare_hisysevent_test.cpp63 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 Dnetworkshare_hisysevent_test.cpp63 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 Dnetworkshare_service_test.cpp295 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 Dnet_event_report.cpp41 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 Dnetworkshare_hisysevent.h33 void SendFaultEvent(const SharingIfaceType &sharingType, const NetworkShareEventOperator &operatorType,
36 void SendBehaviorEvent(int32_t sharingCount, const SharingIfaceType &sharingType);
H A Dnetworkshare_service.h122 void GetSharingType(const SharingIfaceType &type, const std::string &typeContent, std::string &sharingType);
/foundation/communication/netmanager_ext/utils/event_report/include/
H A Dnet_event_report.h29 int32_t sharingType = 0; member

Completed in 4 milliseconds