Home
last modified time | relevance | path

Searched refs:GetNetSharingIfaces (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_service_stub_test.h66 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.h66 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override
H A Dnetworkshare_service_test.cpp301 ret = instance_->GetNetSharingIfaces(state, ifaces); in HWTEST_F()
310 int32_t ret = instance_->GetNetSharingIfaces(state, ifaces); in HWTEST_F()
H A Dnetworkshare_tracker_test.cpp316 * @tc.desc: Test NetworkShareTracker GetNetSharingIfaces.
328 NetworkShareTracker::GetInstance().GetNetSharingIfaces(state, ifaces); in HWTEST_F()
336 NetworkShareTracker::GetInstance().GetNetSharingIfaces(state, ifaces); in HWTEST_F()
343 * @tc.desc: Test NetworkShareTracker GetNetSharingIfaces.
350 int32_t ret = NetworkShareTracker::GetInstance().GetNetSharingIfaces(state, ifaces); in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h38 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override;
H A Di_networkshare_service.h40 virtual int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) = 0;
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h83 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override;
H A Dnetworkshare_tracker.h164 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp261 int32_t NetworkShareService::GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetNetSharingIfaces() function in OHOS::NetManagerStandard::NetworkShareService
269 return NetworkShareTracker::GetInstance().GetNetSharingIfaces(state, ifaces); in GetNetSharingIfaces()
H A Dnetworkshare_tracker.cpp579 int32_t NetworkShareTracker::GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetNetSharingIfaces() function in OHOS::NetManagerStandard::NetworkShareTracker
581 NETMGR_EXT_LOG_I("NetworkSharing GetNetSharingIfaces type is %{public}d", state); in GetNetSharingIfaces()
601 NETMGR_EXT_LOG_I("GetNetSharingIfaces ifaces.size is %{public}zu", ifaces.size()); in GetNetSharingIfaces()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp173 return proxy->GetNetSharingIfaces(state, ifaces); in GetSharingIfaces()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp177 int32_t NetworkShareServiceProxy::GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetNetSharingIfaces() function in OHOS::NetManagerStandard::NetworkShareServiceProxy
190 NETMGR_EXT_LOG_E("proxy GetNetSharingIfaces SendRequest failed, error code: [%{public}d]", ret); in GetNetSharingIfaces()
196 NETMGR_EXT_LOG_E("proxy GetNetSharingIfaces size exceeds the maximum limit, size: [%{public}d]", size); in GetNetSharingIfaces()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp180 int32_t ret = GetNetSharingIfaces(shareState, ifaces); in ReplyGetNetSharingIfaces()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp551 NetworkShareTracker::GetInstance().GetNetSharingIfaces(ifaceState, ifaces); in NetworkShareTrackerFuzzTest()

Completed in 9 milliseconds