Searched refs:GetConnectionPropertiesContext (Results 1 – 5 of 5) sorted by relevance
70 static bool ExecGetConnectionProperties(GetConnectionPropertiesContext *context);72 static napi_value GetConnectionPropertiesCallback(GetConnectionPropertiesContext *context);
46 using GetConnectionPropertiesContext = ParseNetHandleContext; variable
76 …BaseAsyncWork::ExecAsyncWork<GetConnectionPropertiesContext, ConnectionExec::ExecGetConnectionProp… in ExecGetConnectionProperties()82 …BaseAsyncWork::AsyncWorkCallback<GetConnectionPropertiesContext, ConnectionExec::GetConnectionProp… in GetConnectionPropertiesCallback()
292 return ModuleTemplate::Interface<GetConnectionPropertiesContext>( in GetConnectionProperties()299 return ModuleTemplate::InterfaceSync<GetConnectionPropertiesContext>( in GetConnectionPropertiesSync()
177 bool ConnectionExec::ExecGetConnectionProperties(GetConnectionPropertiesContext *context) in ExecGetConnectionProperties()187 napi_value ConnectionExec::GetConnectionPropertiesCallback(GetConnectionPropertiesContext *context) in GetConnectionPropertiesCallback()