Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/src/
H A Dnetwork_observer.cpp46 int32_t ret = NetConnClient::GetInstance().GetSlotType(type); in MakeNetworkResponse()
/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp45 int32_t ret = NetConnClient::GetInstance().GetSlotType(type); in MakeNetworkResponse()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h413 int32_t GetSlotType(std::string &type);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h262 int32_t GetSlotType(std::string &type) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h87 int32_t GetSlotType(std::string &type) override;
H A Di_net_conn_service.h99 virtual int32_t GetSlotType(std::string &type) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h262 int32_t GetSlotType(std::string &type) override
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp841 int32_t NetConnClient::GetSlotType(std::string &type) in GetSlotType() function in OHOS::NetManagerStandard::NetConnClient
849 return proxy->GetSlotType(type); in GetSlotType()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1055 ret = NetConnService::GetInstance()->GetSlotType(slotType); in HWTEST_F()
1413 int32_t ret = NetConnService::GetInstance()->GetSlotType(slotType); in HWTEST_F()
1419 ret = NetConnService::GetInstance()->GetSlotType(slotType); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h356 int32_t GetSlotType(std::string &type) override;
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1482 int32_t ret = GetSlotType(type); in OnGetSlotType()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1579 int32_t NetConnServiceProxy::GetSlotType(std::string &type) in GetSlotType() function in OHOS::NetManagerStandard::NetConnServiceProxy
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1284 ret = NetConnClient::GetInstance().GetSlotType(type); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp1053 ret = NetConnService::GetInstance()->GetSlotType(slotType); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2452 int32_t NetConnService::GetSlotType(std::string &type) in GetSlotType() function in OHOS::NetManagerStandard::NetConnService

Completed in 23 milliseconds