/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_service.cpp | 184 … 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 D | netsys_native_service_test.cpp | 765 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 D | netsys_native_service_proxy_test.cpp | 343 int32_t ret = netsysNativeService->UpdateNetworkSharingType(type, true); 346 ret = netsysNativeService->UpdateNetworkSharingType(type, false);
|
H A D | netsys_native_client_test.cpp | 388 int32_t ret = nativeClient_.UpdateNetworkSharingType(type, isOpen);
|
H A D | netsys_controller_service_impl_test.cpp | 722 auto ret = instance_->UpdateNetworkSharingType(type, isOpen);
|
H A D | netsys_controller_test.cpp | 1009 int32_t ret = NetsysController::GetInstance().UpdateNetworkSharingType(type, isOpen);
|
H A D | netsys_native_service_stub_test.cpp | 504 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 D | netsys_controller_service_impl.cpp | 798 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 D | netsys_controller.cpp | 1114 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 D | netsys_native_client.cpp | 1509 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 D | i_netsys_service.h | 158 virtual int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) = 0;
|
H A D | netsys_native_service_proxy.h | 135 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 866 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen);
|
H A D | i_netsys_controller_service.h | 882 virtual int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) = 0;
|
H A D | netsys_controller_service_impl.h | 853 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
|
H A D | netsys_native_client.h | 893 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 158 int32_t UpdateNetworkSharingType(uint32_t type, bool isOpen) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 876 int32_t NetsysNativeService::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeService
|
H A D | netsys_native_service_stub.cpp | 1762 int32_t ret = UpdateNetworkSharingType(type, isOpen); in CmdUpdateNetworkSharingType()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 2585 int32_t NetsysNativeServiceProxy::UpdateNetworkSharingType(uint32_t type, bool isOpen) in UpdateNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|