Home
last modified time | relevance | path

Searched refs:GetNetworkSharingType (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp792 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 Dnetsys_controller.cpp1105 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 Dnetsys_native_client.cpp1499 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 Di_netsys_service.h157 virtual int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) = 0;
H A Dnetsys_native_service_proxy.h134 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h864 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn);
H A Di_netsys_controller_service.h880 virtual int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) = 0;
H A Dnetsys_controller_service_impl.h851 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
H A Dnetsys_native_client.h891 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_test.cpp768 ret = instance_->GetNetworkSharingType(sharingTypeIsOn);
774 ret = instance_->GetNetworkSharingType(sharingTypeIsOn);
H A Dnetsys_native_service_proxy_test.cpp334 int32_t ret = netsysNativeService->GetNetworkSharingType(sharingTypeIsOn);
H A Dnetsys_native_client_test.cpp380 int32_t ret = nativeClient_.GetNetworkSharingType(sharingTypeIsOn);
H A Dnetsys_controller_service_impl_test.cpp714 auto ret = instance_->GetNetworkSharingType(sharingTypeIsOn);
H A Dnetsys_controller_test.cpp1001 int32_t ret = NetsysController::GetInstance().GetNetworkSharingType(sharingTypeIsOn);
H A Dnetsys_native_service_stub_test.cpp499 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 Dnetsys_native_service.h157 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp868 int32_t NetsysNativeService::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeService
H A Dnetsys_native_service_stub.cpp1725 int32_t ret = GetNetworkSharingType(sharingTypeIsOn); in CmdGetNetworkSharingType()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp209 int32_t ret = NetsysController::GetInstance().GetNetworkSharingType(sharingTypeIsOn); in RecoverSharingType()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2546 int32_t NetsysNativeServiceProxy::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeServiceProxy