Home
last modified time | relevance | path

Searched refs:ExecGetMacAddress (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_async_work.cpp29 void ExecGetMacAddress(napi_env env, void *data) in ExecGetMacAddress() function
31 BaseAsyncWork::ExecAsyncWork<GetMacAddressContext, EthernetExec::ExecGetMacAddress>(env, data); in ExecGetMacAddress()
H A Dethernet_exec.h30 bool ExecGetMacAddress(GetMacAddressContext *context);
H A Dethernet_async_work.h24 void ExecGetMacAddress(napi_env env, void *data);
H A Dethernet_module.cpp51 EthernetAsyncWork::ExecGetMacAddress, EthernetAsyncWork::GetMacAddressCallback); in GetMacAddress()
H A Dethernet_exec.cpp53 bool ExecGetMacAddress(GetMacAddressContext *context) in ExecGetMacAddress() function