Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_async_work.cpp34 void GetMacAddressCallback(napi_env env, napi_status status, void *data) in GetMacAddressCallback() function
36 …BaseAsyncWork::AsyncWorkCallback<GetMacAddressContext, EthernetExec::GetMacAddressCallback>(env, s… in GetMacAddressCallback()
H A Dethernet_exec.h31 napi_value GetMacAddressCallback(GetMacAddressContext *context);
H A Dethernet_async_work.h25 void GetMacAddressCallback(napi_env env, napi_status status, void *data);
H A Dethernet_module.cpp51 EthernetAsyncWork::ExecGetMacAddress, EthernetAsyncWork::GetMacAddressCallback); in GetMacAddress()
H A Dethernet_exec.cpp64 napi_value GetMacAddressCallback(GetMacAddressContext *context) in GetMacAddressCallback() function