Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp67 napi_value IsSharingSupported(napi_env env, napi_callback_info info) in IsSharingSupported() function
188 DECLARE_NAPI_FUNCTION(FUNCTION_IS_SHARING_SUPPORTED, IsSharingSupported), in InitNetShareModule()
H A Dnetshare_exec.cpp31 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->IsSharingSupported(supported); in ExecIsSharingSupported()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h53 int32_t IsSharingSupported(int32_t &supported);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_manager_test.cpp105 HWTEST_F(NetworkShareManagerTest, IsSharingSupported, TestSize.Level1) in HWTEST_F()
109 auto ret = DelayedSingleton<NetworkShareClient>::GetInstance()->IsSharingSupported(supportedFlag); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_test.cpp105 HWTEST_F(NetworkShareManagerTest, IsSharingSupported, TestSize.Level1) in HWTEST_F()
109 auto ret = DelayedSingleton<NetworkShareClient>::GetInstance()->IsSharingSupported(supportedFlag); in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp87 int32_t NetworkShareClient::IsSharingSupported(int32_t &supported) in IsSharingSupported() function in OHOS::NetManagerStandard::NetworkShareClient
89 NETMGR_EXT_LOG_I("NetworkShare IsSharingSupported."); in IsSharingSupported()
92 NETMGR_EXT_LOG_E("IsSharingSupported proxy is nullptr"); in IsSharingSupported()

Completed in 4 milliseconds