Searched refs:InterfaceSync (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
H A D | connection_module.cpp | 258 …return ModuleTemplate::InterfaceSync<HasDefaultNetContext>(env, info, FUNCTION_HAS_DEFAULT_NET, nu… in HasDefaultNetSync() 272 …return ModuleTemplate::InterfaceSync<IsDefaultNetMeteredContext>(env, info, FUNCTION_IS_DEFAULT_NE… in IsDefaultNetMeteredSync() 285 …return ModuleTemplate::InterfaceSync<GetNetCapabilitiesContext>(env, info, FUNCTION_GET_NET_CAPABI… in GetNetCapabilitiesSync() 299 return ModuleTemplate::InterfaceSync<GetConnectionPropertiesContext>( in GetConnectionPropertiesSync() 325 …return ModuleTemplate::InterfaceSync<GetDefaultNetContext>(env, info, FUNCTION_GET_DEFAULT_NET, nu… in GetDefaultNetSync() 339 … return ModuleTemplate::InterfaceSync<GetAllNetsContext>(env, info, FUNCTION_GET_ALL_NETS, nullptr, in GetAllNetsSync() 395 …return ModuleTemplate::InterfaceSync<SetAppHttpProxyContext>(env, info, FUNCTION_SET_APP_HTTP_PROX… in SetAppHttpProxy() 409 return ModuleTemplate::InterfaceSync<GetAppNetContext>(env, info, FUNCTION_GET_APP_NET, nullptr, in GetAppNetSync() 451 …return ModuleTemplate::InterfaceSync<FactoryResetNetworkContext>(env, info, FUNCTION_FACTORY_RESET… in FactoryResetNetworkSync()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_module/src/ |
H A D | network_module.cpp | 68 return ModuleTemplate::InterfaceSync<UnsubscribeContext>( in Unsubscribe()
|
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | module_template.h | 105 napi_value InterfaceSync(napi_env env, napi_callback_info info, const std::string &asyncWorkName, in InterfaceSync() function
|