Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/include/
H A Dconnection_exec.h78 static bool ExecGetAllNets(GetAllNetsContext *context);
80 static napi_value GetAllNetsCallback(GetAllNetsContext *context);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/include/
H A Dgetdefaultnet_context.h49 using GetAllNetsContext = GetConnNapiContext; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_work/src/
H A Dconnection_async_work.cpp98 BaseAsyncWork::ExecAsyncWork<GetAllNetsContext, ConnectionExec::ExecGetAllNets>(env, data); in ExecGetAllNets()
103 …BaseAsyncWork::AsyncWorkCallback<GetAllNetsContext, ConnectionExec::GetAllNetsCallback>(env, statu… in GetAllNetsCallback()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp332 return ModuleTemplate::Interface<GetAllNetsContext>(env, info, FUNCTION_GET_ALL_NETS, nullptr, in GetAllNets()
339 … return ModuleTemplate::InterfaceSync<GetAllNetsContext>(env, info, FUNCTION_GET_ALL_NETS, nullptr, in GetAllNetsSync()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp192 bool ConnectionExec::ExecGetAllNets(GetAllNetsContext *context) in ExecGetAllNets()
199 napi_value ConnectionExec::GetAllNetsCallback(GetAllNetsContext *context) in GetAllNetsCallback()