Home
last modified time | relevance | path

Searched refs:FUNCTION_GET_ALL_NETS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp181 DECLARE_NAPI_FUNCTION(FUNCTION_GET_ALL_NETS, GetAllNets), in InitConnectionModule()
332 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_module/include/
H A Dconnection_module.h43 static constexpr const char *FUNCTION_GET_ALL_NETS = "getAllNets"; variable