Home
last modified time | relevance | path

Searched refs:MacAddressInfo (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dmac_address_info.cpp24 bool MacAddressInfo::Marshalling(Parcel &parcel) const in Marshalling()
35 sptr<MacAddressInfo> MacAddressInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
37 sptr<MacAddressInfo> ptr = new (std::nothrow) MacAddressInfo(); in Unmarshalling()
39 NETMGR_EXT_LOG_E("create MacAddressInfo failed"); in Unmarshalling()
H A Dethernet_client.cpp43 int32_t EthernetClient::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dmac_address_info.h26 struct MacAddressInfo : public Parcelable { struct
31 static sptr<MacAddressInfo> Unmarshalling(Parcel &parcel);
H A Dethernet_client.h40 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList);
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H A Dget_mac_address_context.h39 std::vector<MacAddressInfo> macAddrInfo_;
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Di_ethernet_service.h38 virtual int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList) = 0;
H A Dethernet_service_proxy.h32 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp212 std::vector<MacAddressInfo> macAddrList; in HWTEST_F()
346 std::vector<MacAddressInfo> mai; in HWTEST_F()
396 std::vector<MacAddressInfo> mai; in HWTEST_F()
449 std::vector<MacAddressInfo> mai; in HWTEST_F()
H A Dethernet_service_proxy_test.cpp124 std::vector<MacAddressInfo> mai; in HWTEST_F()
H A Dethernet_service_stub_test.cpp36 int32_t GetMacAddress(std::vector<MacAddressInfo> &mai) override
H A Dethernet_manager_test.cpp334 std::vector<MacAddressInfo> mai; in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp212 std::vector<MacAddressInfo> macAddrList; in HWTEST_F()
346 std::vector<MacAddressInfo> mai; in HWTEST_F()
396 std::vector<MacAddressInfo> mai; in HWTEST_F()
449 std::vector<MacAddressInfo> mai; in HWTEST_F()
H A Dethernet_service_proxy_test.cpp124 std::vector<MacAddressInfo> mai; in HWTEST_F()
H A Dethernet_service_stub_test.cpp36 int32_t GetMacAddress(std::vector<MacAddressInfo> &mai) override
H A Dethernet_manager_test.cpp334 std::vector<MacAddressInfo> mai; in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h90 sptr<MacAddressInfo> macAddrInfo_ = nullptr;
H A Dethernet_service.h69 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList) override;
H A Dethernet_management.h68 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList);
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp47 int32_t EthernetServiceProxy::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
77 auto macAddrInfo = MacAddressInfo::Unmarshalling(reply); in GetMacAddress()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp186 int32_t EthernetManagement::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
196 MacAddressInfo macAddressInfo; in GetMacAddress()
H A Dethernet_service.cpp200 int32_t EthernetService::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H A Dethernet_service_stub.cpp89 std::vector<MacAddressInfo> macAddrList; in OnGetMacAddress()
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp351 std::vector<MacAddressInfo> mai; in EthernetManagementFuzzTest()

Completed in 14 milliseconds