Home
last modified time | relevance | path

Searched refs:GetNetworkSharingType (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h172 virtual int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) = 0;
H A Dnetsys_native_service_proxy.h138 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp334 int32_t ret = netsysNativeService->GetNetworkSharingType(sharingTypeIsOn); in HWTEST_F()
H A Dnetsys_native_service_test.cpp768 ret = instance_->GetNetworkSharingType(sharingTypeIsOn); in HWTEST_F()
774 ret = instance_->GetNetworkSharingType(sharingTypeIsOn); in HWTEST_F()
H A Dnetsys_native_client_test.cpp380 int32_t ret = nativeClient_.GetNetworkSharingType(sharingTypeIsOn); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp725 auto ret = instance_->GetNetworkSharingType(sharingTypeIsOn); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp515 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override
H A Dnetsys_controller_test.cpp1017 int32_t ret = NetsysController::GetInstance().GetNetworkSharingType(sharingTypeIsOn); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h161 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp493 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h855 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override;
H A Di_netsys_controller_service.h883 virtual int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) = 0;
H A Dnetsys_controller.h866 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn);
H A Dnetsys_native_client.h894 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn);
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1337 int32_t NetsysController::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetManagerStandard::NetsysController
1341 NETMGR_LOG_E("GetNetworkSharingType netsysService is null"); in GetNetworkSharingType()
1345 return netsysService_->GetNetworkSharingType(sharingTypeIsOn); in GetNetworkSharingType()
H A Dnetsys_controller_service_impl.cpp811 int32_t NetsysControllerServiceImpl::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
813 NETMGR_LOG_D("GetNetworkSharingType"); in GetNetworkSharingType()
814 return netsysClient_.GetNetworkSharingType(sharingTypeIsOn); in GetNetworkSharingType()
H A Dnetsys_native_client.cpp1530 int32_t NetsysNativeClient::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetManagerStandard::NetsysNativeClient
1537 return proxy->GetNetworkSharingType(sharingTypeIsOn); in GetNetworkSharingType()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp902 int32_t NetsysNativeService::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeService
904 NETNATIVE_LOGI("GetNetworkSharingType"); in GetNetworkSharingType()
H A Dnetsys_native_service_stub.cpp1817 int32_t ret = GetNetworkSharingType(sharingTypeIsOn); in CmdGetNetworkSharingType()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp209 int32_t ret = NetsysController::GetInstance().GetNetworkSharingType(sharingTypeIsOn); in RecoverSharingType()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2640 int32_t NetsysNativeServiceProxy::GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) in GetNetworkSharingType() function in OHOS::NetsysNative::NetsysNativeServiceProxy
2642 NETNATIVE_LOGI("GetNetworkSharingType in"); in GetNetworkSharingType()
2652 NETNATIVE_LOGE("GetNetworkSharingType SendRequest failed"); in GetNetworkSharingType()
2670 NETNATIVE_LOGE("GetNetworkSharingType falil"); in GetNetworkSharingType()

Completed in 38 milliseconds