Home
last modified time | relevance | path

Searched refs:GetSharingIfaces (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp95 napi_value GetSharingIfaces(napi_env env, napi_callback_info info) in GetSharingIfaces() function
192 DECLARE_NAPI_FUNCTION(FUNCTION_GET_SHARING_IFACES, GetSharingIfaces), in InitNetShareModule()
H A Dnetshare_exec.cpp102 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingIfaces(ifaceState, ifaces); in ExecGetSharingIfaces()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h138 int32_t GetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_manager_test.cpp213 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingIfaces(state, ifaces); in HWTEST_F()
222 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingIfaces(state, ifaces); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_test.cpp211 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingIfaces(state, ifaces); in HWTEST_F()
220 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingIfaces(state, ifaces); in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp165 int32_t NetworkShareClient::GetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetSharingIfaces() function in OHOS::NetManagerStandard::NetworkShareClient
167 NETMGR_EXT_LOG_I("NetworkShare GetSharingIfaces type= %{public}d.", state); in GetSharingIfaces()
170 NETMGR_EXT_LOG_E("GetSharingIfaces proxy is nullptr"); in GetSharingIfaces()

Completed in 4 milliseconds