Home
last modified time | relevance | path

Searched refs:IsNetworkSharingSupported (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_service_stub_test.h36 int32_t IsNetworkSharingSupported(int32_t &supported) override
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.h36 int32_t IsNetworkSharingSupported(int32_t &supported) override
H A Dnetworkshare_service_test.cpp83 auto ret = instance_->IsNetworkSharingSupported(supported); in HWTEST_F()
91 auto ret = instance_->IsNetworkSharingSupported(supported); in HWTEST_F()
H A Dnetworkshare_tracker_test.cpp85 auto nret = NetworkShareTracker::GetInstance().IsNetworkSharingSupported(supported); in HWTEST_F()
150 * @tc.desc: Test NetworkShareTracker IsNetworkSharingSupported.
156 NetworkShareTracker::GetInstance().IsNetworkSharingSupported(supported); in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h32 int32_t IsNetworkSharingSupported(int32_t &supported) override;
H A Di_networkshare_service.h34 virtual int32_t IsNetworkSharingSupported(int32_t &supported) = 0;
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp103 NetworkShareTracker::GetInstance().IsNetworkSharingSupported(supported); in GetDumpMessage()
147 int32_t NetworkShareService::IsNetworkSharingSupported(int32_t &supported) in IsNetworkSharingSupported() function in OHOS::NetManagerStandard::NetworkShareService
149 NETMGR_EXT_LOG_I("NetworkSharing IsNetworkSharingSupported"); in IsNetworkSharingSupported()
156 return NetworkShareTracker::GetInstance().IsNetworkSharingSupported(supported); in IsNetworkSharingSupported()
H A Dnetworkshare_configuration.cpp67 bool NetworkShareConfiguration::IsNetworkSharingSupported() const in IsNetworkSharingSupported() function in OHOS::NetManagerStandard::NetworkShareConfiguration
H A Dnetworkshare_tracker.cpp425 int32_t NetworkShareTracker::IsNetworkSharingSupported(int32_t &supported) in IsNetworkSharingSupported() function in OHOS::NetManagerStandard::NetworkShareTracker
431 if (configuration_->IsNetworkSharingSupported()) { in IsNetworkSharingSupported()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_service.h53 int32_t IsNetworkSharingSupported(int32_t &supported) override;
H A Dnetworkshare_configuration.h35 bool IsNetworkSharingSupported() const;
H A Dnetworkshare_tracker.h134 int32_t IsNetworkSharingSupported(int32_t &supported);
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp95 return proxy->IsNetworkSharingSupported(supported); in IsSharingSupported()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp54 int32_t NetworkShareServiceProxy::IsNetworkSharingSupported(int32_t &supported) in IsNetworkSharingSupported() function in OHOS::NetManagerStandard::NetworkShareServiceProxy
64 NETMGR_EXT_LOG_E("IsNetworkSharingSupported proxy SendRequest failed, error code: [%{public}d]", ret); in IsNetworkSharingSupported()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp78 int32_t ret = IsNetworkSharingSupported(supported); in ReplyIsNetworkSharingSupported()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp545 NetworkShareTracker::GetInstance().IsNetworkSharingSupported(supported); in NetworkShareTrackerFuzzTest()
656 config.IsNetworkSharingSupported(); in NetworkShareConfigurationFuzzTest()

Completed in 10 milliseconds