Searched refs:GetSharingType (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_service.cpp | 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() 129 void NetworkShareService::GetSharingType(const SharingIfaceType &type, const std::string &typeContent, in GetSharingType() function in OHOS::NetManagerStandard::NetworkShareService 345 servicePtr->GetSharingType(SharingIfaceType::SHARING_WIFI, "wifi;", sharingType); in DisAllowNetworkShareEventCallback() 346 servicePtr->GetSharingType(SharingIfaceType::SHARING_USB, "usb;", sharingType); in DisAllowNetworkShareEventCallback() 347 servicePtr->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, "bluetooth;", sharingType); in DisAllowNetworkShareEventCallback()
|
/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 &sharingType);
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_service_test.cpp | 297 instance_->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, typeContent, sharingType); in HWTEST_F()
|
Completed in 2 milliseconds