Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp184 … ret = NetsysController::GetInstance().UpdateNetworkSharingType(static_cast<uint32_t>(type), true); in StartNetworkSharing()
201 …ret = NetsysController::GetInstance().UpdateNetworkSharingType(static_cast<uint32_t>(type), false); in StopNetworkSharing()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_test.cpp765 int32_t ret = instance_->UpdateNetworkSharingType(type, true);
771 ret = instance_->UpdateNetworkSharingType(type, false);
781 int32_t ret = instance_->UpdateNetworkSharingType(type, true);
784 ret = instance_->UpdateNetworkSharingType(type, false);
H A Dnetsys_native_service_proxy_test.cpp343 int32_t ret = netsysNativeService->UpdateNetworkSharingType(type, true);
346 ret = netsysNativeService->UpdateNetworkSharingType(type, false);
H A Dnetsys_native_client_test.cpp388 int32_t ret = nativeClient_.UpdateNetworkSharingType(type, isOpen);
H A Dnetsys_controller_service_impl_test.cpp722 auto ret = instance_->UpdateNetworkSharingType(type, isOpen);
H A Dnetsys_controller_test.cpp1009 int32_t ret = NetsysController::GetInstance().UpdateNetworkSharingType(type, isOpen);
H A Dnetsys_native_service_stub_test.cpp504 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override in UpdateNetworkSharingType() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp798 int32_t NetsysControllerServiceImpl::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
802 return netsysClient_.UpdateNetworkSharingType(type, isOpen); in UpdateNetworkSharingType()
H A Dnetsys_controller.cpp1114 int32_t NetsysController::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetManagerStandard::NetsysController
1120 return netsysService_->UpdateNetworkSharingType(type, isOpen); in UpdateNetworkSharingType()
H A Dnetsys_native_client.cpp1509 int32_t NetsysNativeClient::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetManagerStandard::NetsysNativeClient
1516 return proxy->UpdateNetworkSharingType(type, isOpen); in UpdateNetworkSharingType()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h158 virtual int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) = 0;
H A Dnetsys_native_service_proxy.h135 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h866 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen);
H A Di_netsys_controller_service.h882 virtual int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) = 0;
H A Dnetsys_controller_service_impl.h853 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
H A Dnetsys_native_client.h893 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h158 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp876 int32_t NetsysNativeService::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeService
H A Dnetsys_native_service_stub.cpp1762 int32_t ret = UpdateNetworkSharingType(type, isOpen); in CmdUpdateNetworkSharingType()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2585 int32_t NetsysNativeServiceProxy::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeServiceProxy