Home
last modified time | relevance | path

Searched refs:ifaceRegexs (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_test.cpp178 std::vector<std::string> ifaceRegexs; in HWTEST_F() local
179 instance_->GetSharableRegexs(SharingIfaceType::SHARING_WIFI, ifaceRegexs); in HWTEST_F()
180 EXPECT_TRUE(ifaceRegexs.empty()); in HWTEST_F()
186 std::vector<std::string> ifaceRegexs; in HWTEST_F() local
187 instance_->GetSharableRegexs(SharingIfaceType::SHARING_WIFI, ifaceRegexs); in HWTEST_F()
188 EXPECT_TRUE(ifaceRegexs.empty()); in HWTEST_F()
209 std::vector<std::string> ifaceRegexs; in HWTEST_F() local
210 instance_->GetSharableRegexs(type, ifaceRegexs); in HWTEST_F()
211 EXPECT_TRUE(ifaceRegexs.empty()); in HWTEST_F()
218 std::vector<std::string> ifaceRegexs; in HWTEST_F() local
[all...]
H A Dnetworkshare_service_stub_test.h56 int32_t GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) override
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp136 std::vector<std::string> ifaceRegexs; in ReplyGetSharableRegexs() local
137 int32_t ret = GetSharableRegexs(shareType, ifaceRegexs); in ReplyGetSharableRegexs()
139 if (!reply.WriteUint32(ifaceRegexs.size())) { in ReplyGetSharableRegexs()
142 for (auto it = ifaceRegexs.begin(); it != ifaceRegexs.end(); ++it) { in ReplyGetSharableRegexs()
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_exec.cpp146 std::vector<std::string> ifaceRegexs; in ExecGetSharableRegexes() local
147 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharableRegexs(ifaceType, ifaceRegexs); in ExecGetSharableRegexes()
153 context->SetIface(ifaceRegexs); in ExecGetSharableRegexes()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_service_stub_test.h56 int32_t GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) override
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h36 int32_t GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) override;
H A Di_networkshare_service.h38 virtual int32_t GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) = 0;
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h73 int32_t GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) override;
H A Dnetworkshare_tracker.h154 int32_t GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs);
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h111 * @param ifaceRegexs get list of interface sharable regex
116 int32_t GetSharableRegexs(const SharingIfaceType &type, std::vector<std::string> &ifaceRegexs);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp239 int32_t NetworkShareService::GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) in GetSharableRegexs() argument
247 return NetworkShareTracker::GetInstance().GetSharableRegexs(type, ifaceRegexs); in GetSharableRegexs()
H A Dnetworkshare_tracker.cpp490 int32_t NetworkShareTracker::GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) in GetSharableRegexs() argument
499 ifaceRegexs = configuration_->GetWifiIfaceRegexs(); in GetSharableRegexs()
503 ifaceRegexs = configuration_->GetUsbIfaceRegexs(); in GetSharableRegexs()
507 ifaceRegexs = configuration_->GetBluetoothIfaceRegexs(); in GetSharableRegexs()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp143 int32_t NetworkShareClient::GetSharableRegexs(const SharingIfaceType &type, std::vector<std::string> &ifaceRegexs) in GetSharableRegexs() argument
151 return proxy->GetSharableRegexs(type, ifaceRegexs); in GetSharableRegexs()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp127 int32_t NetworkShareServiceProxy::GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) in GetSharableRegexs() argument
151 ifaceRegexs.push_back(reply.ReadString()); in GetSharableRegexs()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp541 std::vector<std::string> ifaceRegexs; in NetworkShareTrackerFuzzTest() local
549 NetworkShareTracker::GetInstance().GetSharableRegexs(ifaceType, ifaceRegexs); in NetworkShareTrackerFuzzTest()

Completed in 10 milliseconds