/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | networkshare_service_stub_test.h | 66 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_service_stub_test.h | 66 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override
|
H A D | networkshare_service_test.cpp | 301 ret = instance_->GetNetSharingIfaces(state, ifaces); in HWTEST_F() 310 int32_t ret = instance_->GetNetSharingIfaces(state, ifaces); in HWTEST_F()
|
H A D | networkshare_tracker_test.cpp | 316 * @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 D | networkshare_service_proxy.h | 38 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override;
|
H A D | i_networkshare_service.h | 40 virtual int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) = 0;
|
/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_service.h | 83 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) override;
|
H A D | networkshare_tracker.h | 164 int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces);
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_service.cpp | 261 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 D | networkshare_tracker.cpp | 579 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 D | networkshare_client.cpp | 173 return proxy->GetNetSharingIfaces(state, ifaces); in GetSharingIfaces()
|
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ |
H A D | networkshare_service_proxy.cpp | 177 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 D | networkshare_service_stub.cpp | 180 int32_t ret = GetNetSharingIfaces(shareState, ifaces); in ReplyGetNetSharingIfaces()
|
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/ |
H A D | netshare_client_fuzzer.cpp | 551 NetworkShareTracker::GetInstance().GetNetSharingIfaces(ifaceState, ifaces); in NetworkShareTrackerFuzzTest()
|