Searched refs:GetSharingType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_service.cpp | 108 GetSharingType(SharingIfaceType::SHARING_WIFI, "wifi;", sharingType); in GetDumpMessage() 109 GetSharingType(SharingIfaceType::SHARING_USB, "usb;", sharingType); in GetDumpMessage() 110 GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, "bluetooth;", sharingType); in GetDumpMessage() 125 void NetworkShareService::GetSharingType(const SharingIfaceType &type, const std::string &typeConte… in GetSharingType() function in OHOS::NetManagerStandard::NetworkShareService 337 servicePtr->GetSharingType(SharingIfaceType::SHARING_WIFI, "wifi;", sharingType); in DisAllowNetworkShareEventCallback() 338 servicePtr->GetSharingType(SharingIfaceType::SHARING_USB, "usb;", sharingType); in DisAllowNetworkShareEventCallback() 339 servicePtr->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, "bluetooth;", sharingType); in DisAllowNetworkShareEventCallback()
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_service.h | 122 …void GetSharingType(const SharingIfaceType &type, const std::string &typeContent, std::string &sha…
|
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_service_test.cpp | 292 instance_->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, typeContent, sharingType);
|