/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 792 int32_t NetsysControllerServiceImpl::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 795 return netsysClient_.GetNetworkSharingType(sharingTypeIsOn); in GetNetworkSharingType()
|
H A D | netsys_controller.cpp | 1105 int32_t NetsysController::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetManagerStandard::NetsysController 1111 return netsysService_->GetNetworkSharingType(sharingTypeIsOn); in GetNetworkSharingType()
|
H A D | netsys_native_client.cpp | 1499 int32_t NetsysNativeClient::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetManagerStandard::NetsysNativeClient 1506 return proxy->GetNetworkSharingType(sharingTypeIsOn); in GetNetworkSharingType()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 157 virtual int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) = 0;
|
H A D | netsys_native_service_proxy.h | 134 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 864 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn);
|
H A D | i_netsys_controller_service.h | 880 virtual int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) = 0;
|
H A D | netsys_controller_service_impl.h | 851 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
|
H A D | netsys_native_client.h | 891 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn);
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_test.cpp | 768 ret = instance_->GetNetworkSharingType(sharingTypeIsOn); 774 ret = instance_->GetNetworkSharingType(sharingTypeIsOn);
|
H A D | netsys_native_service_proxy_test.cpp | 334 int32_t ret = netsysNativeService->GetNetworkSharingType(sharingTypeIsOn);
|
H A D | netsys_native_client_test.cpp | 380 int32_t ret = nativeClient_.GetNetworkSharingType(sharingTypeIsOn);
|
H A D | netsys_controller_service_impl_test.cpp | 714 auto ret = instance_->GetNetworkSharingType(sharingTypeIsOn);
|
H A D | netsys_controller_test.cpp | 1001 int32_t ret = NetsysController::GetInstance().GetNetworkSharingType(sharingTypeIsOn);
|
H A D | netsys_native_service_stub_test.cpp | 499 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override in GetNetworkSharingType() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 157 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 868 int32_t NetsysNativeService::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeService
|
H A D | netsys_native_service_stub.cpp | 1725 int32_t ret = GetNetworkSharingType(sharingTypeIsOn); in CmdGetNetworkSharingType()
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 209 int32_t ret = NetsysController::GetInstance().GetNetworkSharingType(sharingTypeIsOn); in RecoverSharingType()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 2546 int32_t NetsysNativeServiceProxy::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|