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 D | connection_module.cpp | 181 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 D | connection_module.h | 43 static constexpr const char *FUNCTION_GET_ALL_NETS = "getAllNets"; variable
|