Home
last modified time | relevance | path

Searched defs:netExtAttribute (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/mock/
Dnet_conn_service_stub_test.h430 int32_t SetNetExtAttribute(int32_t netId, const std::string &netExtAttribute) override in SetNetExtAttribute()
435 int32_t GetNetExtAttribute(int32_t netId, std::string &netExtAttribute) override in GetNetExtAttribute()
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_supplier.cpp649 void NetSupplier::SetNetExtAttribute(const std::string &netExtAttribute) in SetNetExtAttribute()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
Dnet_conn_client.cpp1307 int32_t NetConnClient::GetNetExtAttribute(const NetHandle &netHandle, std::string &netExtAttribute) in GetNetExtAttribute()
1318 …t NetConnClient::SetNetExtAttribute(const NetHandle &netHandle, const std::string &netExtAttribute) in SetNetExtAttribute()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
Dnet_conn_service_stub.cpp2172 std::string netExtAttribute = ""; in OnGetNetExtAttribute() local
2196 std::string netExtAttribute = ""; in OnSetNetExtAttribute() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
Dnet_conn_service_proxy.cpp2219 int32_t NetConnServiceProxy::GetNetExtAttribute(int32_t netId, std::string &netExtAttribute) in GetNetExtAttribute()
2252 int32_t NetConnServiceProxy::SetNetExtAttribute(int32_t netId, const std::string &netExtAttribute) in SetNetExtAttribute()
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
Dnet_conn_service.cpp4029 int32_t NetConnService::SetNetExtAttribute(int32_t netId, const std::string &netExtAttribute) in SetNetExtAttribute()
4044 int32_t NetConnService::GetNetExtAttribute(int32_t netId, std::string &netExtAttribute) in GetNetExtAttribute()